Html Css Color HEX #8E0F6E Eggplant

📋 copy color: '#8E0F6E'

red 142 ◦ green 15 ◦ blue 110

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

Shades of Eggplant #8E0F6E

Tints of Eggplant #8E0F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

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

R = 53.18%
G = 5.62%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E0F6E (or 0x8E0F6E) is known color: Eggplant. HEX triplet: 8E, 0F and 6E. RGB value is (142,15,110). Sum of RGB (Red+Green+Blue) = 142+15+110=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F6E is #71F091. Grayscale: #3F3F3F. Windows color (decimal): -7467154 or 7212942. OLE color: 7212942.

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

Color convert

RGB 142 15 110 -
CMYK 0 0.89 0.23 0.44
HSL 315.12º 0.81% 0.31% -
HSV(B) 315.12º 0.89% 0.56% -
XYZ 14.14 7.22 15.4 -
YUV 63.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 142 15 110 0 0.89 0.23 0.44 315.12 0.81 0.31
Hex 8E F 6E 0 59 17 2C 13B 51 1F
Octal 216 17 156 0 131 27 54 473 121 37
Binary 10001110 1111 1101110 0 1011001 10111 101100 100111011 1010001 11111

Color Harmonies of #8E0F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F6E

Black with #8E0F6E

Text Example


Text Example

White with #8E0F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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