#9576BA

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

Shades of Purple Mountain's Majesty #9576BA

Tints of Purple Mountain's Majesty #9576BA

Color information

#9576BA (or 0x9576BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 76 and BA. RGB value is (149,118,186). Sum of RGB (Red+Green+Blue) = 149+118+186=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9576BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576BA is #6A8945. Grayscale: #868686. Windows color (decimal): -6981958 or 12220053. OLE color: 12220053.

HSL color Cylindrical-coordinate representation of color #9576BA: hue angle of 267.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9576BA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149118186-
CMYK0.200.3700.27
HSL267.35º33.01%59.61%-
HSV(B)267.35º36.56%72.94%-
XYZ27.7422.8949.41-
YUV135.02156.77137.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=32.89%
G=26.05%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491181860.200.3700.27267.3533.0159.61
Hex9576BA142501B10b213c
Octal22516627224450334134174
Binary1001010111101101011101010100100101011011100001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9576BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9576BA; }

 p { color: rgb(149,118,186); }

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

<style>
 a { background-color: #9576BA; }

 a { background-color: rgb(149,118,186); }

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

<style>
 span { border-color: #9576BA; }

 span { border-color: rgb(149,118,186); }

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