#860C63

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

Shades of Eggplant #860C63

Tints of Eggplant #860C63

Color information

#860C63 (or 0x860C63) is unknown color: approx Eggplant. HEX triplet: 86, 0C and 63. RGB value is (134,12,99). Sum of RGB (Red+Green+Blue) = 134+12+99=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #860C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C63 is #79F39C. Grayscale: #3A3A3A. Windows color (decimal): -7992221 or 6491270. OLE color: 6491270.

HSL color Cylindrical-coordinate representation of color #860C63: hue angle of 317.21º 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 #860C63 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1341299-
CMYK00.910.260.47
HSL317.21º83.56%28.63%-
HSV(B)317.21º91.04%52.55%-
XYZ12.226.2312.36-
YUV58.4150.92181.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=54.69%
G=4.90%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134129900.910.260.47317.2183.5628.63
Hex86C6305B1A2F13d541d
Octal206141430133325747512435
Binary10000110110011000110101101111010101111100111101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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