#9587AC

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

Shades of Purple Mountain's Majesty #9587AC

Tints of Purple Mountain's Majesty #9587AC

Color information

#9587AC (or 0x9587AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 87 and AC. RGB value is (149,135,172). Sum of RGB (Red+Green+Blue) = 149+135+172=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #9587AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587AC is #6A7853. Grayscale: #8F8F8F. Windows color (decimal): -6977620 or 11306901. OLE color: 11306901.

HSL color Cylindrical-coordinate representation of color #9587AC: hue angle of 262.7º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9587AC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149135172-
CMYK0.130.2200.33
HSL262.7º18.23%60.2%-
HSV(B)262.7º21.51%67.45%-
XYZ28.526.742.68-
YUV143.4144.14131.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=32.68%
G=29.61%
B=37.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491351720.130.2200.33262.718.2360.2
Hex9587ACD16021107123c
Octal22520725415260414072274
Binary100101011000011110101100110110110010000110000011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9587AC; }

 p { color: rgb(149,135,172); }

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

<style>
 a { background-color: #9587AC; }

 a { background-color: rgb(149,135,172); }

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

<style>
 span { border-color: #9587AC; }

 span { border-color: rgb(149,135,172); }

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