Html Css Color HEX #8E1162 Eggplant

📋 copy color: '#8E1162'

red 142 ◦ green 17 ◦ blue 98

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

Shades of Eggplant #8E1162

Tints of Eggplant #8E1162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 55.25%
G = 6.61%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E1162 (or 0x8E1162) is known color: Eggplant. HEX triplet: 8E, 11 and 62. RGB value is (142,17,98). Sum of RGB (Red+Green+Blue) = 142+17+98=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1162 is #71EE9D. Grayscale: #3F3F3F. Windows color (decimal): -7466654 or 6427022. OLE color: 6427022.

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

Color convert

RGB 142 17 98 -
CMYK 0 0.88 0.31 0.44
HSL 321.12º 0.79% 0.31% -
HSV(B) 321.12º 0.88% 0.56% -
XYZ 13.56 7.03 12.2 -
YUV 63.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 142 17 98 0 0.88 0.31 0.44 321.12 0.79 0.31
Hex 8E 11 62 0 58 1F 2C 141 4F 1F
Octal 216 21 142 0 130 37 54 501 117 37
Binary 10001110 10001 1100010 0 1011000 11111 101100 101000001 1001111 11111

Color Harmonies of #8E1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1162

Black with #8E1162

Text Example


Text Example

White with #8E1162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,98); }

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

background-color css

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

 a { background-color: rgb(142,17,98); }

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

border-color css

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

 span { border-color: rgb(142,17,98); }

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