Html Css Color HEX #9579B9 Purple Mountain's Majesty
📋 copy color: '#9579B9'red 149 ◦ green 121 ◦ blue 185
Shades of Purple Mountain's Majesty #9579B9
Tints of Purple Mountain's Majesty #9579B9
RGB
CMYK
RGB Variations
Color information
#9579B9 (or 0x9579B9) is known color: Purple Mountain's Majesty. HEX triplet: 95, 79 and B9. RGB value is (149,121,185). Sum of RGB (Red+Green+Blue) = 149+121+185=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #9579B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579B9 is #6A8646. Grayscale: #888888. Windows color (decimal): -6981191 or 12155285. OLE color: 12155285.
HSL color Cylindrical-coordinate representation of color #9579B9: hue angle of 266.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9579B9 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 121 | 185 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.27 |
| HSL | 266.25º | 0.31% | 0.6% | - |
| HSV(B) | 266.25º | 0.35% | 0.73% | - |
| XYZ | 27.99 | 23.57 | 48.97 | - |
| YUV | 136.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 185 | 0.19 | 0.35 | 0 | 0.27 | 266.25 | 0.31 | 0.6 |
| Hex | 95 | 79 | B9 | 13 | 23 | 0 | 1B | 10A | 1F | 3C |
| Octal | 225 | 171 | 271 | 23 | 43 | 0 | 33 | 412 | 37 | 74 |
| Binary | 10010101 | 1111001 | 10111001 | 10011 | 100011 | 0 | 11011 | 100001010 | 11111 | 111100 |
Color Harmonies of #9579B9
Complementary color
Monochromatic Colors of #9579B9
Black with #9579B9
Text Example
Text Example
White with #9579B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9579B9; }
p { color: rgb(149,121,185); }
H1.HeaderClassName
{
color: #9579B9;
}
.AnyTagClassName
{
color: #9579B9;
}
</style>
background-color css
<style>
a { background-color: #9579B9; }
a { background-color: rgb(149,121,185); }
div.DivClassName
{
background-color: #9579B9;
}
.BgClassName
{
background-color: #9579B9;
}
</style>
border-color css
<style>
span { border-color: #9579B9; }
span { border-color: rgb(149,121,185); }
td.TdClassName
{
border-color: #9579B9;
}
.TagClassName
{
border-color: #9579B9;
}
</style>