#8F71CE

Color #8F71CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8F71CE

Tints of True V #8F71CE

Color information

#8F71CE (or 0x8F71CE) is unknown color: approx True V. HEX triplet: 8F, 71 and CE. RGB value is (143,113,206). Sum of RGB (Red+Green+Blue) = 143+113+206=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F71CE is #708E31. Grayscale: #848484. Windows color (decimal): -7376434 or 13529487. OLE color: 13529487.

HSL color Cylindrical-coordinate representation of color #8F71CE: hue angle of 259.35º 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 #8F71CE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143113206-
CMYK0.310.4500.19
HSL259.35º48.69%62.55%-
HSV(B)259.35º45.15%80.78%-
XYZ28.3722.1161.16-
YUV132.57169.44135.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.95%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=30.95%
G=24.46%
B=44.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431132060.310.4500.19259.3548.6962.55
Hex8F71CE1F2D013103313f
Octal21716131637550234036177
Binary1000111111100011100111011111101101010011100000011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F71CE;
 }
 .AnyTagClassName
 {
   color: #8F71CE;
 }
</style>
background-color css

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

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

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

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

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

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