Html Css Color HEX #9A72B3 Purple Mountain's Majesty
📋 copy color: '#9A72B3'red 154 ◦ green 114 ◦ blue 179
Shades of Purple Mountain's Majesty #9A72B3
Tints of Purple Mountain's Majesty #9A72B3
RGB
CMYK
RGB Variations
Color information
#9A72B3 (or 0x9A72B3) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 72 and B3. RGB value is (154,114,179). Sum of RGB (Red+Green+Blue) = 154+114+179=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72B3 is #658D4C. Grayscale: #858585. Windows color (decimal): -6655309 or 11760282. OLE color: 11760282.
HSL color Cylindrical-coordinate representation of color #9A72B3: hue angle of 276.92º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A72B3 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 114 | 179 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.30 |
| HSL | 276.92º | 0.3% | 0.57% | - |
| HSV(B) | 276.92º | 0.36% | 0.7% | - |
| XYZ | 27.48 | 22.16 | 45.48 | - |
| YUV | 133.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 179 | 0.14 | 0.36 | 0 | 0.30 | 276.92 | 0.3 | 0.57 |
| Hex | 9A | 72 | B3 | E | 24 | 0 | 1E | 115 | 1E | 39 |
| Octal | 232 | 162 | 263 | 16 | 44 | 0 | 36 | 425 | 36 | 71 |
| Binary | 10011010 | 1110010 | 10110011 | 1110 | 100100 | 0 | 11110 | 100010101 | 11110 | 111001 |
Color Harmonies of #9A72B3
Complementary color
Monochromatic Colors of #9A72B3
Black with #9A72B3
Text Example
Text Example
White with #9A72B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A72B3; }
p { color: rgb(154,114,179); }
H1.HeaderClassName
{
color: #9A72B3;
}
.AnyTagClassName
{
color: #9A72B3;
}
</style>
background-color css
<style>
a { background-color: #9A72B3; }
a { background-color: rgb(154,114,179); }
div.DivClassName
{
background-color: #9A72B3;
}
.BgClassName
{
background-color: #9A72B3;
}
</style>
border-color css
<style>
span { border-color: #9A72B3; }
span { border-color: rgb(154,114,179); }
td.TdClassName
{
border-color: #9A72B3;
}
.TagClassName
{
border-color: #9A72B3;
}
</style>