#86036D

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

Shades of Eggplant #86036D

Tints of Eggplant #86036D

Color information

#86036D (or 0x86036D) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 6D. RGB value is (134,3,109). Sum of RGB (Red+Green+Blue) = 134+3+109=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86036D is #79FC92. Grayscale: #353535. Windows color (decimal): -7994515 or 7144326. OLE color: 7144326.

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

Color convert

RGB1343109-
CMYK00.980.190.47
HSL311.45º95.62%26.86%-
HSV(B)311.45º97.76%52.55%-
XYZ12.626.2415.01-
YUV54.25158.9184.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=54.47%
G=1.22%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134310900.980.190.47311.4595.6226.86
Hex8636D062132F137601b
Octal20631550142235746714033
Binary100001101111011010110001010011101111100110111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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