Html Css Color HEX #8E0E60 Eggplant

📋 copy color: '#8E0E60'

red 142 ◦ green 14 ◦ blue 96

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

Shades of Eggplant #8E0E60

Tints of Eggplant #8E0E60

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 56.35%
G = 5.56%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E0E60 (or 0x8E0E60) is known color: Eggplant. HEX triplet: 8E, 0E and 60. RGB value is (142,14,96). Sum of RGB (Red+Green+Blue) = 142+14+96=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0E60 is #71F19F. Grayscale: #3D3D3D. Windows color (decimal): -7467424 or 6295182. OLE color: 6295182.

HSL color Cylindrical-coordinate representation of color #8E0E60: hue angle of 321.56º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E60 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 14 96 -
CMYK 0 0.90 0.32 0.44
HSL 321.56º 0.82% 0.31% -
HSV(B) 321.56º 0.9% 0.56% -
XYZ 13.42 6.91 11.69 -
YUV 61.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 142 14 96 0 0.90 0.32 0.44 321.56 0.82 0.31
Hex 8E E 60 0 5A 20 2C 142 52 1F
Octal 216 16 140 0 132 40 54 502 122 37
Binary 10001110 1110 1100000 0 1011010 100000 101100 101000010 1010010 11111

Color Harmonies of #8E0E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0E60

Black with #8E0E60

Text Example


Text Example

White with #8E0E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,14,96); }

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

background-color css

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

 a { background-color: rgb(142,14,96); }

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

border-color css

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

 span { border-color: rgb(142,14,96); }

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