#86015B

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

Shades of Eggplant #86015B

Tints of Eggplant #86015B

Color information

#86015B (or 0x86015B) is unknown color: approx Eggplant. HEX triplet: 86, 01 and 5B. RGB value is (134,1,91). Sum of RGB (Red+Green+Blue) = 134+1+91=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86015B is #79FEA4. Grayscale: #323232. Windows color (decimal): -7995045 or 5964166. OLE color: 5964166.

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

Color convert

RGB134191-
CMYK00.990.320.47
HSL319.4º98.52%26.47%-
HSV(B)319.4º99.25%52.55%-
XYZ11.735.8510.41-
YUV51.03150.56187.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=59.29%
G=0.44%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13419100.990.320.47319.498.5226.47
Hex8615B063202F13f631a
Octal20611330143405747714332
Binary100001101101101101100011100000101111100111111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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