#8C0854

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

Shades of Eggplant #8C0854

Tints of Eggplant #8C0854

Color information

#8C0854 (or 0x8C0854) is unknown color: approx Eggplant. HEX triplet: 8C, 08 and 54. RGB value is (140,8,84). Sum of RGB (Red+Green+Blue) = 140+8+84=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0854 is #73F7AB. Grayscale: #373737. Windows color (decimal): -7600044 or 5507212. OLE color: 5507212.

HSL color Cylindrical-coordinate representation of color #8C0854: hue angle of 325.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0854 is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB140884-
CMYK00.940.40.45
HSL325.45º89.19%29.02%-
HSV(B)325.45º94.29%54.9%-
XYZ12.56.398.96-
YUV56.13143.73187.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.34%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=60.34%
G=3.45%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14088400.940.40.45325.4589.1929.02
Hex8C85405E282D145591d
Octal214101240136505550513135
Binary100011001000101010001011110101000101101101000101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,8,84); }

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

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

 a { background-color: rgb(140,8,84); }

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

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

 span { border-color: rgb(140,8,84); }

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