#9580AB

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

Shades of Purple Mountain's Majesty #9580AB

Tints of Purple Mountain's Majesty #9580AB

Color information

#9580AB (or 0x9580AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 80 and AB. RGB value is (149,128,171). Sum of RGB (Red+Green+Blue) = 149+128+171=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9580AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9580AB is #6A7F54. Grayscale: #8B8B8B. Windows color (decimal): -6979413 or 11239573. OLE color: 11239573.

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

Color convert

RGB149128171-
CMYK0.130.2500.33
HSL269.3º20.38%58.63%-
HSV(B)269.3º25.15%67.06%-
XYZ27.4624.7741.86-
YUV139.18145.96135-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=33.26%
G=28.57%
B=38.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491281710.130.2500.33269.320.3858.63
Hex9580ABD1902110d143b
Octal22520025315310414152473
Binary100101011000000010101011110111001010000110000110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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