Html Css Color HEX #996DB9 Purple Mountain's Majesty
📋 copy color: '#996DB9'red 153 ◦ green 109 ◦ blue 185
Shades of Purple Mountain's Majesty #996DB9
Tints of Purple Mountain's Majesty #996DB9
RGB
CMYK
RGB Variations
Color information
#996DB9 (or 0x996DB9) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6D and B9. RGB value is (153,109,185). Sum of RGB (Red+Green+Blue) = 153+109+185=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #996DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DB9 is #669246. Grayscale: #828282. Windows color (decimal): -6722119 or 12152217. OLE color: 12152217.
HSL color Cylindrical-coordinate representation of color #996DB9: hue angle of 274.74º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996DB9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 109 | 185 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.27 |
| HSL | 274.74º | 0.35% | 0.58% | - |
| HSV(B) | 274.74º | 0.41% | 0.73% | - |
| XYZ | 27.36 | 21.21 | 48.55 | - |
| YUV | 130.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 185 | 0.17 | 0.41 | 0 | 0.27 | 274.74 | 0.35 | 0.58 |
| Hex | 99 | 6D | B9 | 11 | 29 | 0 | 1B | 113 | 23 | 3A |
| Octal | 231 | 155 | 271 | 21 | 51 | 0 | 33 | 423 | 43 | 72 |
| Binary | 10011001 | 1101101 | 10111001 | 10001 | 101001 | 0 | 11011 | 100010011 | 100011 | 111010 |
Color Harmonies of #996DB9
Complementary color
Monochromatic Colors of #996DB9
Black with #996DB9
Text Example
Text Example
White with #996DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DB9; }
p { color: rgb(153,109,185); }
H1.HeaderClassName
{
color: #996DB9;
}
.AnyTagClassName
{
color: #996DB9;
}
</style>
background-color css
<style>
a { background-color: #996DB9; }
a { background-color: rgb(153,109,185); }
div.DivClassName
{
background-color: #996DB9;
}
.BgClassName
{
background-color: #996DB9;
}
</style>
border-color css
<style>
span { border-color: #996DB9; }
span { border-color: rgb(153,109,185); }
td.TdClassName
{
border-color: #996DB9;
}
.TagClassName
{
border-color: #996DB9;
}
</style>