Html Css Color HEX #996DB8 Purple Mountain's Majesty
📋 copy color: '#996DB8'red 153 ◦ green 109 ◦ blue 184
Shades of Purple Mountain's Majesty #996DB8
Tints of Purple Mountain's Majesty #996DB8
RGB
CMYK
RGB Variations
Color information
#996DB8 (or 0x996DB8) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6D and B8. RGB value is (153,109,184). Sum of RGB (Red+Green+Blue) = 153+109+184=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #996DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DB8 is #669247. Grayscale: #828282. Windows color (decimal): -6722120 or 12086681. OLE color: 12086681.
HSL color Cylindrical-coordinate representation of color #996DB8: hue angle of 275.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996DB8 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 109 | 184 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.28 |
| HSL | 275.2º | 0.35% | 0.57% | - |
| HSV(B) | 275.2º | 0.41% | 0.72% | - |
| XYZ | 27.26 | 21.17 | 48 | - |
| YUV | 130.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 184 | 0.17 | 0.41 | 0 | 0.28 | 275.2 | 0.35 | 0.57 |
| Hex | 99 | 6D | B8 | 11 | 29 | 0 | 1C | 113 | 23 | 39 |
| Octal | 231 | 155 | 270 | 21 | 51 | 0 | 34 | 423 | 43 | 71 |
| Binary | 10011001 | 1101101 | 10111000 | 10001 | 101001 | 0 | 11100 | 100010011 | 100011 | 111001 |
Color Harmonies of #996DB8
Complementary color
Monochromatic Colors of #996DB8
Black with #996DB8
Text Example
Text Example
White with #996DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DB8; }
p { color: rgb(153,109,184); }
H1.HeaderClassName
{
color: #996DB8;
}
.AnyTagClassName
{
color: #996DB8;
}
</style>
background-color css
<style>
a { background-color: #996DB8; }
a { background-color: rgb(153,109,184); }
div.DivClassName
{
background-color: #996DB8;
}
.BgClassName
{
background-color: #996DB8;
}
</style>
border-color css
<style>
span { border-color: #996DB8; }
span { border-color: rgb(153,109,184); }
td.TdClassName
{
border-color: #996DB8;
}
.TagClassName
{
border-color: #996DB8;
}
</style>