Html Css Color HEX #996FB6 Purple Mountain's Majesty
📋 copy color: '#996FB6'red 153 ◦ green 111 ◦ blue 182
Shades of Purple Mountain's Majesty #996FB6
Tints of Purple Mountain's Majesty #996FB6
RGB
CMYK
RGB Variations
Color information
#996FB6 (or 0x996FB6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6F and B6. RGB value is (153,111,182). Sum of RGB (Red+Green+Blue) = 153+111+182=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #996FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FB6 is #669049. Grayscale: #838383. Windows color (decimal): -6721610 or 11956121. OLE color: 11956121.
HSL color Cylindrical-coordinate representation of color #996FB6: hue angle of 275.49º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996FB6 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 111 | 182 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.29 |
| HSL | 275.49º | 0.33% | 0.57% | - |
| HSV(B) | 275.49º | 0.39% | 0.71% | - |
| XYZ | 27.26 | 21.52 | 46.97 | - |
| YUV | 131.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 182 | 0.16 | 0.39 | 0 | 0.29 | 275.49 | 0.33 | 0.57 |
| Hex | 99 | 6F | B6 | 10 | 27 | 0 | 1D | 113 | 21 | 39 |
| Octal | 231 | 157 | 266 | 20 | 47 | 0 | 35 | 423 | 41 | 71 |
| Binary | 10011001 | 1101111 | 10110110 | 10000 | 100111 | 0 | 11101 | 100010011 | 100001 | 111001 |
Color Harmonies of #996FB6
Complementary color
Monochromatic Colors of #996FB6
Black with #996FB6
Text Example
Text Example
White with #996FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FB6; }
p { color: rgb(153,111,182); }
H1.HeaderClassName
{
color: #996FB6;
}
.AnyTagClassName
{
color: #996FB6;
}
</style>
background-color css
<style>
a { background-color: #996FB6; }
a { background-color: rgb(153,111,182); }
div.DivClassName
{
background-color: #996FB6;
}
.BgClassName
{
background-color: #996FB6;
}
</style>
border-color css
<style>
span { border-color: #996FB6; }
span { border-color: rgb(153,111,182); }
td.TdClassName
{
border-color: #996FB6;
}
.TagClassName
{
border-color: #996FB6;
}
</style>