Html Css Color HEX #9673BB Purple Mountain's Majesty
📋 copy color: '#9673BB'red 150 ◦ green 115 ◦ blue 187
Shades of Purple Mountain's Majesty #9673BB
Tints of Purple Mountain's Majesty #9673BB
RGB
CMYK
RGB Variations
Color information
#9673BB (or 0x9673BB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 73 and BB. RGB value is (150,115,187). Sum of RGB (Red+Green+Blue) = 150+115+187=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9673BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673BB is #698C44. Grayscale: #858585. Windows color (decimal): -6917189 or 12284822. OLE color: 12284822.
HSL color Cylindrical-coordinate representation of color #9673BB: hue angle of 269.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9673BB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 115 | 187 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.27 |
| HSL | 269.17º | 0.35% | 0.59% | - |
| HSV(B) | 269.17º | 0.39% | 0.73% | - |
| XYZ | 27.68 | 22.33 | 49.87 | - |
| YUV | 133.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 187 | 0.20 | 0.39 | 0 | 0.27 | 269.17 | 0.35 | 0.59 |
| Hex | 96 | 73 | BB | 14 | 27 | 0 | 1B | 10D | 23 | 3B |
| Octal | 226 | 163 | 273 | 24 | 47 | 0 | 33 | 415 | 43 | 73 |
| Binary | 10010110 | 1110011 | 10111011 | 10100 | 100111 | 0 | 11011 | 100001101 | 100011 | 111011 |
Color Harmonies of #9673BB
Complementary color
Monochromatic Colors of #9673BB
Black with #9673BB
Text Example
Text Example
White with #9673BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673BB; }
p { color: rgb(150,115,187); }
H1.HeaderClassName
{
color: #9673BB;
}
.AnyTagClassName
{
color: #9673BB;
}
</style>
background-color css
<style>
a { background-color: #9673BB; }
a { background-color: rgb(150,115,187); }
div.DivClassName
{
background-color: #9673BB;
}
.BgClassName
{
background-color: #9673BB;
}
</style>
border-color css
<style>
span { border-color: #9673BB; }
span { border-color: rgb(150,115,187); }
td.TdClassName
{
border-color: #9673BB;
}
.TagClassName
{
border-color: #9673BB;
}
</style>