Html Css Color HEX #8F71CF True V

📋 copy color: '#8F71CF'

red 143 ◦ green 113 ◦ blue 207

#8F71CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8F71CF

Tints of True V #8F71CF

RGB

 RED value IS 143 (56.25% from 255) = 30.89%

 GREEN value IS 113 (44.53% from 255) = 24.41%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 30.89%
G = 24.41%
B = 44.71%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8F71CF (or 0x8F71CF) is known color: True V. HEX triplet: 8F, 71 and CF. RGB value is (143,113,207). Sum of RGB (Red+Green+Blue) = 143+113+207=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F71CF is #708E30. Grayscale: #848484. Windows color (decimal): -7376433 or 13595023. OLE color: 13595023.

HSL color Cylindrical-coordinate representation of color #8F71CF: hue angle of 259.15º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F71CF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 113 207 -
CMYK 0.31 0.45 0 0.19
HSL 259.15º 0.49% 0.63% -
HSV(B) 259.15º 0.45% 0.81% -
XYZ 28.5 22.15 61.81 -
YUV 132.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 143 113 207 0.31 0.45 0 0.19 259.15 0.49 0.63
Hex 8F 71 CF 1F 2D 0 13 103 31 3F
Octal 217 161 317 37 55 0 23 403 61 77
Binary 10001111 1110001 11001111 11111 101101 0 10011 100000011 110001 111111

Color Harmonies of #8F71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F71CF

Black with #8F71CF

Text Example


Text Example

White with #8F71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F71CF; }

 p { color: rgb(143,113,207); }

 H1.HeaderClassName
 {
   color: #8F71CF;
 }
 .AnyTagClassName
 {
   color: #8F71CF;
 }
</style>

background-color css

<style>
 a { background-color: #8F71CF; }

 a { background-color: rgb(143,113,207); }

 div.DivClassName
 {
   background-color: #8F71CF;
 }
 .BgClassName
 {
   background-color: #8F71CF;
 }
</style>

border-color css

<style>
 span { border-color: #8F71CF; }

 span { border-color: rgb(143,113,207); }

 td.TdClassName
 {
   border-color: #8F71CF;
 }
 .TagClassName
 {
   border-color: #8F71CF;
 }
</style>