#860956

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

Shades of Eggplant #860956

Tints of Eggplant #860956

Color information

#860956 (or 0x860956) is unknown color: approx Eggplant. HEX triplet: 86, 09 and 56. RGB value is (134,9,86). Sum of RGB (Red+Green+Blue) = 134+9+86=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #860956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860956 is #79F6A9. Grayscale: #363636. Windows color (decimal): -7993002 or 5638534. OLE color: 5638534.

HSL color Cylindrical-coordinate representation of color #860956: hue angle of 323.04º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860956 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB134986-
CMYK00.930.360.47
HSL323.04º87.41%28.04%-
HSV(B)323.04º93.28%52.55%-
XYZ11.615.949.34-
YUV55.15145.41184.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=58.52%
G=3.93%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13498600.930.360.47323.0487.4128.04
Hex8695605D242F143571c
Octal206111260135445750312734
Binary100001101001101011001011101100100101111101000011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860956; }

 p { color: rgb(134,9,86); }

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

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

 a { background-color: rgb(134,9,86); }

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

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

 span { border-color: rgb(134,9,86); }

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