Html Css Color HEX #8E0C6C Eggplant

📋 copy color: '#8E0C6C'

red 142 ◦ green 12 ◦ blue 108

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

Shades of Eggplant #8E0C6C

Tints of Eggplant #8E0C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 54.2%
G = 4.58%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E0C6C (or 0x8E0C6C) is known color: Eggplant. HEX triplet: 8E, 0C and 6C. RGB value is (142,12,108). Sum of RGB (Red+Green+Blue) = 142+12+108=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C6C is #71F393. Grayscale: #3D3D3D. Windows color (decimal): -7467924 or 7081102. OLE color: 7081102.

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

Color convert

RGB 142 12 108 -
CMYK 0 0.92 0.24 0.44
HSL 315.69º 0.84% 0.3% -
HSV(B) 315.69º 0.92% 0.56% -
XYZ 13.99 7.1 14.82 -
YUV 61.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 142 12 108 0 0.92 0.24 0.44 315.69 0.84 0.3
Hex 8E C 6C 0 5C 18 2C 13C 54 1E
Octal 216 14 154 0 134 30 54 474 124 36
Binary 10001110 1100 1101100 0 1011100 11000 101100 100111100 1010100 11110

Color Harmonies of #8E0C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C6C

Black with #8E0C6C

Text Example


Text Example

White with #8E0C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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