Html Css Color HEX #8E026E Eggplant

📋 copy color: '#8E026E'

red 142 ◦ green 2 ◦ blue 110

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

Shades of Eggplant #8E026E

Tints of Eggplant #8E026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 55.91%
G = 0.79%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E026E (or 0x8E026E) is known color: Eggplant. HEX triplet: 8E, 02 and 6E. RGB value is (142,2,110). Sum of RGB (Red+Green+Blue) = 142+2+110=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E026E is #71FD91. Grayscale: #373737. Windows color (decimal): -7470482 or 7209614. OLE color: 7209614.

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

Color convert

RGB 142 2 110 -
CMYK 0 0.99 0.23 0.44
HSL 313.71º 0.97% 0.28% -
HSV(B) 313.71º 0.99% 0.56% -
XYZ 13.99 6.92 15.35 -
YUV 56.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 142 2 110 0 0.99 0.23 0.44 313.71 0.97 0.28
Hex 8E 2 6E 0 63 17 2C 13A 61 1C
Octal 216 2 156 0 143 27 54 472 141 34
Binary 10001110 10 1101110 0 1100011 10111 101100 100111010 1100001 11100

Color Harmonies of #8E026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E026E

Black with #8E026E

Text Example


Text Example

White with #8E026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,2,110); }

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

background-color css

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

 a { background-color: rgb(142,2,110); }

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

border-color css

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

 span { border-color: rgb(142,2,110); }

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