#8D77C9

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

Shades of True V #8D77C9

Tints of True V #8D77C9

Color information

#8D77C9 (or 0x8D77C9) is unknown color: approx True V. HEX triplet: 8D, 77 and C9. RGB value is (141,119,201). Sum of RGB (Red+Green+Blue) = 141+119+201=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D77C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77C9 is #728836. Grayscale: #868686. Windows color (decimal): -7505975 or 13203341. OLE color: 13203341.

HSL color Cylindrical-coordinate representation of color #8D77C9: hue angle of 256.1º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D77C9 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141119201-
CMYK0.300.4100.21
HSL256.1º43.16%62.75%-
HSV(B)256.1º40.8%78.82%-
XYZ28.1223.0758.23-
YUV134.93165.29132.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 201 (78.91% from 255) = 43.60%
R=30.59%
G=25.81%
B=43.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411192010.300.4100.21256.143.1662.75
Hex8D77C91E290151002b3f
Octal21516731136510254005377
Binary1000110111101111100100111110101001010101100000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D77C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,201); }

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

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

 a { background-color: rgb(141,119,201); }

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

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

 span { border-color: rgb(141,119,201); }

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