Html Css Color HEX #8E0858 Eggplant

📋 copy color: '#8E0858'

red 142 ◦ green 8 ◦ blue 88

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

Shades of Eggplant #8E0858

Tints of Eggplant #8E0858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 59.66%
G = 3.36%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E0858 (or 0x8E0858) is known color: Eggplant. HEX triplet: 8E, 08 and 58. RGB value is (142,8,88). Sum of RGB (Red+Green+Blue) = 142+8+88=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0858 is #71F7A7. Grayscale: #393939. Windows color (decimal): -7468968 or 5769358. OLE color: 5769358.

HSL color Cylindrical-coordinate representation of color #8E0858: hue angle of 324.18º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0858 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 8 88 -
CMYK 0 0.94 0.38 0.44
HSL 324.18º 0.89% 0.29% -
HSV(B) 324.18º 0.94% 0.56% -
XYZ 13 6.63 9.83 -
YUV 57.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 142 8 88 0 0.94 0.38 0.44 324.18 0.89 0.29
Hex 8E 8 58 0 5E 26 2C 144 59 1D
Octal 216 10 130 0 136 46 54 504 131 35
Binary 10001110 1000 1011000 0 1011110 100110 101100 101000100 1011001 11101

Color Harmonies of #8E0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0858

Black with #8E0858

Text Example


Text Example

White with #8E0858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,8,88); }

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

background-color css

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

 a { background-color: rgb(142,8,88); }

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

border-color css

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

 span { border-color: rgb(142,8,88); }

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