#86046D

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

Shades of Eggplant #86046D

Tints of Eggplant #86046D

Color information

#86046D (or 0x86046D) is unknown color: approx Eggplant. HEX triplet: 86, 04 and 6D. RGB value is (134,4,109). Sum of RGB (Red+Green+Blue) = 134+4+109=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86046D is #79FB92. Grayscale: #363636. Windows color (decimal): -7994259 or 7144582. OLE color: 7144582.

HSL color Cylindrical-coordinate representation of color #86046D: hue angle of 311.54º 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 #86046D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB1344109-
CMYK00.970.190.47
HSL311.54º94.2%27.06%-
HSV(B)311.54º97.01%52.55%-
XYZ12.646.2615.01-
YUV54.84158.57184.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=54.25%
G=1.62%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134410900.970.190.47311.5494.227.06
Hex8646D061132F1385e1b
Octal20641550141235747013633
Binary1000011010011011010110000110011101111100111000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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