Html Css Color HEX #9284AE Purple Mountain's Majesty
📋 copy color: '#9284AE'red 146 ◦ green 132 ◦ blue 174
Shades of Purple Mountain's Majesty #9284AE
Tints of Purple Mountain's Majesty #9284AE
RGB
CMYK
RGB Variations
Color information
#9284AE (or 0x9284AE) is known color: Purple Mountain's Majesty. HEX triplet: 92, 84 and AE. RGB value is (146,132,174). Sum of RGB (Red+Green+Blue) = 146+132+174=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #9284AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9284AE is #6D7B51. Grayscale: #8C8C8C. Windows color (decimal): -7174994 or 11437202. OLE color: 11437202.
HSL color Cylindrical-coordinate representation of color #9284AE: hue angle of 260º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9284AE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 132 | 174 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.32 |
| HSL | 260º | 0.21% | 0.6% | - |
| HSV(B) | 260º | 0.24% | 0.68% | - |
| XYZ | 27.75 | 25.67 | 43.54 | - |
| YUV | 140.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 174 | 0.16 | 0.24 | 0 | 0.32 | 260 | 0.21 | 0.6 |
| Hex | 92 | 84 | AE | 10 | 18 | 0 | 20 | 104 | 15 | 3C |
| Octal | 222 | 204 | 256 | 20 | 30 | 0 | 40 | 404 | 25 | 74 |
| Binary | 10010010 | 10000100 | 10101110 | 10000 | 11000 | 0 | 100000 | 100000100 | 10101 | 111100 |
Color Harmonies of #9284AE
Complementary color
Monochromatic Colors of #9284AE
Black with #9284AE
Text Example
Text Example
White with #9284AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9284AE; }
p { color: rgb(146,132,174); }
H1.HeaderClassName
{
color: #9284AE;
}
.AnyTagClassName
{
color: #9284AE;
}
</style>
background-color css
<style>
a { background-color: #9284AE; }
a { background-color: rgb(146,132,174); }
div.DivClassName
{
background-color: #9284AE;
}
.BgClassName
{
background-color: #9284AE;
}
</style>
border-color css
<style>
span { border-color: #9284AE; }
span { border-color: rgb(146,132,174); }
td.TdClassName
{
border-color: #9284AE;
}
.TagClassName
{
border-color: #9284AE;
}
</style>