#8F76CD

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

Shades of True V #8F76CD

Tints of True V #8F76CD

Color information

#8F76CD (or 0x8F76CD) is unknown color: approx True V. HEX triplet: 8F, 76 and CD. RGB value is (143,118,205). Sum of RGB (Red+Green+Blue) = 143+118+205=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F76CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76CD is #708932. Grayscale: #878787. Windows color (decimal): -7375155 or 13465231. OLE color: 13465231.

HSL color Cylindrical-coordinate representation of color #8F76CD: hue angle of 257.24º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F76CD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143118205-
CMYK0.300.4200.20
HSL257.24º46.52%63.33%-
HSV(B)257.24º42.44%80.39%-
XYZ28.8323.260.72-
YUV135.39167.28133.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.69%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=30.69%
G=25.32%
B=43.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431182050.300.4200.20257.2446.5263.33
Hex8F76CD1E2A0141012f3f
Octal21716631536520244015777
Binary1000111111101101100110111110101010010100100000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,205); }

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

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

 a { background-color: rgb(143,118,205); }

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

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

 span { border-color: rgb(143,118,205); }

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