Html Css Color HEX #996DBA Purple Mountain's Majesty
📋 copy color: '#996DBA'red 153 ◦ green 109 ◦ blue 186
Shades of Purple Mountain's Majesty #996DBA
Tints of Purple Mountain's Majesty #996DBA
RGB
CMYK
RGB Variations
Color information
#996DBA (or 0x996DBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6D and BA. RGB value is (153,109,186). Sum of RGB (Red+Green+Blue) = 153+109+186=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #996DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DBA is #669245. Grayscale: #828282. Windows color (decimal): -6722118 or 12217753. OLE color: 12217753.
HSL color Cylindrical-coordinate representation of color #996DBA: hue angle of 274.29º degrees, saturation: 0.36, 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 #996DBA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 109 | 186 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.27 |
| HSL | 274.29º | 0.36% | 0.58% | - |
| HSV(B) | 274.29º | 0.41% | 0.73% | - |
| XYZ | 27.47 | 21.25 | 49.11 | - |
| YUV | 130.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 186 | 0.18 | 0.41 | 0 | 0.27 | 274.29 | 0.36 | 0.58 |
| Hex | 99 | 6D | BA | 12 | 29 | 0 | 1B | 112 | 24 | 3A |
| Octal | 231 | 155 | 272 | 22 | 51 | 0 | 33 | 422 | 44 | 72 |
| Binary | 10011001 | 1101101 | 10111010 | 10010 | 101001 | 0 | 11011 | 100010010 | 100100 | 111010 |
Color Harmonies of #996DBA
Complementary color
Monochromatic Colors of #996DBA
Black with #996DBA
Text Example
Text Example
White with #996DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DBA; }
p { color: rgb(153,109,186); }
H1.HeaderClassName
{
color: #996DBA;
}
.AnyTagClassName
{
color: #996DBA;
}
</style>
background-color css
<style>
a { background-color: #996DBA; }
a { background-color: rgb(153,109,186); }
div.DivClassName
{
background-color: #996DBA;
}
.BgClassName
{
background-color: #996DBA;
}
</style>
border-color css
<style>
span { border-color: #996DBA; }
span { border-color: rgb(153,109,186); }
td.TdClassName
{
border-color: #996DBA;
}
.TagClassName
{
border-color: #996DBA;
}
</style>