Html Css Color HEX #9482AA Purple Mountain's Majesty
📋 copy color: '#9482AA'red 148 ◦ green 130 ◦ blue 170
Shades of Purple Mountain's Majesty #9482AA
Tints of Purple Mountain's Majesty #9482AA
RGB
CMYK
RGB Variations
Color information
#9482AA (or 0x9482AA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 82 and AA. RGB value is (148,130,170). Sum of RGB (Red+Green+Blue) = 148+130+170=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9482AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9482AA is #6B7D55. Grayscale: #8B8B8B. Windows color (decimal): -7044438 or 11174548. OLE color: 11174548.
HSL color Cylindrical-coordinate representation of color #9482AA: hue angle of 267º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9482AA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 130 | 170 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.33 |
| HSL | 267º | 0.19% | 0.59% | - |
| HSV(B) | 267º | 0.24% | 0.67% | - |
| XYZ | 27.45 | 25.16 | 41.44 | - |
| YUV | 139.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 170 | 0.13 | 0.24 | 0 | 0.33 | 267 | 0.19 | 0.59 |
| Hex | 94 | 82 | AA | D | 18 | 0 | 21 | 10B | 13 | 3B |
| Octal | 224 | 202 | 252 | 15 | 30 | 0 | 41 | 413 | 23 | 73 |
| Binary | 10010100 | 10000010 | 10101010 | 1101 | 11000 | 0 | 100001 | 100001011 | 10011 | 111011 |
Color Harmonies of #9482AA
Complementary color
Monochromatic Colors of #9482AA
Black with #9482AA
Text Example
Text Example
White with #9482AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482AA; }
p { color: rgb(148,130,170); }
H1.HeaderClassName
{
color: #9482AA;
}
.AnyTagClassName
{
color: #9482AA;
}
</style>
background-color css
<style>
a { background-color: #9482AA; }
a { background-color: rgb(148,130,170); }
div.DivClassName
{
background-color: #9482AA;
}
.BgClassName
{
background-color: #9482AA;
}
</style>
border-color css
<style>
span { border-color: #9482AA; }
span { border-color: rgb(148,130,170); }
td.TdClassName
{
border-color: #9482AA;
}
.TagClassName
{
border-color: #9482AA;
}
</style>