#86096A

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

Shades of Eggplant #86096A

Tints of Eggplant #86096A

Color information

#86096A (or 0x86096A) is unknown color: approx Eggplant. HEX triplet: 86, 09 and 6A. RGB value is (134,9,106). Sum of RGB (Red+Green+Blue) = 134+9+106=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096A is #79F695. Grayscale: #393939. Windows color (decimal): -7992982 or 6949254. OLE color: 6949254.

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

Color convert

RGB1349106-
CMYK00.930.210.47
HSL313.44º87.41%28.04%-
HSV(B)313.44º93.28%52.55%-
XYZ12.536.314.19-
YUV57.43155.41182.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=53.82%
G=3.61%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134910600.930.210.47313.4487.4128.04
Hex8696A05D152F139571c
Octal206111520135255747112734
Binary10000110100111010100101110110101101111100111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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