#9586AA

Color #9586AA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9586AA

Tints of Purple Mountain's Majesty #9586AA

Color information

#9586AA (or 0x9586AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 86 and AA. RGB value is (149,134,170). Sum of RGB (Red+Green+Blue) = 149+134+170=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #9586AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9586AA is #6A7955. Grayscale: #8E8E8E. Windows color (decimal): -6977878 or 11175573. OLE color: 11175573.

HSL color Cylindrical-coordinate representation of color #9586AA: hue angle of 265º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9586AA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149134170-
CMYK0.120.2100.33
HSL265º17.48%59.61%-
HSV(B)265º21.18%66.67%-
XYZ28.1826.3441.63-
YUV142.59143.47132.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=32.89%
G=29.58%
B=37.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491341700.120.2100.3326517.4859.61
Hex9586AAC15021109113c
Octal22520625214250414112174
Binary100101011000011010101010110010101010000110000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9586AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9586AA; }

 p { color: rgb(149,134,170); }

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

<style>
 a { background-color: #9586AA; }

 a { background-color: rgb(149,134,170); }

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

<style>
 span { border-color: #9586AA; }

 span { border-color: rgb(149,134,170); }

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