#86094E

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

Shades of Eggplant #86094E

Tints of Eggplant #86094E

Color information

#86094E (or 0x86094E) is unknown color: approx Eggplant. HEX triplet: 86, 09 and 4E. RGB value is (134,9,78). Sum of RGB (Red+Green+Blue) = 134+9+78=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #86094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86094E is #79F6B1. Grayscale: #363636. Windows color (decimal): -7993010 or 5114246. OLE color: 5114246.

HSL color Cylindrical-coordinate representation of color #86094E: hue angle of 326.88º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86094E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB134978-
CMYK00.930.420.47
HSL326.88º87.41%28.04%-
HSV(B)326.88º93.28%52.55%-
XYZ11.35.817.73-
YUV54.24141.41184.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=60.63%
G=4.07%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13497800.930.420.47326.8887.4128.04
Hex8694E05D2A2F147571c
Octal206111160135525750712734
Binary100001101001100111001011101101010101111101000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,9,78); }

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

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

 a { background-color: rgb(134,9,78); }

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

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

 span { border-color: rgb(134,9,78); }

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