Html Css Color HEX #9A72BC Purple Mountain's Majesty
📋 copy color: '#9A72BC'red 154 ◦ green 114 ◦ blue 188
Shades of Purple Mountain's Majesty #9A72BC
Tints of Purple Mountain's Majesty #9A72BC
RGB
CMYK
RGB Variations
Color information
#9A72BC (or 0x9A72BC) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 72 and BC. RGB value is (154,114,188). Sum of RGB (Red+Green+Blue) = 154+114+188=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A72BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72BC is #658D43. Grayscale: #868686. Windows color (decimal): -6655300 or 12350106. OLE color: 12350106.
HSL color Cylindrical-coordinate representation of color #9A72BC: hue angle of 272.43º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A72BC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 114 | 188 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.26 |
| HSL | 272.43º | 0.36% | 0.59% | - |
| HSV(B) | 272.43º | 0.39% | 0.74% | - |
| XYZ | 28.42 | 22.54 | 50.43 | - |
| YUV | 134.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 188 | 0.18 | 0.39 | 0 | 0.26 | 272.43 | 0.36 | 0.59 |
| Hex | 9A | 72 | BC | 12 | 27 | 0 | 1A | 110 | 24 | 3B |
| Octal | 232 | 162 | 274 | 22 | 47 | 0 | 32 | 420 | 44 | 73 |
| Binary | 10011010 | 1110010 | 10111100 | 10010 | 100111 | 0 | 11010 | 100010000 | 100100 | 111011 |
Color Harmonies of #9A72BC
Complementary color
Monochromatic Colors of #9A72BC
Black with #9A72BC
Text Example
Text Example
White with #9A72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A72BC; }
p { color: rgb(154,114,188); }
H1.HeaderClassName
{
color: #9A72BC;
}
.AnyTagClassName
{
color: #9A72BC;
}
</style>
background-color css
<style>
a { background-color: #9A72BC; }
a { background-color: rgb(154,114,188); }
div.DivClassName
{
background-color: #9A72BC;
}
.BgClassName
{
background-color: #9A72BC;
}
</style>
border-color css
<style>
span { border-color: #9A72BC; }
span { border-color: rgb(154,114,188); }
td.TdClassName
{
border-color: #9A72BC;
}
.TagClassName
{
border-color: #9A72BC;
}
</style>