#9582AD

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

Shades of Purple Mountain's Majesty #9582AD

Tints of Purple Mountain's Majesty #9582AD

Color information

#9582AD (or 0x9582AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 82 and AD. RGB value is (149,130,173). Sum of RGB (Red+Green+Blue) = 149+130+173=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #9582AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9582AD is #6A7D52. Grayscale: #8C8C8C. Windows color (decimal): -6978899 or 11371157. OLE color: 11371157.

HSL color Cylindrical-coordinate representation of color #9582AD: hue angle of 266.51º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9582AD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149130173-
CMYK0.140.2500.32
HSL266.51º20.77%59.41%-
HSV(B)266.51º24.86%67.84%-
XYZ27.9225.3742.96-
YUV140.58146.29134-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=32.96%
G=28.76%
B=38.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491301730.140.2500.32266.5120.7759.41
Hex9582ADE1902010b153b
Octal22520225516310404132573
Binary100101011000001010101101111011001010000010000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9582AD; }

 p { color: rgb(149,130,173); }

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

<style>
 a { background-color: #9582AD; }

 a { background-color: rgb(149,130,173); }

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

<style>
 span { border-color: #9582AD; }

 span { border-color: rgb(149,130,173); }

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