Html Css Color HEX #8E0F6D Eggplant

📋 copy color: '#8E0F6D'

red 142 ◦ green 15 ◦ blue 109

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

Shades of Eggplant #8E0F6D

Tints of Eggplant #8E0F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 53.38%
G = 5.64%
B = 40.98%

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

#8E0F6D (or 0x8E0F6D) is known color: Eggplant. HEX triplet: 8E, 0F and 6D. RGB value is (142,15,109). Sum of RGB (Red+Green+Blue) = 142+15+109=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F6D is #71F092. Grayscale: #3F3F3F. Windows color (decimal): -7467155 or 7147406. OLE color: 7147406.

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

Color convert

RGB 142 15 109 -
CMYK 0 0.89 0.23 0.44
HSL 315.59º 0.81% 0.31% -
HSV(B) 315.59º 0.89% 0.56% -
XYZ 14.09 7.2 15.11 -
YUV 63.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 142 15 109 0 0.89 0.23 0.44 315.59 0.81 0.31
Hex 8E F 6D 0 59 17 2C 13C 51 1F
Octal 216 17 155 0 131 27 54 474 121 37
Binary 10001110 1111 1101101 0 1011001 10111 101100 100111100 1010001 11111

Color Harmonies of #8E0F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F6D

Black with #8E0F6D

Text Example


Text Example

White with #8E0F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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