#86046E

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

Shades of Eggplant #86046E

Tints of Eggplant #86046E

Color information

#86046E (or 0x86046E) is unknown color: approx Eggplant. HEX triplet: 86, 04 and 6E. RGB value is (134,4,110). Sum of RGB (Red+Green+Blue) = 134+4+110=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86046E is #79FB91. Grayscale: #363636. Windows color (decimal): -7994258 or 7210118. OLE color: 7210118.

HSL color Cylindrical-coordinate representation of color #86046E: hue angle of 311.08º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86046E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB1344110-
CMYK00.970.180.47
HSL311.08º94.2%27.06%-
HSV(B)311.08º97.01%52.55%-
XYZ12.696.2815.3-
YUV54.95159.07184.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.03%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=54.03%
G=1.61%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134411000.970.180.47311.0894.227.06
Hex8646E061122F1375e1b
Octal20641560141225746713633
Binary1000011010011011100110000110010101111100110111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,4,110); }

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

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

 a { background-color: rgb(134,4,110); }

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

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

 span { border-color: rgb(134,4,110); }

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