Html Css Color HEX #9275AD Purple Mountain's Majesty
📋 copy color: '#9275AD'red 146 ◦ green 117 ◦ blue 173
Shades of Purple Mountain's Majesty #9275AD
Tints of Purple Mountain's Majesty #9275AD
RGB
CMYK
RGB Variations
Color information
#9275AD (or 0x9275AD) is known color: Purple Mountain's Majesty. HEX triplet: 92, 75 and AD. RGB value is (146,117,173). Sum of RGB (Red+Green+Blue) = 146+117+173=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #9275AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9275AD is #6D8A52. Grayscale: #838383. Windows color (decimal): -7178835 or 11367826. OLE color: 11367826.
HSL color Cylindrical-coordinate representation of color #9275AD: hue angle of 271.07º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9275AD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 117 | 173 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.32 |
| HSL | 271.07º | 0.25% | 0.57% | - |
| HSV(B) | 271.07º | 0.32% | 0.68% | - |
| XYZ | 25.76 | 21.85 | 42.4 | - |
| YUV | 132.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 173 | 0.16 | 0.32 | 0 | 0.32 | 271.07 | 0.25 | 0.57 |
| Hex | 92 | 75 | AD | 10 | 20 | 0 | 20 | 10F | 19 | 39 |
| Octal | 222 | 165 | 255 | 20 | 40 | 0 | 40 | 417 | 31 | 71 |
| Binary | 10010010 | 1110101 | 10101101 | 10000 | 100000 | 0 | 100000 | 100001111 | 11001 | 111001 |
Color Harmonies of #9275AD
Complementary color
Monochromatic Colors of #9275AD
Black with #9275AD
Text Example
Text Example
White with #9275AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275AD; }
p { color: rgb(146,117,173); }
H1.HeaderClassName
{
color: #9275AD;
}
.AnyTagClassName
{
color: #9275AD;
}
</style>
background-color css
<style>
a { background-color: #9275AD; }
a { background-color: rgb(146,117,173); }
div.DivClassName
{
background-color: #9275AD;
}
.BgClassName
{
background-color: #9275AD;
}
</style>
border-color css
<style>
span { border-color: #9275AD; }
span { border-color: rgb(146,117,173); }
td.TdClassName
{
border-color: #9275AD;
}
.TagClassName
{
border-color: #9275AD;
}
</style>