Html Css Color HEX #9D8AAF Purple Mountain's Majesty
📋 copy color: '#9D8AAF'red 157 ◦ green 138 ◦ blue 175
Shades of Purple Mountain's Majesty #9D8AAF
Tints of Purple Mountain's Majesty #9D8AAF
RGB
CMYK
RGB Variations
Color information
#9D8AAF (or 0x9D8AAF) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 8A and AF. RGB value is (157,138,175). Sum of RGB (Red+Green+Blue) = 157+138+175=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8AAF is #627550. Grayscale: #939393. Windows color (decimal): -6452561 or 11504285. OLE color: 11504285.
HSL color Cylindrical-coordinate representation of color #9D8AAF: hue angle of 270.81º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D8AAF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 138 | 175 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.31 |
| HSL | 270.81º | 0.19% | 0.61% | - |
| HSV(B) | 270.81º | 0.21% | 0.69% | - |
| XYZ | 30.73 | 28.44 | 44.43 | - |
| YUV | 147.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 175 | 0.10 | 0.21 | 0 | 0.31 | 270.81 | 0.19 | 0.61 |
| Hex | 9D | 8A | AF | A | 15 | 0 | 1F | 10F | 13 | 3D |
| Octal | 235 | 212 | 257 | 12 | 25 | 0 | 37 | 417 | 23 | 75 |
| Binary | 10011101 | 10001010 | 10101111 | 1010 | 10101 | 0 | 11111 | 100001111 | 10011 | 111101 |
Color Harmonies of #9D8AAF
Complementary color
Monochromatic Colors of #9D8AAF
Black with #9D8AAF
Text Example
Text Example
White with #9D8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8AAF; }
p { color: rgb(157,138,175); }
H1.HeaderClassName
{
color: #9D8AAF;
}
.AnyTagClassName
{
color: #9D8AAF;
}
</style>
background-color css
<style>
a { background-color: #9D8AAF; }
a { background-color: rgb(157,138,175); }
div.DivClassName
{
background-color: #9D8AAF;
}
.BgClassName
{
background-color: #9D8AAF;
}
</style>
border-color css
<style>
span { border-color: #9D8AAF; }
span { border-color: rgb(157,138,175); }
td.TdClassName
{
border-color: #9D8AAF;
}
.TagClassName
{
border-color: #9D8AAF;
}
</style>