Html Css Color HEX #8E0174 Eggplant

📋 copy color: '#8E0174'

red 142 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #8E0174

Tints of Eggplant #8E0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 54.83%
G = 0.39%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E0174 (or 0x8E0174) is known color: Eggplant. HEX triplet: 8E, 01 and 74. RGB value is (142,1,116). Sum of RGB (Red+Green+Blue) = 142+1+116=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0174 is #71FE8B. Grayscale: #373737. Windows color (decimal): -7470732 or 7602574. OLE color: 7602574.

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

Color convert

RGB 142 1 116 -
CMYK 0 0.99 0.18 0.44
HSL 311.06º 0.99% 0.28% -
HSV(B) 311.06º 0.99% 0.56% -
XYZ 14.32 7.03 17.13 -
YUV 56.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 142 1 116 0 0.99 0.18 0.44 311.06 0.99 0.28
Hex 8E 1 74 0 63 12 2C 137 63 1C
Octal 216 1 164 0 143 22 54 467 143 34
Binary 10001110 1 1110100 0 1100011 10010 101100 100110111 1100011 11100

Color Harmonies of #8E0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0174

Black with #8E0174

Text Example


Text Example

White with #8E0174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,1,116); }

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

background-color css

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

 a { background-color: rgb(142,1,116); }

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

border-color css

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

 span { border-color: rgb(142,1,116); }

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