Html Css Color HEX #9575BD Purple Mountain's Majesty
📋 copy color: '#9575BD'red 149 ◦ green 117 ◦ blue 189
Shades of Purple Mountain's Majesty #9575BD
Tints of Purple Mountain's Majesty #9575BD
RGB
CMYK
RGB Variations
Color information
#9575BD (or 0x9575BD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 75 and BD. RGB value is (149,117,189). Sum of RGB (Red+Green+Blue) = 149+117+189=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #9575BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575BD is #6A8A42. Grayscale: #868686. Windows color (decimal): -6982211 or 12416405. OLE color: 12416405.
HSL color Cylindrical-coordinate representation of color #9575BD: hue angle of 266.67º 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 #9575BD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 117 | 189 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.26 |
| HSL | 266.67º | 0.35% | 0.6% | - |
| HSV(B) | 266.67º | 0.38% | 0.74% | - |
| XYZ | 27.94 | 22.79 | 51.07 | - |
| YUV | 134.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 189 | 0.21 | 0.38 | 0 | 0.26 | 266.67 | 0.35 | 0.6 |
| Hex | 95 | 75 | BD | 15 | 26 | 0 | 1A | 10B | 23 | 3C |
| Octal | 225 | 165 | 275 | 25 | 46 | 0 | 32 | 413 | 43 | 74 |
| Binary | 10010101 | 1110101 | 10111101 | 10101 | 100110 | 0 | 11010 | 100001011 | 100011 | 111100 |
Color Harmonies of #9575BD
Complementary color
Monochromatic Colors of #9575BD
Black with #9575BD
Text Example
Text Example
White with #9575BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575BD; }
p { color: rgb(149,117,189); }
H1.HeaderClassName
{
color: #9575BD;
}
.AnyTagClassName
{
color: #9575BD;
}
</style>
background-color css
<style>
a { background-color: #9575BD; }
a { background-color: rgb(149,117,189); }
div.DivClassName
{
background-color: #9575BD;
}
.BgClassName
{
background-color: #9575BD;
}
</style>
border-color css
<style>
span { border-color: #9575BD; }
span { border-color: rgb(149,117,189); }
td.TdClassName
{
border-color: #9575BD;
}
.TagClassName
{
border-color: #9575BD;
}
</style>