Html Css Color HEX #8E1566 Eggplant

📋 copy color: '#8E1566'

red 142 ◦ green 21 ◦ blue 102

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

Shades of Eggplant #8E1566

Tints of Eggplant #8E1566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 102 (40.23% from 255) = 38.49%

R = 53.58%
G = 7.92%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E1566 (or 0x8E1566) is known color: Eggplant. HEX triplet: 8E, 15 and 66. RGB value is (142,21,102). Sum of RGB (Red+Green+Blue) = 142+21+102=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1566 is #71EA99. Grayscale: #424242. Windows color (decimal): -7465626 or 6690190. OLE color: 6690190.

HSL color Cylindrical-coordinate representation of color #8E1566: hue angle of 319.83º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1566 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 21 102 -
CMYK 0 0.85 0.28 0.44
HSL 319.83º 0.74% 0.32% -
HSV(B) 319.83º 0.85% 0.56% -
XYZ 13.82 7.25 13.24 -
YUV 66.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 142 21 102 0 0.85 0.28 0.44 319.83 0.74 0.32
Hex 8E 15 66 0 55 1C 2C 140 4A 20
Octal 216 25 146 0 125 34 54 500 112 40
Binary 10001110 10101 1100110 0 1010101 11100 101100 101000000 1001010 100000

Color Harmonies of #8E1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1566

Black with #8E1566

Text Example


Text Example

White with #8E1566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,21,102); }

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

background-color css

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

 a { background-color: rgb(142,21,102); }

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

border-color css

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

 span { border-color: rgb(142,21,102); }

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