#86036C

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

Shades of Eggplant #86036C

Tints of Eggplant #86036C

Color information

#86036C (or 0x86036C) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 6C. RGB value is (134,3,108). Sum of RGB (Red+Green+Blue) = 134+3+108=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86036C is #79FC93. Grayscale: #353535. Windows color (decimal): -7994516 or 7078790. OLE color: 7078790.

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

Color convert

RGB1343108-
CMYK00.980.190.47
HSL311.91º95.62%26.86%-
HSV(B)311.91º97.76%52.55%-
XYZ12.576.2214.72-
YUV54.14158.4184.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=54.69%
G=1.22%
B=44.08%

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
Decimal134310800.980.190.47311.9195.6226.86
Hex8636C062132F138601b
Octal20631540142235747014033
Binary100001101111011000110001010011101111100111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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