Html Css Color HEX #9973B6 Purple Mountain's Majesty
📋 copy color: '#9973B6'red 153 ◦ green 115 ◦ blue 182
Shades of Purple Mountain's Majesty #9973B6
Tints of Purple Mountain's Majesty #9973B6
RGB
CMYK
RGB Variations
Color information
#9973B6 (or 0x9973B6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 73 and B6. RGB value is (153,115,182). Sum of RGB (Red+Green+Blue) = 153+115+182=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #9973B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973B6 is #668C49. Grayscale: #858585. Windows color (decimal): -6720586 or 11957145. OLE color: 11957145.
HSL color Cylindrical-coordinate representation of color #9973B6: hue angle of 274.03º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9973B6 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 115 | 182 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.29 |
| HSL | 274.03º | 0.31% | 0.58% | - |
| HSV(B) | 274.03º | 0.37% | 0.71% | - |
| XYZ | 27.71 | 22.41 | 47.12 | - |
| YUV | 134 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 182 | 0.16 | 0.37 | 0 | 0.29 | 274.03 | 0.31 | 0.58 |
| Hex | 99 | 73 | B6 | 10 | 25 | 0 | 1D | 112 | 1F | 3A |
| Octal | 231 | 163 | 266 | 20 | 45 | 0 | 35 | 422 | 37 | 72 |
| Binary | 10011001 | 1110011 | 10110110 | 10000 | 100101 | 0 | 11101 | 100010010 | 11111 | 111010 |
Color Harmonies of #9973B6
Complementary color
Monochromatic Colors of #9973B6
Black with #9973B6
Text Example
Text Example
White with #9973B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973B6; }
p { color: rgb(153,115,182); }
H1.HeaderClassName
{
color: #9973B6;
}
.AnyTagClassName
{
color: #9973B6;
}
</style>
background-color css
<style>
a { background-color: #9973B6; }
a { background-color: rgb(153,115,182); }
div.DivClassName
{
background-color: #9973B6;
}
.BgClassName
{
background-color: #9973B6;
}
</style>
border-color css
<style>
span { border-color: #9973B6; }
span { border-color: rgb(153,115,182); }
td.TdClassName
{
border-color: #9973B6;
}
.TagClassName
{
border-color: #9973B6;
}
</style>