Html Css Color HEX #996DB5 Purple Mountain's Majesty
📋 copy color: '#996DB5'red 153 ◦ green 109 ◦ blue 181
Shades of Purple Mountain's Majesty #996DB5
Tints of Purple Mountain's Majesty #996DB5
RGB
CMYK
RGB Variations
Color information
#996DB5 (or 0x996DB5) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6D and B5. RGB value is (153,109,181). Sum of RGB (Red+Green+Blue) = 153+109+181=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #996DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DB5 is #66924A. Grayscale: #828282. Windows color (decimal): -6722123 or 11890073. OLE color: 11890073.
HSL color Cylindrical-coordinate representation of color #996DB5: hue angle of 276.67º 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 #996DB5 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 109 | 181 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.29 |
| HSL | 276.67º | 0.33% | 0.57% | - |
| HSV(B) | 276.67º | 0.4% | 0.71% | - |
| XYZ | 26.95 | 21.05 | 46.36 | - |
| YUV | 130.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 181 | 0.15 | 0.40 | 0 | 0.29 | 276.67 | 0.33 | 0.57 |
| Hex | 99 | 6D | B5 | F | 28 | 0 | 1D | 115 | 21 | 39 |
| Octal | 231 | 155 | 265 | 17 | 50 | 0 | 35 | 425 | 41 | 71 |
| Binary | 10011001 | 1101101 | 10110101 | 1111 | 101000 | 0 | 11101 | 100010101 | 100001 | 111001 |
Color Harmonies of #996DB5
Complementary color
Monochromatic Colors of #996DB5
Black with #996DB5
Text Example
Text Example
White with #996DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DB5; }
p { color: rgb(153,109,181); }
H1.HeaderClassName
{
color: #996DB5;
}
.AnyTagClassName
{
color: #996DB5;
}
</style>
background-color css
<style>
a { background-color: #996DB5; }
a { background-color: rgb(153,109,181); }
div.DivClassName
{
background-color: #996DB5;
}
.BgClassName
{
background-color: #996DB5;
}
</style>
border-color css
<style>
span { border-color: #996DB5; }
span { border-color: rgb(153,109,181); }
td.TdClassName
{
border-color: #996DB5;
}
.TagClassName
{
border-color: #996DB5;
}
</style>