Html Css Color HEX #9783AD Purple Mountain's Majesty
📋 copy color: '#9783AD'red 151 ◦ green 131 ◦ blue 173
Shades of Purple Mountain's Majesty #9783AD
Tints of Purple Mountain's Majesty #9783AD
RGB
CMYK
RGB Variations
Color information
#9783AD (or 0x9783AD) is known color: Purple Mountain's Majesty. HEX triplet: 97, 83 and AD. RGB value is (151,131,173). Sum of RGB (Red+Green+Blue) = 151+131+173=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #9783AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9783AD is #687C52. Grayscale: #8D8D8D. Windows color (decimal): -6847571 or 11371415. OLE color: 11371415.
HSL color Cylindrical-coordinate representation of color #9783AD: hue angle of 268.57º degrees, saturation: 0.2, 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 #9783AD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 131 | 173 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.32 |
| HSL | 268.57º | 0.2% | 0.6% | - |
| HSV(B) | 268.57º | 0.24% | 0.68% | - |
| XYZ | 28.42 | 25.83 | 43.02 | - |
| YUV | 141.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 173 | 0.13 | 0.24 | 0 | 0.32 | 268.57 | 0.2 | 0.6 |
| Hex | 97 | 83 | AD | D | 18 | 0 | 20 | 10D | 14 | 3C |
| Octal | 227 | 203 | 255 | 15 | 30 | 0 | 40 | 415 | 24 | 74 |
| Binary | 10010111 | 10000011 | 10101101 | 1101 | 11000 | 0 | 100000 | 100001101 | 10100 | 111100 |
Color Harmonies of #9783AD
Complementary color
Monochromatic Colors of #9783AD
Black with #9783AD
Text Example
Text Example
White with #9783AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783AD; }
p { color: rgb(151,131,173); }
H1.HeaderClassName
{
color: #9783AD;
}
.AnyTagClassName
{
color: #9783AD;
}
</style>
background-color css
<style>
a { background-color: #9783AD; }
a { background-color: rgb(151,131,173); }
div.DivClassName
{
background-color: #9783AD;
}
.BgClassName
{
background-color: #9783AD;
}
</style>
border-color css
<style>
span { border-color: #9783AD; }
span { border-color: rgb(151,131,173); }
td.TdClassName
{
border-color: #9783AD;
}
.TagClassName
{
border-color: #9783AD;
}
</style>