#86005E

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

Shades of Eggplant #86005E

Tints of Eggplant #86005E

Color information

#86005E (or 0x86005E) is unknown color: approx Eggplant. HEX triplet: 86, 00 and 5E. RGB value is (134,0,94). Sum of RGB (Red+Green+Blue) = 134+0+94=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86005E is #79FFA1. Grayscale: #323232. Windows color (decimal): -7995298 or 6160518. OLE color: 6160518.

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

Color convert

RGB134094-
CMYK010.300.47
HSL317.91º100%26.27%-
HSV(B)317.91º100%52.55%-
XYZ11.855.8811.1-
YUV50.78152.39187.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=58.77%
G=0%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134094010.300.47317.9110026.27
Hex8605E0641E2F13e641a
Octal20601360144365747614432
Binary10000110010111100110010011110101111100111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86005E; }

 p { color: rgb(134,0,94); }

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

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

 a { background-color: rgb(134,0,94); }

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

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

 span { border-color: rgb(134,0,94); }

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