#8F77C0

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

Shades of True V #8F77C0

Tints of True V #8F77C0

Color information

#8F77C0 (or 0x8F77C0) is unknown color: approx True V. HEX triplet: 8F, 77 and C0. RGB value is (143,119,192). Sum of RGB (Red+Green+Blue) = 143+119+192=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F77C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77C0 is #70883F. Grayscale: #868686. Windows color (decimal): -7374912 or 12613519. OLE color: 12613519.

HSL color Cylindrical-coordinate representation of color #8F77C0: hue angle of 259.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F77C0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143119192-
CMYK0.260.3800.25
HSL259.73º36.68%60.98%-
HSV(B)259.73º38.02%75.29%-
XYZ27.4422.8452.83-
YUV134.5160.45134.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 192 (75.39% from 255) = 42.29%
R=31.50%
G=26.21%
B=42.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431191920.260.3800.25259.7336.6860.98
Hex8F77C01A26019104253d
Octal21716730032460314044575
Binary1000111111101111100000011010100110011001100000100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,192); }

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

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

 a { background-color: rgb(143,119,192); }

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

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

 span { border-color: rgb(143,119,192); }

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