Html Css Color HEX #9969BA Purple Mountain's Majesty
📋 copy color: '#9969BA'red 153 ◦ green 105 ◦ blue 186
Shades of Purple Mountain's Majesty #9969BA
Tints of Purple Mountain's Majesty #9969BA
RGB
CMYK
RGB Variations
Color information
#9969BA (or 0x9969BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 69 and BA. RGB value is (153,105,186). Sum of RGB (Red+Green+Blue) = 153+105+186=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #9969BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969BA is #669645. Grayscale: #808080. Windows color (decimal): -6723142 or 12216729. OLE color: 12216729.
HSL color Cylindrical-coordinate representation of color #9969BA: hue angle of 275.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9969BA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 105 | 186 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.27 |
| HSL | 275.56º | 0.37% | 0.57% | - |
| HSV(B) | 275.56º | 0.44% | 0.73% | - |
| XYZ | 27.05 | 20.42 | 48.97 | - |
| YUV | 128.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 186 | 0.18 | 0.44 | 0 | 0.27 | 275.56 | 0.37 | 0.57 |
| Hex | 99 | 69 | BA | 12 | 2C | 0 | 1B | 114 | 25 | 39 |
| Octal | 231 | 151 | 272 | 22 | 54 | 0 | 33 | 424 | 45 | 71 |
| Binary | 10011001 | 1101001 | 10111010 | 10010 | 101100 | 0 | 11011 | 100010100 | 100101 | 111001 |
Color Harmonies of #9969BA
Complementary color
Monochromatic Colors of #9969BA
Black with #9969BA
Text Example
Text Example
White with #9969BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969BA; }
p { color: rgb(153,105,186); }
H1.HeaderClassName
{
color: #9969BA;
}
.AnyTagClassName
{
color: #9969BA;
}
</style>
background-color css
<style>
a { background-color: #9969BA; }
a { background-color: rgb(153,105,186); }
div.DivClassName
{
background-color: #9969BA;
}
.BgClassName
{
background-color: #9969BA;
}
</style>
border-color css
<style>
span { border-color: #9969BA; }
span { border-color: rgb(153,105,186); }
td.TdClassName
{
border-color: #9969BA;
}
.TagClassName
{
border-color: #9969BA;
}
</style>