#9587AB

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

Shades of Purple Mountain's Majesty #9587AB

Tints of Purple Mountain's Majesty #9587AB

Color information

#9587AB (or 0x9587AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 87 and AB. RGB value is (149,135,171). Sum of RGB (Red+Green+Blue) = 149+135+171=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #9587AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587AB is #6A7854. Grayscale: #8F8F8F. Windows color (decimal): -6977621 or 11241365. OLE color: 11241365.

HSL color Cylindrical-coordinate representation of color #9587AB: hue angle of 263.33º degrees, saturation: 0.18, 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 #9587AB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149135171-
CMYK0.130.2100.33
HSL263.33º17.65%60%-
HSV(B)263.33º21.05%67.06%-
XYZ28.4126.6642.18-
YUV143.29143.64132.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=32.75%
G=29.67%
B=37.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491351710.130.2100.33263.3317.6560
Hex9587ABD15021107123c
Octal22520725315250414072274
Binary100101011000011110101011110110101010000110000011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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