#9576BD

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

Shades of Purple Mountain's Majesty #9576BD

Tints of Purple Mountain's Majesty #9576BD

Color information

#9576BD (or 0x9576BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 76 and BD. RGB value is (149,118,189). Sum of RGB (Red+Green+Blue) = 149+118+189=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9576BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576BD is #6A8942. Grayscale: #878787. Windows color (decimal): -6981955 or 12416661. OLE color: 12416661.

HSL color Cylindrical-coordinate representation of color #9576BD: hue angle of 266.2º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9576BD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149118189-
CMYK0.210.3800.26
HSL266.2º34.98%60.2%-
HSV(B)266.2º37.57%74.12%-
XYZ28.0623.0251.11-
YUV135.36158.27137.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=32.68%
G=25.88%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491181890.210.3800.26266.234.9860.2
Hex9576BD152601A10a233c
Octal22516627525460324124374
Binary1001010111101101011110110101100110011010100001010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9576BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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