Html Css Color HEX #9A72BD Purple Mountain's Majesty
📋 copy color: '#9A72BD'red 154 ◦ green 114 ◦ blue 189
Shades of Purple Mountain's Majesty #9A72BD
Tints of Purple Mountain's Majesty #9A72BD
RGB
CMYK
RGB Variations
Color information
#9A72BD (or 0x9A72BD) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 72 and BD. RGB value is (154,114,189). Sum of RGB (Red+Green+Blue) = 154+114+189=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A72BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72BD is #658D42. Grayscale: #868686. Windows color (decimal): -6655299 or 12415642. OLE color: 12415642.
HSL color Cylindrical-coordinate representation of color #9A72BD: hue angle of 272º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A72BD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 114 | 189 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.26 |
| HSL | 272º | 0.36% | 0.59% | - |
| HSV(B) | 272º | 0.4% | 0.74% | - |
| XYZ | 28.53 | 22.58 | 51 | - |
| YUV | 134.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 189 | 0.19 | 0.40 | 0 | 0.26 | 272 | 0.36 | 0.59 |
| Hex | 9A | 72 | BD | 13 | 28 | 0 | 1A | 110 | 24 | 3B |
| Octal | 232 | 162 | 275 | 23 | 50 | 0 | 32 | 420 | 44 | 73 |
| Binary | 10011010 | 1110010 | 10111101 | 10011 | 101000 | 0 | 11010 | 100010000 | 100100 | 111011 |
Color Harmonies of #9A72BD
Complementary color
Monochromatic Colors of #9A72BD
Black with #9A72BD
Text Example
Text Example
White with #9A72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A72BD; }
p { color: rgb(154,114,189); }
H1.HeaderClassName
{
color: #9A72BD;
}
.AnyTagClassName
{
color: #9A72BD;
}
</style>
background-color css
<style>
a { background-color: #9A72BD; }
a { background-color: rgb(154,114,189); }
div.DivClassName
{
background-color: #9A72BD;
}
.BgClassName
{
background-color: #9A72BD;
}
</style>
border-color css
<style>
span { border-color: #9A72BD; }
span { border-color: rgb(154,114,189); }
td.TdClassName
{
border-color: #9A72BD;
}
.TagClassName
{
border-color: #9A72BD;
}
</style>