Html Css Color HEX #9472BB Purple Mountain's Majesty
📋 copy color: '#9472BB'red 148 ◦ green 114 ◦ blue 187
Shades of Purple Mountain's Majesty #9472BB
Tints of Purple Mountain's Majesty #9472BB
RGB
CMYK
RGB Variations
Color information
#9472BB (or 0x9472BB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 72 and BB. RGB value is (148,114,187). Sum of RGB (Red+Green+Blue) = 148+114+187=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #9472BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472BB is #6B8D44. Grayscale: #848484. Windows color (decimal): -7048517 or 12284564. OLE color: 12284564.
HSL color Cylindrical-coordinate representation of color #9472BB: hue angle of 267.95º 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 #9472BB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 114 | 187 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.27 |
| HSL | 267.95º | 0.35% | 0.59% | - |
| HSV(B) | 267.95º | 0.39% | 0.73% | - |
| XYZ | 27.2 | 21.92 | 49.81 | - |
| YUV | 132.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 187 | 0.21 | 0.39 | 0 | 0.27 | 267.95 | 0.35 | 0.59 |
| Hex | 94 | 72 | BB | 15 | 27 | 0 | 1B | 10C | 23 | 3B |
| Octal | 224 | 162 | 273 | 25 | 47 | 0 | 33 | 414 | 43 | 73 |
| Binary | 10010100 | 1110010 | 10111011 | 10101 | 100111 | 0 | 11011 | 100001100 | 100011 | 111011 |
Color Harmonies of #9472BB
Complementary color
Monochromatic Colors of #9472BB
Black with #9472BB
Text Example
Text Example
White with #9472BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9472BB; }
p { color: rgb(148,114,187); }
H1.HeaderClassName
{
color: #9472BB;
}
.AnyTagClassName
{
color: #9472BB;
}
</style>
background-color css
<style>
a { background-color: #9472BB; }
a { background-color: rgb(148,114,187); }
div.DivClassName
{
background-color: #9472BB;
}
.BgClassName
{
background-color: #9472BB;
}
</style>
border-color css
<style>
span { border-color: #9472BB; }
span { border-color: rgb(148,114,187); }
td.TdClassName
{
border-color: #9472BB;
}
.TagClassName
{
border-color: #9472BB;
}
</style>