Html Css Color HEX #9976BD Purple Mountain's Majesty
📋 copy color: '#9976BD'red 153 ◦ green 118 ◦ blue 189
Shades of Purple Mountain's Majesty #9976BD
Tints of Purple Mountain's Majesty #9976BD
RGB
CMYK
RGB Variations
Color information
#9976BD (or 0x9976BD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 76 and BD. RGB value is (153,118,189). Sum of RGB (Red+Green+Blue) = 153+118+189=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #9976BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976BD is #668942. Grayscale: #888888. Windows color (decimal): -6719811 or 12416665. OLE color: 12416665.
HSL color Cylindrical-coordinate representation of color #9976BD: hue angle of 269.58º 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 #9976BD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 118 | 189 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.26 |
| HSL | 269.58º | 0.35% | 0.6% | - |
| HSV(B) | 269.58º | 0.38% | 0.74% | - |
| XYZ | 28.8 | 23.4 | 51.14 | - |
| YUV | 136.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 189 | 0.19 | 0.38 | 0 | 0.26 | 269.58 | 0.35 | 0.6 |
| Hex | 99 | 76 | BD | 13 | 26 | 0 | 1A | 10E | 23 | 3C |
| Octal | 231 | 166 | 275 | 23 | 46 | 0 | 32 | 416 | 43 | 74 |
| Binary | 10011001 | 1110110 | 10111101 | 10011 | 100110 | 0 | 11010 | 100001110 | 100011 | 111100 |
Color Harmonies of #9976BD
Complementary color
Monochromatic Colors of #9976BD
Black with #9976BD
Text Example
Text Example
White with #9976BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9976BD; }
p { color: rgb(153,118,189); }
H1.HeaderClassName
{
color: #9976BD;
}
.AnyTagClassName
{
color: #9976BD;
}
</style>
background-color css
<style>
a { background-color: #9976BD; }
a { background-color: rgb(153,118,189); }
div.DivClassName
{
background-color: #9976BD;
}
.BgClassName
{
background-color: #9976BD;
}
</style>
border-color css
<style>
span { border-color: #9976BD; }
span { border-color: rgb(153,118,189); }
td.TdClassName
{
border-color: #9976BD;
}
.TagClassName
{
border-color: #9976BD;
}
</style>