Html Css Color HEX #9781AF Purple Mountain's Majesty
📋 copy color: '#9781AF'red 151 ◦ green 129 ◦ blue 175
Shades of Purple Mountain's Majesty #9781AF
Tints of Purple Mountain's Majesty #9781AF
RGB
CMYK
RGB Variations
Color information
#9781AF (or 0x9781AF) is known color: Purple Mountain's Majesty. HEX triplet: 97, 81 and AF. RGB value is (151,129,175). Sum of RGB (Red+Green+Blue) = 151+129+175=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9781AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9781AF is #687E50. Grayscale: #8C8C8C. Windows color (decimal): -6848081 or 11501975. OLE color: 11501975.
HSL color Cylindrical-coordinate representation of color #9781AF: hue angle of 268.7º 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 #9781AF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 129 | 175 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.31 |
| HSL | 268.7º | 0.22% | 0.6% | - |
| HSV(B) | 268.7º | 0.26% | 0.69% | - |
| XYZ | 28.35 | 25.37 | 43.96 | - |
| YUV | 140.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 175 | 0.14 | 0.26 | 0 | 0.31 | 268.7 | 0.22 | 0.6 |
| Hex | 97 | 81 | AF | E | 1A | 0 | 1F | 10D | 16 | 3C |
| Octal | 227 | 201 | 257 | 16 | 32 | 0 | 37 | 415 | 26 | 74 |
| Binary | 10010111 | 10000001 | 10101111 | 1110 | 11010 | 0 | 11111 | 100001101 | 10110 | 111100 |
Color Harmonies of #9781AF
Complementary color
Monochromatic Colors of #9781AF
Black with #9781AF
Text Example
Text Example
White with #9781AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9781AF; }
p { color: rgb(151,129,175); }
H1.HeaderClassName
{
color: #9781AF;
}
.AnyTagClassName
{
color: #9781AF;
}
</style>
background-color css
<style>
a { background-color: #9781AF; }
a { background-color: rgb(151,129,175); }
div.DivClassName
{
background-color: #9781AF;
}
.BgClassName
{
background-color: #9781AF;
}
</style>
border-color css
<style>
span { border-color: #9781AF; }
span { border-color: rgb(151,129,175); }
td.TdClassName
{
border-color: #9781AF;
}
.TagClassName
{
border-color: #9781AF;
}
</style>