Html Css Color HEX #996ABA Purple Mountain's Majesty
📋 copy color: '#996ABA'red 153 ◦ green 106 ◦ blue 186
Shades of Purple Mountain's Majesty #996ABA
Tints of Purple Mountain's Majesty #996ABA
RGB
CMYK
RGB Variations
Color information
#996ABA (or 0x996ABA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6A and BA. RGB value is (153,106,186). Sum of RGB (Red+Green+Blue) = 153+106+186=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #996ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ABA is #669545. Grayscale: #808080. Windows color (decimal): -6722886 or 12216985. OLE color: 12216985.
HSL color Cylindrical-coordinate representation of color #996ABA: hue angle of 275.25º 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 #996ABA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 106 | 186 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.27 |
| HSL | 275.25º | 0.37% | 0.57% | - |
| HSV(B) | 275.25º | 0.43% | 0.73% | - |
| XYZ | 27.15 | 20.63 | 49 | - |
| YUV | 129.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 186 | 0.18 | 0.43 | 0 | 0.27 | 275.25 | 0.37 | 0.57 |
| Hex | 99 | 6A | BA | 12 | 2B | 0 | 1B | 113 | 25 | 39 |
| Octal | 231 | 152 | 272 | 22 | 53 | 0 | 33 | 423 | 45 | 71 |
| Binary | 10011001 | 1101010 | 10111010 | 10010 | 101011 | 0 | 11011 | 100010011 | 100101 | 111001 |
Color Harmonies of #996ABA
Complementary color
Monochromatic Colors of #996ABA
Black with #996ABA
Text Example
Text Example
White with #996ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996ABA; }
p { color: rgb(153,106,186); }
H1.HeaderClassName
{
color: #996ABA;
}
.AnyTagClassName
{
color: #996ABA;
}
</style>
background-color css
<style>
a { background-color: #996ABA; }
a { background-color: rgb(153,106,186); }
div.DivClassName
{
background-color: #996ABA;
}
.BgClassName
{
background-color: #996ABA;
}
</style>
border-color css
<style>
span { border-color: #996ABA; }
span { border-color: rgb(153,106,186); }
td.TdClassName
{
border-color: #996ABA;
}
.TagClassName
{
border-color: #996ABA;
}
</style>