Html Css Color HEX #8E0C56 Eggplant

📋 copy color: '#8E0C56'

red 142 ◦ green 12 ◦ blue 86

#8E0C56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #8E0C56

Tints of Eggplant #8E0C56

RGB

 RED value IS 142 (55.86% from 255) = 59.17%

 GREEN value IS 12 (5.08% from 255) = 5%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 59.17%
G = 5%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E0C56 (or 0x8E0C56) is known color: Eggplant. HEX triplet: 8E, 0C and 56. RGB value is (142,12,86). Sum of RGB (Red+Green+Blue) = 142+12+86=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C56 is #71F3A9. Grayscale: #3B3B3B. Windows color (decimal): -7467946 or 5639310. OLE color: 5639310.

HSL color Cylindrical-coordinate representation of color #8E0C56: hue angle of 325.85º degrees, saturation: 0.84, 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 #8E0C56 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 86 -
CMYK 0 0.92 0.39 0.44
HSL 325.85º 0.84% 0.3% -
HSV(B) 325.85º 0.92% 0.56% -
XYZ 12.97 6.69 9.41 -
YUV 59.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 142 12 86 0 0.92 0.39 0.44 325.85 0.84 0.3
Hex 8E C 56 0 5C 27 2C 146 54 1E
Octal 216 14 126 0 134 47 54 506 124 36
Binary 10001110 1100 1010110 0 1011100 100111 101100 101000110 1010100 11110

Color Harmonies of #8E0C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C56

Black with #8E0C56

Text Example


Text Example

White with #8E0C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,86); }

 H1.HeaderClassName
 {
   color: #8E0C56;
 }
 .AnyTagClassName
 {
   color: #8E0C56;
 }
</style>

background-color css

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

 a { background-color: rgb(142,12,86); }

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

border-color css

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

 span { border-color: rgb(142,12,86); }

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