Html Css Color HEX #8E015F Eggplant

📋 copy color: '#8E015F'

red 142 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #8E015F

Tints of Eggplant #8E015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 59.66%
G = 0.42%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E015F (or 0x8E015F) is known color: Eggplant. HEX triplet: 8E, 01 and 5F. RGB value is (142,1,95). Sum of RGB (Red+Green+Blue) = 142+1+95=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E015F is #71FEA0. Grayscale: #353535. Windows color (decimal): -7470753 or 6226318. OLE color: 6226318.

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

Color convert

RGB 142 1 95 -
CMYK 0 0.99 0.33 0.44
HSL 320º 0.99% 0.28% -
HSV(B) 320º 0.99% 0.56% -
XYZ 13.23 6.6 11.4 -
YUV 53.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 142 1 95 0 0.99 0.33 0.44 320 0.99 0.28
Hex 8E 1 5F 0 63 21 2C 140 63 1C
Octal 216 1 137 0 143 41 54 500 143 34
Binary 10001110 1 1011111 0 1100011 100001 101100 101000000 1100011 11100

Color Harmonies of #8E015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E015F

Black with #8E015F

Text Example


Text Example

White with #8E015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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