Html Css Color HEX #8E0575 Eggplant

📋 copy color: '#8E0575'

red 142 ◦ green 5 ◦ blue 117

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

Shades of Eggplant #8E0575

Tints of Eggplant #8E0575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 53.79%
G = 1.89%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E0575 (or 0x8E0575) is known color: Eggplant. HEX triplet: 8E, 05 and 75. RGB value is (142,5,117). Sum of RGB (Red+Green+Blue) = 142+5+117=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0575 is #71FA8A. Grayscale: #3A3A3A. Windows color (decimal): -7469707 or 7669134. OLE color: 7669134.

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

Color convert

RGB 142 5 117 -
CMYK 0 0.96 0.18 0.44
HSL 310.95º 0.93% 0.29% -
HSV(B) 310.95º 0.96% 0.56% -
XYZ 14.42 7.14 17.45 -
YUV 58.73 160.89 187.39 -
System Red Green Blue C M Y K H S L
Decimal 142 5 117 0 0.96 0.18 0.44 310.95 0.93 0.29
Hex 8E 5 75 0 60 12 2C 137 5D 1D
Octal 216 5 165 0 140 22 54 467 135 35
Binary 10001110 101 1110101 0 1100000 10010 101100 100110111 1011101 11101

Color Harmonies of #8E0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0575

Black with #8E0575

Text Example


Text Example

White with #8E0575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,5,117); }

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

background-color css

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

 a { background-color: rgb(142,5,117); }

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

border-color css

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

 span { border-color: rgb(142,5,117); }

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