Html Css Color HEX #9F72BA Purple Mountain's Majesty
📋 copy color: '#9F72BA'red 159 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9F72BA
Tints of Purple Mountain's Majesty #9F72BA
RGB
CMYK
RGB Variations
Color information
#9F72BA (or 0x9F72BA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 72 and BA. RGB value is (159,114,186). Sum of RGB (Red+Green+Blue) = 159+114+186=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72BA is #608D45. Grayscale: #878787. Windows color (decimal): -6327622 or 12219039. OLE color: 12219039.
HSL color Cylindrical-coordinate representation of color #9F72BA: hue angle of 277.5º degrees, saturation: 0.34, 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 #9F72BA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 114 | 186 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.27 |
| HSL | 277.5º | 0.34% | 0.59% | - |
| HSV(B) | 277.5º | 0.39% | 0.73% | - |
| XYZ | 29.18 | 22.95 | 49.35 | - |
| YUV | 135.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 186 | 0.15 | 0.39 | 0 | 0.27 | 277.5 | 0.34 | 0.59 |
| Hex | 9F | 72 | BA | F | 27 | 0 | 1B | 116 | 22 | 3B |
| Octal | 237 | 162 | 272 | 17 | 47 | 0 | 33 | 426 | 42 | 73 |
| Binary | 10011111 | 1110010 | 10111010 | 1111 | 100111 | 0 | 11011 | 100010110 | 100010 | 111011 |
Color Harmonies of #9F72BA
Complementary color
Monochromatic Colors of #9F72BA
Black with #9F72BA
Text Example
Text Example
White with #9F72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F72BA; }
p { color: rgb(159,114,186); }
H1.HeaderClassName
{
color: #9F72BA;
}
.AnyTagClassName
{
color: #9F72BA;
}
</style>
background-color css
<style>
a { background-color: #9F72BA; }
a { background-color: rgb(159,114,186); }
div.DivClassName
{
background-color: #9F72BA;
}
.BgClassName
{
background-color: #9F72BA;
}
</style>
border-color css
<style>
span { border-color: #9F72BA; }
span { border-color: rgb(159,114,186); }
td.TdClassName
{
border-color: #9F72BA;
}
.TagClassName
{
border-color: #9F72BA;
}
</style>