#9585AE

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

Shades of Purple Mountain's Majesty #9585AE

Tints of Purple Mountain's Majesty #9585AE

Color information

#9585AE (or 0x9585AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 85 and AE. RGB value is (149,133,174). Sum of RGB (Red+Green+Blue) = 149+133+174=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9585AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585AE is #6A7A51. Grayscale: #8E8E8E. Windows color (decimal): -6978130 or 11437461. OLE color: 11437461.

HSL color Cylindrical-coordinate representation of color #9585AE: hue angle of 263.41º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9585AE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149133174-
CMYK0.140.2400.32
HSL263.41º20.2%60.2%-
HSV(B)263.41º23.56%68.24%-
XYZ28.4226.2243.61-
YUV142.46145.8132.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=32.68%
G=29.17%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491331740.140.2400.32263.4120.260.2
Hex9585AEE18020107143c
Octal22520525616300404072474
Binary100101011000010110101110111011000010000010000011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9585AE; }

 p { color: rgb(149,133,174); }

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

<style>
 a { background-color: #9585AE; }

 a { background-color: rgb(149,133,174); }

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

<style>
 span { border-color: #9585AE; }

 span { border-color: rgb(149,133,174); }

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