#860962

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

Shades of Eggplant #860962

Tints of Eggplant #860962

Color information

#860962 (or 0x860962) is unknown color: approx Eggplant. HEX triplet: 86, 09 and 62. RGB value is (134,9,98). Sum of RGB (Red+Green+Blue) = 134+9+98=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #860962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860962 is #79F69D. Grayscale: #383838. Windows color (decimal): -7992990 or 6424966. OLE color: 6424966.

HSL color Cylindrical-coordinate representation of color #860962: hue angle of 317.28º 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 #860962 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB134998-
CMYK00.930.270.47
HSL317.28º87.41%28.04%-
HSV(B)317.28º93.28%52.55%-
XYZ12.136.1512.1-
YUV56.52151.41183.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=55.60%
G=3.73%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13499800.930.270.47317.2887.4128.04
Hex8696205D1B2F13d571c
Octal206111420135335747512734
Binary10000110100111000100101110111011101111100111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860962; }

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

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

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

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

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

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

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

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