Html Css Color HEX #8E0C6F Eggplant

📋 copy color: '#8E0C6F'

red 142 ◦ green 12 ◦ blue 111

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

Shades of Eggplant #8E0C6F

Tints of Eggplant #8E0C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 53.58%
G = 4.53%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E0C6F (or 0x8E0C6F) is known color: Eggplant. HEX triplet: 8E, 0C and 6F. RGB value is (142,12,111). Sum of RGB (Red+Green+Blue) = 142+12+111=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C6F is #71F390. Grayscale: #3D3D3D. Windows color (decimal): -7467921 or 7277710. OLE color: 7277710.

HSL color Cylindrical-coordinate representation of color #8E0C6F: hue angle of 314.31º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C6F is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 111 -
CMYK 0 0.92 0.22 0.44
HSL 314.31º 0.84% 0.3% -
HSV(B) 314.31º 0.92% 0.56% -
XYZ 14.16 7.16 15.68 -
YUV 62.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 142 12 111 0 0.92 0.22 0.44 314.31 0.84 0.3
Hex 8E C 6F 0 5C 16 2C 13A 54 1E
Octal 216 14 157 0 134 26 54 472 124 36
Binary 10001110 1100 1101111 0 1011100 10110 101100 100111010 1010100 11110

Color Harmonies of #8E0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C6F

Black with #8E0C6F

Text Example


Text Example

White with #8E0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,111); }

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

background-color css

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

 a { background-color: rgb(142,12,111); }

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

border-color css

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

 span { border-color: rgb(142,12,111); }

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