#86056A

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

Shades of Eggplant #86056A

Tints of Eggplant #86056A

Color information

#86056A (or 0x86056A) is unknown color: approx Eggplant. HEX triplet: 86, 05 and 6A. RGB value is (134,5,106). Sum of RGB (Red+Green+Blue) = 134+5+106=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86056A is #79FA95. Grayscale: #363636. Windows color (decimal): -7994006 or 6948230. OLE color: 6948230.

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

Color convert

RGB1345106-
CMYK00.960.210.47
HSL313.02º92.81%27.25%-
HSV(B)313.02º96.27%52.55%-
XYZ12.496.2214.18-
YUV55.08156.74184.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=54.69%
G=2.04%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134510600.960.210.47313.0292.8127.25
Hex8656A060152F1395d1b
Octal20651520140255747113533
Binary1000011010111010100110000010101101111100111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86056A; }

 p { color: rgb(134,5,106); }

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

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

 a { background-color: rgb(134,5,106); }

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

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

 span { border-color: rgb(134,5,106); }

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