Html Css Color HEX #9782AD Purple Mountain's Majesty
📋 copy color: '#9782AD'red 151 ◦ green 130 ◦ blue 173
Shades of Purple Mountain's Majesty #9782AD
Tints of Purple Mountain's Majesty #9782AD
RGB
CMYK
RGB Variations
Color information
#9782AD (or 0x9782AD) is known color: Purple Mountain's Majesty. HEX triplet: 97, 82 and AD. RGB value is (151,130,173). Sum of RGB (Red+Green+Blue) = 151+130+173=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #9782AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9782AD is #687D52. Grayscale: #8D8D8D. Windows color (decimal): -6847827 or 11371159. OLE color: 11371159.
HSL color Cylindrical-coordinate representation of color #9782AD: hue angle of 269.3º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9782AD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 130 | 173 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.32 |
| HSL | 269.3º | 0.21% | 0.59% | - |
| HSV(B) | 269.3º | 0.25% | 0.68% | - |
| XYZ | 28.29 | 25.56 | 42.98 | - |
| YUV | 141.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 173 | 0.13 | 0.25 | 0 | 0.32 | 269.3 | 0.21 | 0.59 |
| Hex | 97 | 82 | AD | D | 19 | 0 | 20 | 10D | 15 | 3B |
| Octal | 227 | 202 | 255 | 15 | 31 | 0 | 40 | 415 | 25 | 73 |
| Binary | 10010111 | 10000010 | 10101101 | 1101 | 11001 | 0 | 100000 | 100001101 | 10101 | 111011 |
Color Harmonies of #9782AD
Complementary color
Monochromatic Colors of #9782AD
Black with #9782AD
Text Example
Text Example
White with #9782AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9782AD; }
p { color: rgb(151,130,173); }
H1.HeaderClassName
{
color: #9782AD;
}
.AnyTagClassName
{
color: #9782AD;
}
</style>
background-color css
<style>
a { background-color: #9782AD; }
a { background-color: rgb(151,130,173); }
div.DivClassName
{
background-color: #9782AD;
}
.BgClassName
{
background-color: #9782AD;
}
</style>
border-color css
<style>
span { border-color: #9782AD; }
span { border-color: rgb(151,130,173); }
td.TdClassName
{
border-color: #9782AD;
}
.TagClassName
{
border-color: #9782AD;
}
</style>