#860A6B

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

Shades of Eggplant #860A6B

Tints of Eggplant #860A6B

Color information

#860A6B (or 0x860A6B) is unknown color: approx Eggplant. HEX triplet: 86, 0A and 6B. RGB value is (134,10,107). Sum of RGB (Red+Green+Blue) = 134+10+107=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #860A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A6B is #79F594. Grayscale: #393939. Windows color (decimal): -7992725 or 7015046. OLE color: 7015046.

HSL color Cylindrical-coordinate representation of color #860A6B: hue angle of 313.06º degrees, saturation: 0.86, 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 #860A6B is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13410107-
CMYK00.930.200.47
HSL313.06º86.11%28.24%-
HSV(B)313.06º92.54%52.55%-
XYZ12.596.3514.47-
YUV58.13155.58182.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=53.39%
G=3.98%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341010700.930.200.47313.0686.1128.24
Hex86A6B05D142F139561c
Octal206121530135245747112634
Binary10000110101011010110101110110100101111100111001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,107); }

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

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

 a { background-color: rgb(134,10,107); }

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

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

 span { border-color: rgb(134,10,107); }

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