#8E77C1

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

Shades of True V #8E77C1

Tints of True V #8E77C1

Color information

#8E77C1 (or 0x8E77C1) is unknown color: approx True V. HEX triplet: 8E, 77 and C1. RGB value is (142,119,193). Sum of RGB (Red+Green+Blue) = 142+119+193=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E77C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77C1 is #71883E. Grayscale: #868686. Windows color (decimal): -7440447 or 12679054. OLE color: 12679054.

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

Color convert

RGB142119193-
CMYK0.260.3800.24
HSL258.65º37.37%61.18%-
HSV(B)258.65º38.34%75.69%-
XYZ27.3822.7953.41-
YUV134.31161.12133.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.28%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=31.28%
G=26.21%
B=42.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421191930.260.3800.24258.6537.3761.18
Hex8E77C11A26018103253d
Octal21616730132460304034575
Binary1000111011101111100000111010100110011000100000011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,119,193); }

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

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

 a { background-color: rgb(142,119,193); }

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

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

 span { border-color: rgb(142,119,193); }

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