Html Css Color HEX #8E015A Eggplant

📋 copy color: '#8E015A'

red 142 ◦ green 1 ◦ blue 90

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

Shades of Eggplant #8E015A

Tints of Eggplant #8E015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 60.94%
G = 0.43%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E015A (or 0x8E015A) is known color: Eggplant. HEX triplet: 8E, 01 and 5A. RGB value is (142,1,90). Sum of RGB (Red+Green+Blue) = 142+1+90=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E015A is #71FEA5. Grayscale: #353535. Windows color (decimal): -7470758 or 5898638. OLE color: 5898638.

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

Color convert

RGB 142 1 90 -
CMYK 0 0.99 0.37 0.44
HSL 322.13º 0.99% 0.28% -
HSV(B) 322.13º 0.99% 0.56% -
XYZ 13.01 6.51 10.24 -
YUV 53.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 142 1 90 0 0.99 0.37 0.44 322.13 0.99 0.28
Hex 8E 1 5A 0 63 25 2C 142 63 1C
Octal 216 1 132 0 143 45 54 502 143 34
Binary 10001110 1 1011010 0 1100011 100101 101100 101000010 1100011 11100

Color Harmonies of #8E015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E015A

Black with #8E015A

Text Example


Text Example

White with #8E015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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