Html Css Color HEX #8E0462 Eggplant

📋 copy color: '#8E0462'

red 142 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #8E0462

Tints of Eggplant #8E0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 58.2%
G = 1.64%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E0462 (or 0x8E0462) is known color: Eggplant. HEX triplet: 8E, 04 and 62. RGB value is (142,4,98). Sum of RGB (Red+Green+Blue) = 142+4+98=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0462 is #71FB9D. Grayscale: #373737. Windows color (decimal): -7469982 or 6423694. OLE color: 6423694.

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

Color convert

RGB 142 4 98 -
CMYK 0 0.97 0.31 0.44
HSL 319.13º 0.95% 0.29% -
HSV(B) 319.13º 0.97% 0.56% -
XYZ 13.4 6.72 12.15 -
YUV 55.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 142 4 98 0 0.97 0.31 0.44 319.13 0.95 0.29
Hex 8E 4 62 0 61 1F 2C 13F 5F 1D
Octal 216 4 142 0 141 37 54 477 137 35
Binary 10001110 100 1100010 0 1100001 11111 101100 100111111 1011111 11101

Color Harmonies of #8E0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0462

Black with #8E0462

Text Example


Text Example

White with #8E0462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,4,98); }

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

background-color css

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

 a { background-color: rgb(142,4,98); }

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

border-color css

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

 span { border-color: rgb(142,4,98); }

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