#860C54

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

Shades of Eggplant #860C54

Tints of Eggplant #860C54

Color information

#860C54 (or 0x860C54) is unknown color: approx Eggplant. HEX triplet: 86, 0C and 54. RGB value is (134,12,84). Sum of RGB (Red+Green+Blue) = 134+12+84=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #860C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C54 is #79F3AB. Grayscale: #383838. Windows color (decimal): -7992236 or 5508230. OLE color: 5508230.

HSL color Cylindrical-coordinate representation of color #860C54: hue angle of 324.59º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C54 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1341284-
CMYK00.910.370.47
HSL324.59º83.56%28.63%-
HSV(B)324.59º91.04%52.55%-
XYZ11.565.978.93-
YUV56.69143.42183.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=58.26%
G=5.22%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134128400.910.370.47324.5983.5628.63
Hex86C5405B252F145541d
Octal206141240133455750512435
Binary100001101100101010001011011100101101111101000101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860C54; }

 p { color: rgb(134,12,84); }

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

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

 a { background-color: rgb(134,12,84); }

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

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

 span { border-color: rgb(134,12,84); }

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