Html Css Color HEX #996ABB Purple Mountain's Majesty
📋 copy color: '#996ABB'red 153 ◦ green 106 ◦ blue 187
Shades of Purple Mountain's Majesty #996ABB
Tints of Purple Mountain's Majesty #996ABB
RGB
CMYK
RGB Variations
Color information
#996ABB (or 0x996ABB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6A and BB. RGB value is (153,106,187). Sum of RGB (Red+Green+Blue) = 153+106+187=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #996ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ABB is #669544. Grayscale: #818181. Windows color (decimal): -6722885 or 12282521. OLE color: 12282521.
HSL color Cylindrical-coordinate representation of color #996ABB: hue angle of 274.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996ABB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 106 | 187 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.27 |
| HSL | 274.81º | 0.37% | 0.57% | - |
| HSV(B) | 274.81º | 0.43% | 0.73% | - |
| XYZ | 27.26 | 20.67 | 49.57 | - |
| YUV | 129.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 187 | 0.18 | 0.43 | 0 | 0.27 | 274.81 | 0.37 | 0.57 |
| Hex | 99 | 6A | BB | 12 | 2B | 0 | 1B | 113 | 25 | 39 |
| Octal | 231 | 152 | 273 | 22 | 53 | 0 | 33 | 423 | 45 | 71 |
| Binary | 10011001 | 1101010 | 10111011 | 10010 | 101011 | 0 | 11011 | 100010011 | 100101 | 111001 |
Color Harmonies of #996ABB
Complementary color
Monochromatic Colors of #996ABB
Black with #996ABB
Text Example
Text Example
White with #996ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996ABB; }
p { color: rgb(153,106,187); }
H1.HeaderClassName
{
color: #996ABB;
}
.AnyTagClassName
{
color: #996ABB;
}
</style>
background-color css
<style>
a { background-color: #996ABB; }
a { background-color: rgb(153,106,187); }
div.DivClassName
{
background-color: #996ABB;
}
.BgClassName
{
background-color: #996ABB;
}
</style>
border-color css
<style>
span { border-color: #996ABB; }
span { border-color: rgb(153,106,187); }
td.TdClassName
{
border-color: #996ABB;
}
.TagClassName
{
border-color: #996ABB;
}
</style>