Html Css Color HEX #8E0D6E Eggplant

📋 copy color: '#8E0D6E'

red 142 ◦ green 13 ◦ blue 110

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

Shades of Eggplant #8E0D6E

Tints of Eggplant #8E0D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.91%

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 53.58%
G = 4.91%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E0D6E (or 0x8E0D6E) is known color: Eggplant. HEX triplet: 8E, 0D and 6E. RGB value is (142,13,110). Sum of RGB (Red+Green+Blue) = 142+13+110=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0D6E is #71F291. Grayscale: #3E3E3E. Windows color (decimal): -7467666 or 7212430. OLE color: 7212430.

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

Color convert

RGB 142 13 110 -
CMYK 0 0.91 0.23 0.44
HSL 314.88º 0.83% 0.3% -
HSV(B) 314.88º 0.91% 0.56% -
XYZ 14.11 7.16 15.39 -
YUV 62.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 142 13 110 0 0.91 0.23 0.44 314.88 0.83 0.3
Hex 8E D 6E 0 5B 17 2C 13B 53 1E
Octal 216 15 156 0 133 27 54 473 123 36
Binary 10001110 1101 1101110 0 1011011 10111 101100 100111011 1010011 11110

Color Harmonies of #8E0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D6E

Black with #8E0D6E

Text Example


Text Example

White with #8E0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,13,110); }

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

background-color css

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

 a { background-color: rgb(142,13,110); }

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

border-color css

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

 span { border-color: rgb(142,13,110); }

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