Html Css Color HEX #996DB6 Purple Mountain's Majesty
📋 copy color: '#996DB6'red 153 ◦ green 109 ◦ blue 182
Shades of Purple Mountain's Majesty #996DB6
Tints of Purple Mountain's Majesty #996DB6
RGB
CMYK
RGB Variations
Color information
#996DB6 (or 0x996DB6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6D and B6. RGB value is (153,109,182). Sum of RGB (Red+Green+Blue) = 153+109+182=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #996DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DB6 is #669249. Grayscale: #828282. Windows color (decimal): -6722122 or 11955609. OLE color: 11955609.
HSL color Cylindrical-coordinate representation of color #996DB6: hue angle of 276.16º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #996DB6 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 109 | 182 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.29 |
| HSL | 276.16º | 0.33% | 0.57% | - |
| HSV(B) | 276.16º | 0.4% | 0.71% | - |
| XYZ | 27.05 | 21.09 | 46.9 | - |
| YUV | 130.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 182 | 0.16 | 0.40 | 0 | 0.29 | 276.16 | 0.33 | 0.57 |
| Hex | 99 | 6D | B6 | 10 | 28 | 0 | 1D | 114 | 21 | 39 |
| Octal | 231 | 155 | 266 | 20 | 50 | 0 | 35 | 424 | 41 | 71 |
| Binary | 10011001 | 1101101 | 10110110 | 10000 | 101000 | 0 | 11101 | 100010100 | 100001 | 111001 |
Color Harmonies of #996DB6
Complementary color
Monochromatic Colors of #996DB6
Black with #996DB6
Text Example
Text Example
White with #996DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DB6; }
p { color: rgb(153,109,182); }
H1.HeaderClassName
{
color: #996DB6;
}
.AnyTagClassName
{
color: #996DB6;
}
</style>
background-color css
<style>
a { background-color: #996DB6; }
a { background-color: rgb(153,109,182); }
div.DivClassName
{
background-color: #996DB6;
}
.BgClassName
{
background-color: #996DB6;
}
</style>
border-color css
<style>
span { border-color: #996DB6; }
span { border-color: rgb(153,109,182); }
td.TdClassName
{
border-color: #996DB6;
}
.TagClassName
{
border-color: #996DB6;
}
</style>