Html Css Color HEX #9273AF Purple Mountain's Majesty
📋 copy color: '#9273AF'red 146 ◦ green 115 ◦ blue 175
Shades of Purple Mountain's Majesty #9273AF
Tints of Purple Mountain's Majesty #9273AF
RGB
CMYK
RGB Variations
Color information
#9273AF (or 0x9273AF) is known color: Purple Mountain's Majesty. HEX triplet: 92, 73 and AF. RGB value is (146,115,175). Sum of RGB (Red+Green+Blue) = 146+115+175=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9273AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9273AF is #6D8C50. Grayscale: #828282. Windows color (decimal): -7179345 or 11498386. OLE color: 11498386.
HSL color Cylindrical-coordinate representation of color #9273AF: hue angle of 271º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9273AF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 115 | 175 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.31 |
| HSL | 271º | 0.27% | 0.57% | - |
| HSV(B) | 271º | 0.34% | 0.69% | - |
| XYZ | 25.72 | 21.47 | 43.35 | - |
| YUV | 131.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 175 | 0.17 | 0.34 | 0 | 0.31 | 271 | 0.27 | 0.57 |
| Hex | 92 | 73 | AF | 11 | 22 | 0 | 1F | 10F | 1B | 39 |
| Octal | 222 | 163 | 257 | 21 | 42 | 0 | 37 | 417 | 33 | 71 |
| Binary | 10010010 | 1110011 | 10101111 | 10001 | 100010 | 0 | 11111 | 100001111 | 11011 | 111001 |
Color Harmonies of #9273AF
Complementary color
Monochromatic Colors of #9273AF
Black with #9273AF
Text Example
Text Example
White with #9273AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273AF; }
p { color: rgb(146,115,175); }
H1.HeaderClassName
{
color: #9273AF;
}
.AnyTagClassName
{
color: #9273AF;
}
</style>
background-color css
<style>
a { background-color: #9273AF; }
a { background-color: rgb(146,115,175); }
div.DivClassName
{
background-color: #9273AF;
}
.BgClassName
{
background-color: #9273AF;
}
</style>
border-color css
<style>
span { border-color: #9273AF; }
span { border-color: rgb(146,115,175); }
td.TdClassName
{
border-color: #9273AF;
}
.TagClassName
{
border-color: #9273AF;
}
</style>