Html Css Color HEX #9F73BB Purple Mountain's Majesty
📋 copy color: '#9F73BB'red 159 ◦ green 115 ◦ blue 187
Shades of Purple Mountain's Majesty #9F73BB
Tints of Purple Mountain's Majesty #9F73BB
RGB
CMYK
RGB Variations
Color information
#9F73BB (or 0x9F73BB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 73 and BB. RGB value is (159,115,187). Sum of RGB (Red+Green+Blue) = 159+115+187=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F73BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73BB is #608C44. Grayscale: #888888. Windows color (decimal): -6327365 or 12284831. OLE color: 12284831.
HSL color Cylindrical-coordinate representation of color #9F73BB: hue angle of 276.67º 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 #9F73BB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 115 | 187 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.27 |
| HSL | 276.67º | 0.35% | 0.59% | - |
| HSV(B) | 276.67º | 0.39% | 0.73% | - |
| XYZ | 29.4 | 23.22 | 49.95 | - |
| YUV | 136.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 187 | 0.15 | 0.39 | 0 | 0.27 | 276.67 | 0.35 | 0.59 |
| Hex | 9F | 73 | BB | F | 27 | 0 | 1B | 115 | 23 | 3B |
| Octal | 237 | 163 | 273 | 17 | 47 | 0 | 33 | 425 | 43 | 73 |
| Binary | 10011111 | 1110011 | 10111011 | 1111 | 100111 | 0 | 11011 | 100010101 | 100011 | 111011 |
Color Harmonies of #9F73BB
Complementary color
Monochromatic Colors of #9F73BB
Black with #9F73BB
Text Example
Text Example
White with #9F73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73BB; }
p { color: rgb(159,115,187); }
H1.HeaderClassName
{
color: #9F73BB;
}
.AnyTagClassName
{
color: #9F73BB;
}
</style>
background-color css
<style>
a { background-color: #9F73BB; }
a { background-color: rgb(159,115,187); }
div.DivClassName
{
background-color: #9F73BB;
}
.BgClassName
{
background-color: #9F73BB;
}
</style>
border-color css
<style>
span { border-color: #9F73BB; }
span { border-color: rgb(159,115,187); }
td.TdClassName
{
border-color: #9F73BB;
}
.TagClassName
{
border-color: #9F73BB;
}
</style>