Html Css Color HEX #9D70BB Purple Mountain's Majesty
📋 copy color: '#9D70BB'red 157 ◦ green 112 ◦ blue 187
Shades of Purple Mountain's Majesty #9D70BB
Tints of Purple Mountain's Majesty #9D70BB
RGB
CMYK
RGB Variations
Color information
#9D70BB (or 0x9D70BB) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 70 and BB. RGB value is (157,112,187). Sum of RGB (Red+Green+Blue) = 157+112+187=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D70BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D70BB is #628F44. Grayscale: #858585. Windows color (decimal): -6459205 or 12284061. OLE color: 12284061.
HSL color Cylindrical-coordinate representation of color #9D70BB: hue angle of 276º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D70BB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 112 | 187 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.27 |
| HSL | 276º | 0.36% | 0.59% | - |
| HSV(B) | 276º | 0.4% | 0.73% | - |
| XYZ | 28.67 | 22.34 | 49.82 | - |
| YUV | 134.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 187 | 0.16 | 0.40 | 0 | 0.27 | 276 | 0.36 | 0.59 |
| Hex | 9D | 70 | BB | 10 | 28 | 0 | 1B | 114 | 24 | 3B |
| Octal | 235 | 160 | 273 | 20 | 50 | 0 | 33 | 424 | 44 | 73 |
| Binary | 10011101 | 1110000 | 10111011 | 10000 | 101000 | 0 | 11011 | 100010100 | 100100 | 111011 |
Color Harmonies of #9D70BB
Complementary color
Monochromatic Colors of #9D70BB
Black with #9D70BB
Text Example
Text Example
White with #9D70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D70BB; }
p { color: rgb(157,112,187); }
H1.HeaderClassName
{
color: #9D70BB;
}
.AnyTagClassName
{
color: #9D70BB;
}
</style>
background-color css
<style>
a { background-color: #9D70BB; }
a { background-color: rgb(157,112,187); }
div.DivClassName
{
background-color: #9D70BB;
}
.BgClassName
{
background-color: #9D70BB;
}
</style>
border-color css
<style>
span { border-color: #9D70BB; }
span { border-color: rgb(157,112,187); }
td.TdClassName
{
border-color: #9D70BB;
}
.TagClassName
{
border-color: #9D70BB;
}
</style>