Html Css Color HEX #8E0875 Eggplant

📋 copy color: '#8E0875'

red 142 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #8E0875

Tints of Eggplant #8E0875

RGB

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

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

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

R = 53.18%
G = 3%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E0875 (or 0x8E0875) is known color: Eggplant. HEX triplet: 8E, 08 and 75. RGB value is (142,8,117). Sum of RGB (Red+Green+Blue) = 142+8+117=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0875 is #71F78A. Grayscale: #3C3C3C. Windows color (decimal): -7468939 or 7669902. OLE color: 7669902.

HSL color Cylindrical-coordinate representation of color #8E0875: hue angle of 311.19º 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 #8E0875 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 8 117 -
CMYK 0 0.94 0.18 0.44
HSL 311.19º 0.89% 0.29% -
HSV(B) 311.19º 0.94% 0.56% -
XYZ 14.45 7.21 17.46 -
YUV 60.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 142 8 117 0 0.94 0.18 0.44 311.19 0.89 0.29
Hex 8E 8 75 0 5E 12 2C 137 59 1D
Octal 216 10 165 0 136 22 54 467 131 35
Binary 10001110 1000 1110101 0 1011110 10010 101100 100110111 1011001 11101

Color Harmonies of #8E0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0875

Black with #8E0875

Text Example


Text Example

White with #8E0875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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