Html Css Color HEX #9681AD Purple Mountain's Majesty
📋 copy color: '#9681AD'red 150 ◦ green 129 ◦ blue 173
Shades of Purple Mountain's Majesty #9681AD
Tints of Purple Mountain's Majesty #9681AD
RGB
CMYK
RGB Variations
Color information
#9681AD (or 0x9681AD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 81 and AD. RGB value is (150,129,173). Sum of RGB (Red+Green+Blue) = 150+129+173=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #9681AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9681AD is #697E52. Grayscale: #8C8C8C. Windows color (decimal): -6913619 or 11370902. OLE color: 11370902.
HSL color Cylindrical-coordinate representation of color #9681AD: hue angle of 268.64º 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 #9681AD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 129 | 173 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.32 |
| HSL | 268.64º | 0.21% | 0.59% | - |
| HSV(B) | 268.64º | 0.25% | 0.68% | - |
| XYZ | 27.97 | 25.2 | 42.93 | - |
| YUV | 140.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 173 | 0.13 | 0.25 | 0 | 0.32 | 268.64 | 0.21 | 0.59 |
| Hex | 96 | 81 | AD | D | 19 | 0 | 20 | 10D | 15 | 3B |
| Octal | 226 | 201 | 255 | 15 | 31 | 0 | 40 | 415 | 25 | 73 |
| Binary | 10010110 | 10000001 | 10101101 | 1101 | 11001 | 0 | 100000 | 100001101 | 10101 | 111011 |
Color Harmonies of #9681AD
Complementary color
Monochromatic Colors of #9681AD
Black with #9681AD
Text Example
Text Example
White with #9681AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681AD; }
p { color: rgb(150,129,173); }
H1.HeaderClassName
{
color: #9681AD;
}
.AnyTagClassName
{
color: #9681AD;
}
</style>
background-color css
<style>
a { background-color: #9681AD; }
a { background-color: rgb(150,129,173); }
div.DivClassName
{
background-color: #9681AD;
}
.BgClassName
{
background-color: #9681AD;
}
</style>
border-color css
<style>
span { border-color: #9681AD; }
span { border-color: rgb(150,129,173); }
td.TdClassName
{
border-color: #9681AD;
}
.TagClassName
{
border-color: #9681AD;
}
</style>