#8E0B77

Color #8E0B77 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E0B77

Tints of Dark Purple #8E0B77

Color information

#8E0B77 (or 0x8E0B77) is unknown color: approx Dark Purple. HEX triplet: 8E, 0B and 77. RGB value is (142,11,119). Sum of RGB (Red+Green+Blue) = 142+11+119=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B77 is #71F488. Grayscale: #3E3E3E. Windows color (decimal): -7468169 or 7801742. OLE color: 7801742.

HSL color Cylindrical-coordinate representation of color #8E0B77: hue angle of 310.53º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0B77 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14211119-
CMYK00.920.160.44
HSL310.53º85.62%30%-
HSV(B)310.53º92.25%55.69%-
XYZ14.67.3218.1-
YUV62.48159.9184.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=52.21%
G=4.04%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421111900.920.160.44310.5385.6230
Hex8EB7705C102C137561e
Octal216131670134205446712636
Binary10001110101111101110101110010000101100100110111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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