#9584AB

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

Shades of Purple Mountain's Majesty #9584AB

Tints of Purple Mountain's Majesty #9584AB

Color information

#9584AB (or 0x9584AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 84 and AB. RGB value is (149,132,171). Sum of RGB (Red+Green+Blue) = 149+132+171=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9584AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9584AB is #6A7B54. Grayscale: #8D8D8D. Windows color (decimal): -6978389 or 11240597. OLE color: 11240597.

HSL color Cylindrical-coordinate representation of color #9584AB: hue angle of 266.15º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9584AB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149132171-
CMYK0.130.2300.33
HSL266.15º18.84%59.41%-
HSV(B)266.15º22.81%67.06%-
XYZ2825.8342.04-
YUV141.53144.63133.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=32.96%
G=29.20%
B=37.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491321710.130.2300.33266.1518.8459.41
Hex9584ABD1702110a133b
Octal22520425315270414122373
Binary100101011000010010101011110110111010000110000101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9584AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9584AB; }

 p { color: rgb(149,132,171); }

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

<style>
 a { background-color: #9584AB; }

 a { background-color: rgb(149,132,171); }

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

<style>
 span { border-color: #9584AB; }

 span { border-color: rgb(149,132,171); }

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