#860363

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

Shades of Eggplant #860363

Tints of Eggplant #860363

Color information

#860363 (or 0x860363) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 63. RGB value is (134,3,99). Sum of RGB (Red+Green+Blue) = 134+3+99=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #860363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860363 is #79FC9C. Grayscale: #343434. Windows color (decimal): -7994525 or 6488966. OLE color: 6488966.

HSL color Cylindrical-coordinate representation of color #860363: hue angle of 316.03º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860363 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB134399-
CMYK00.980.260.47
HSL316.03º95.62%26.86%-
HSV(B)316.03º97.76%52.55%-
XYZ12.126.0312.33-
YUV53.11153.9185.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=56.78%
G=1.27%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13439900.980.260.47316.0395.6226.86
Hex863630621A2F13c601b
Octal20631430142325747414033
Binary100001101111000110110001011010101111100111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860363; }

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

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

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

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

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

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

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

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