#8E115C

Color #8E115C Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #8E115C

Tints of Eggplant #8E115C

Color information

#8E115C (or 0x8E115C) is unknown color: approx Eggplant. HEX triplet: 8E, 11 and 5C. RGB value is (142,17,92). Sum of RGB (Red+Green+Blue) = 142+17+92=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E115C is #71EEA3. Grayscale: #3E3E3E. Windows color (decimal): -7466660 or 6033806. OLE color: 6033806.

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

Color convert

RGB1421792-
CMYK00.880.350.44
HSL324º78.62%31.18%-
HSV(B)324º88.03%55.69%-
XYZ13.296.9210.76-
YUV62.92144.41184.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.57%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=56.57%
G=6.77%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142179200.880.350.4432478.6231.18
Hex8E115C058232C1444f1f
Octal216211340130435450411737
Binary1000111010001101110001011000100011101100101000100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,17,92); }

 H1.HeaderClassName
 {
   color: #8E115C;
 }
 .AnyTagClassName
 {
   color: #8E115C;
 }
</style>
background-color css

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

 a { background-color: rgb(142,17,92); }

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

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

 span { border-color: rgb(142,17,92); }

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