COLOR #8F71D7

HEX: #8F71D7
RGB: (143,113,215)

Renk bilgisi

#8F71D7 contains mainly blue color. #8F71D7 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8F71D7 color RGB value is (143,113,215).

  • kırmız ton 143;
  • yeşil ton 113;
  • mavi ton 215.
RGB:
(143,113,215)
(56%,44%,84%)

RGB bağlantıları ve doygunluk

R 143 of 255 = 56%
G 113 of 255 = 44%
B 215 of 255 = 84%

143
113
215

R + G + B ~ 61%. #8F71D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
143 + 113 + 215 = 471 (100%)
R 143 of 471 ~ 30.36%
G 113 of 471 ~ 23.99%
B 215 of 471 ~ 45.65%

%30.36
%23.99
%45.65

CMYK RENK MODELİ

#8F71D7 rengi CMYK tonu (33,47,0,16).

  • camgöbeği tonu 33.49%
  • eflatun tonu 47.44%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(33,47,0,16)
C33M47Y0K16 
(33%,47%,0%,16%)
(0.33/0.47/0.00/0.16)	

CMYK yüzdeleri

%33.49
%47.44
%0
%15.69

Codes

Color #8F71D7 in popluar color models

8F71D7
RGB143113215
HSL258°56.04%64.31%
HSB/HSV258°47.44%84.31%
CMYK33.49%47.44%0.00%
15.69%

Color #8F71D7 in popluar number systems.

HEX8F71D7
Decimal143113215
Binary10001111111000111010111
Octal217161327

Shades and tints

Shades of #8F71D7

#8F71D7
(143,113,215)
#8267C4
(130,103,196)
#755DB1
(117,93,177)
#68539E
(104,83,158)
#5B498B
(91,73,139)
#4E3F78
(78,63,120)
#413565
(65,53,101)
#342B52
(52,43,82)
#27213F
(39,33,63)
#1A172C
(26,23,44)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #8F71D7

#8F71D7
(143,113,215)
#997DDA
(153,125,218)
#A389DD
(163,137,221)
#AD95E0
(173,149,224)
#B7A1E3
(183,161,227)
#C1ADE6
(193,173,230)
#CBB9E9
(203,185,233)
#D5C5EC
(213,197,236)
#DFD1EF
(223,209,239)
#E9DDF2
(233,221,242)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F71D7 color. Also use rgb(143,113,215) instead hex code.

Text Font Color

.myTextColor { color: #8F71D7; }

<p style="color:#8F71D7">This sample text font color is #8F71D7.</p>

This text font color is #8F71D7.


Background Color

.myBgColor { background-color: #8F71D7; }

<div style="background-color:#8F71D7">Inner text</div>

This div background color is #8F71D7.


Border color

.myBorderColor { border: 1px solid #8F71D7; }

<div style="border:3px solid #8F71D7">Div</div>

This div border color is #8F71D7.


Opacity

.myOpacity80 { color: #8F71D7; opacity: 0.8; }

<p style="color:#8F71D7;opacity:0.8;">80%</p>

Text with #8F71D7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8F71D7;}

<p style="text-shadow: 3px 3px 1px #8F71D7">Text here.</p>

This text has shadow with #8F71D7 color.

.textShadow {text-shadow: 3px 3px 1px #8F71D7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8F71D7, 5px 5px 20px red">Text here.</p>

This text has shadow with #8F71D7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8F71D7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8F71D7, Direction=45, Strength=4)">Text</p>

This text has shadow with #8F71D7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8F71D7;
  -webkit-box-shadow:	1px 1px 3px 2px #8F71D7;
  box-shadow:		1px 1px 3px 2px #8F71D7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8F71D7;
-webkit-box-shadow: 1px 1px 3px 2px #8F71D7;
box-shadow:1px 1px 3px 2px #8F71D7;">
Div content here</div>
This div box has shadow with color #8F71D7.

Preview

Color preview on black background

This text has color #8F71D7 on black background.


Color preview on white background

This text has color #8F71D7 on white background.



Black color preview on #8F71D7 background

This text has black color on #8F71D7 background.


White color preview on #8F71D7 background

This text has white color on #8F71D7 background.