Html Css Color HEX #9882AF Purple Mountain's Majesty
📋 copy color: '#9882AF'red 152 ◦ green 130 ◦ blue 175
Shades of Purple Mountain's Majesty #9882AF
Tints of Purple Mountain's Majesty #9882AF
RGB
CMYK
RGB Variations
Color information
#9882AF (or 0x9882AF) is known color: Purple Mountain's Majesty. HEX triplet: 98, 82 and AF. RGB value is (152,130,175). Sum of RGB (Red+Green+Blue) = 152+130+175=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #9882AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9882AF is #677D50. Grayscale: #8D8D8D. Windows color (decimal): -6782289 or 11502232. OLE color: 11502232.
HSL color Cylindrical-coordinate representation of color #9882AF: hue angle of 269.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9882AF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 130 | 175 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.31 |
| HSL | 269.33º | 0.22% | 0.6% | - |
| HSV(B) | 269.33º | 0.26% | 0.69% | - |
| XYZ | 28.67 | 25.74 | 44.01 | - |
| YUV | 141.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 175 | 0.13 | 0.26 | 0 | 0.31 | 269.33 | 0.22 | 0.6 |
| Hex | 98 | 82 | AF | D | 1A | 0 | 1F | 10D | 16 | 3C |
| Octal | 230 | 202 | 257 | 15 | 32 | 0 | 37 | 415 | 26 | 74 |
| Binary | 10011000 | 10000010 | 10101111 | 1101 | 11010 | 0 | 11111 | 100001101 | 10110 | 111100 |
Color Harmonies of #9882AF
Complementary color
Monochromatic Colors of #9882AF
Black with #9882AF
Text Example
Text Example
White with #9882AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9882AF; }
p { color: rgb(152,130,175); }
H1.HeaderClassName
{
color: #9882AF;
}
.AnyTagClassName
{
color: #9882AF;
}
</style>
background-color css
<style>
a { background-color: #9882AF; }
a { background-color: rgb(152,130,175); }
div.DivClassName
{
background-color: #9882AF;
}
.BgClassName
{
background-color: #9882AF;
}
</style>
border-color css
<style>
span { border-color: #9882AF; }
span { border-color: rgb(152,130,175); }
td.TdClassName
{
border-color: #9882AF;
}
.TagClassName
{
border-color: #9882AF;
}
</style>