Html Css Color HEX #9968BA Purple Mountain's Majesty
📋 copy color: '#9968BA'red 153 ◦ green 104 ◦ blue 186
Shades of Purple Mountain's Majesty #9968BA
Tints of Purple Mountain's Majesty #9968BA
RGB
CMYK
RGB Variations
Color information
#9968BA (or 0x9968BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 68 and BA. RGB value is (153,104,186). Sum of RGB (Red+Green+Blue) = 153+104+186=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9968BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968BA is #669745. Grayscale: #7F7F7F. Windows color (decimal): -6723398 or 12216473. OLE color: 12216473.
HSL color Cylindrical-coordinate representation of color #9968BA: hue angle of 275.85º 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 #9968BA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 104 | 186 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.27 |
| HSL | 275.85º | 0.37% | 0.57% | - |
| HSV(B) | 275.85º | 0.44% | 0.73% | - |
| XYZ | 26.95 | 20.22 | 48.94 | - |
| YUV | 128 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 186 | 0.18 | 0.44 | 0 | 0.27 | 275.85 | 0.37 | 0.57 |
| Hex | 99 | 68 | BA | 12 | 2C | 0 | 1B | 114 | 25 | 39 |
| Octal | 231 | 150 | 272 | 22 | 54 | 0 | 33 | 424 | 45 | 71 |
| Binary | 10011001 | 1101000 | 10111010 | 10010 | 101100 | 0 | 11011 | 100010100 | 100101 | 111001 |
Color Harmonies of #9968BA
Complementary color
Monochromatic Colors of #9968BA
Black with #9968BA
Text Example
Text Example
White with #9968BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968BA; }
p { color: rgb(153,104,186); }
H1.HeaderClassName
{
color: #9968BA;
}
.AnyTagClassName
{
color: #9968BA;
}
</style>
background-color css
<style>
a { background-color: #9968BA; }
a { background-color: rgb(153,104,186); }
div.DivClassName
{
background-color: #9968BA;
}
.BgClassName
{
background-color: #9968BA;
}
</style>
border-color css
<style>
span { border-color: #9968BA; }
span { border-color: rgb(153,104,186); }
td.TdClassName
{
border-color: #9968BA;
}
.TagClassName
{
border-color: #9968BA;
}
</style>