Html Css Color HEX #9D70B9 Purple Mountain's Majesty
📋 copy color: '#9D70B9'red 157 ◦ green 112 ◦ blue 185
Shades of Purple Mountain's Majesty #9D70B9
Tints of Purple Mountain's Majesty #9D70B9
RGB
CMYK
RGB Variations
Color information
#9D70B9 (or 0x9D70B9) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 70 and B9. RGB value is (157,112,185). Sum of RGB (Red+Green+Blue) = 157+112+185=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D70B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D70B9 is #628F46. Grayscale: #858585. Windows color (decimal): -6459207 or 12152989. OLE color: 12152989.
HSL color Cylindrical-coordinate representation of color #9D70B9: hue angle of 276.99º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D70B9 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 112 | 185 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.27 |
| HSL | 276.99º | 0.34% | 0.58% | - |
| HSV(B) | 276.99º | 0.39% | 0.73% | - |
| XYZ | 28.46 | 22.26 | 48.7 | - |
| YUV | 133.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 185 | 0.15 | 0.39 | 0 | 0.27 | 276.99 | 0.34 | 0.58 |
| Hex | 9D | 70 | B9 | F | 27 | 0 | 1B | 115 | 22 | 3A |
| Octal | 235 | 160 | 271 | 17 | 47 | 0 | 33 | 425 | 42 | 72 |
| Binary | 10011101 | 1110000 | 10111001 | 1111 | 100111 | 0 | 11011 | 100010101 | 100010 | 111010 |
Color Harmonies of #9D70B9
Complementary color
Monochromatic Colors of #9D70B9
Black with #9D70B9
Text Example
Text Example
White with #9D70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D70B9; }
p { color: rgb(157,112,185); }
H1.HeaderClassName
{
color: #9D70B9;
}
.AnyTagClassName
{
color: #9D70B9;
}
</style>
background-color css
<style>
a { background-color: #9D70B9; }
a { background-color: rgb(157,112,185); }
div.DivClassName
{
background-color: #9D70B9;
}
.BgClassName
{
background-color: #9D70B9;
}
</style>
border-color css
<style>
span { border-color: #9D70B9; }
span { border-color: rgb(157,112,185); }
td.TdClassName
{
border-color: #9D70B9;
}
.TagClassName
{
border-color: #9D70B9;
}
</style>