#86005B

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

Shades of Eggplant #86005B

Tints of Eggplant #86005B

Color information

#86005B (or 0x86005B) is unknown color: approx Eggplant. HEX triplet: 86, 00 and 5B. RGB value is (134,0,91). Sum of RGB (Red+Green+Blue) = 134+0+91=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #86005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86005B is #79FFA4. Grayscale: #323232. Windows color (decimal): -7995301 or 5963910. OLE color: 5963910.

HSL color Cylindrical-coordinate representation of color #86005B: hue angle of 319.25º 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 #86005B is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB134091-
CMYK010.320.47
HSL319.25º100%26.27%-
HSV(B)319.25º100%52.55%-
XYZ11.725.8210.4-
YUV50.44150.89187.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=59.56%
G=0%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134091010.320.47319.2510026.27
Hex8605B064202F13f641a
Octal20601330144405747714432
Binary100001100101101101100100100000101111100111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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