#86096B

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

Shades of Eggplant #86096B

Tints of Eggplant #86096B

Color information

#86096B (or 0x86096B) is unknown color: approx Eggplant. HEX triplet: 86, 09 and 6B. RGB value is (134,9,107). Sum of RGB (Red+Green+Blue) = 134+9+107=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096B is #79F694. Grayscale: #393939. Windows color (decimal): -7992981 or 7014790. OLE color: 7014790.

HSL color Cylindrical-coordinate representation of color #86096B: hue angle of 312.96º 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 #86096B is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB1349107-
CMYK00.930.200.47
HSL312.96º87.41%28.04%-
HSV(B)312.96º93.28%52.55%-
XYZ12.586.3314.47-
YUV57.55155.91182.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=53.6%
G=3.6%
B=42.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134910700.930.200.47312.9687.4128.04
Hex8696B05D142F139571c
Octal206111530135245747112734
Binary10000110100111010110101110110100101111100111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86096B; }

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

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

<style>
 a { background-color: #86096B; }

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

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

<style>
 span { border-color: #86096B; }

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

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