Html Css Color HEX #9D7FAF Purple Mountain's Majesty
📋 copy color: '#9D7FAF'red 157 ◦ green 127 ◦ blue 175
Shades of Purple Mountain's Majesty #9D7FAF
Tints of Purple Mountain's Majesty #9D7FAF
RGB
CMYK
RGB Variations
Color information
#9D7FAF (or 0x9D7FAF) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7F and AF. RGB value is (157,127,175). Sum of RGB (Red+Green+Blue) = 157+127+175=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7FAF is #628050. Grayscale: #8D8D8D. Windows color (decimal): -6455377 or 11501469. OLE color: 11501469.
HSL color Cylindrical-coordinate representation of color #9D7FAF: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7FAF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 127 | 175 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.31 |
| HSL | 277.5º | 0.23% | 0.59% | - |
| HSV(B) | 277.5º | 0.27% | 0.69% | - |
| XYZ | 29.23 | 25.44 | 43.93 | - |
| YUV | 141.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 175 | 0.10 | 0.27 | 0 | 0.31 | 277.5 | 0.23 | 0.59 |
| Hex | 9D | 7F | AF | A | 1B | 0 | 1F | 116 | 17 | 3B |
| Octal | 235 | 177 | 257 | 12 | 33 | 0 | 37 | 426 | 27 | 73 |
| Binary | 10011101 | 1111111 | 10101111 | 1010 | 11011 | 0 | 11111 | 100010110 | 10111 | 111011 |
Color Harmonies of #9D7FAF
Complementary color
Monochromatic Colors of #9D7FAF
Black with #9D7FAF
Text Example
Text Example
White with #9D7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FAF; }
p { color: rgb(157,127,175); }
H1.HeaderClassName
{
color: #9D7FAF;
}
.AnyTagClassName
{
color: #9D7FAF;
}
</style>
background-color css
<style>
a { background-color: #9D7FAF; }
a { background-color: rgb(157,127,175); }
div.DivClassName
{
background-color: #9D7FAF;
}
.BgClassName
{
background-color: #9D7FAF;
}
</style>
border-color css
<style>
span { border-color: #9D7FAF; }
span { border-color: rgb(157,127,175); }
td.TdClassName
{
border-color: #9D7FAF;
}
.TagClassName
{
border-color: #9D7FAF;
}
</style>