Html Css Color HEX #996CBB Purple Mountain's Majesty
📋 copy color: '#996CBB'red 153 ◦ green 108 ◦ blue 187
Shades of Purple Mountain's Majesty #996CBB
Tints of Purple Mountain's Majesty #996CBB
RGB
CMYK
RGB Variations
Color information
#996CBB (or 0x996CBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6C and BB. RGB value is (153,108,187). Sum of RGB (Red+Green+Blue) = 153+108+187=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #996CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CBB is #669344. Grayscale: #828282. Windows color (decimal): -6722373 or 12283033. OLE color: 12283033.
HSL color Cylindrical-coordinate representation of color #996CBB: hue angle of 274.18º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996CBB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 108 | 187 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.27 |
| HSL | 274.18º | 0.37% | 0.58% | - |
| HSV(B) | 274.18º | 0.42% | 0.73% | - |
| XYZ | 27.47 | 21.09 | 49.64 | - |
| YUV | 130.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 187 | 0.18 | 0.42 | 0 | 0.27 | 274.18 | 0.37 | 0.58 |
| Hex | 99 | 6C | BB | 12 | 2A | 0 | 1B | 112 | 25 | 3A |
| Octal | 231 | 154 | 273 | 22 | 52 | 0 | 33 | 422 | 45 | 72 |
| Binary | 10011001 | 1101100 | 10111011 | 10010 | 101010 | 0 | 11011 | 100010010 | 100101 | 111010 |
Color Harmonies of #996CBB
Complementary color
Monochromatic Colors of #996CBB
Black with #996CBB
Text Example
Text Example
White with #996CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CBB; }
p { color: rgb(153,108,187); }
H1.HeaderClassName
{
color: #996CBB;
}
.AnyTagClassName
{
color: #996CBB;
}
</style>
background-color css
<style>
a { background-color: #996CBB; }
a { background-color: rgb(153,108,187); }
div.DivClassName
{
background-color: #996CBB;
}
.BgClassName
{
background-color: #996CBB;
}
</style>
border-color css
<style>
span { border-color: #996CBB; }
span { border-color: rgb(153,108,187); }
td.TdClassName
{
border-color: #996CBB;
}
.TagClassName
{
border-color: #996CBB;
}
</style>