#8c115b

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

Shades of Eggplant #8C115B

Tints of Eggplant #8C115B

Color information

#8C115B (or 0x8C115B) is unknown color: approx Eggplant. HEX triplet: 8C, 11 and 5B. RGB value is (140,17,91). Sum of RGB (Red+Green+Blue) = 140+17+91=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C115B is #73EEA4. Grayscale: #3E3E3E. Windows color (decimal): -7597733 or 5968268. OLE color: 5968268.

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

Color convert

RGB1401791-
CMYK00.880.350.45
HSL323.9º78.34%30.78%-
HSV(B)323.9º87.86%54.9%-
XYZ12.96.7310.52-
YUV62.21144.25183.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.45%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=56.45%
G=6.85%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140179100.880.350.45323.978.3430.78
Hex8C115B058232D1444e1f
Octal214211330130435550411637
Binary1000110010001101101101011000100011101101101000100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c115b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,17,91); }

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

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

 a { background-color: rgb(140,17,91); }

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

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

 span { border-color: rgb(140,17,91); }

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