Html Css Color HEX #9F70BD Purple Mountain's Majesty
📋 copy color: '#9F70BD'red 159 ◦ green 112 ◦ blue 189
Shades of Purple Mountain's Majesty #9F70BD
Tints of Purple Mountain's Majesty #9F70BD
RGB
CMYK
RGB Variations
Color information
#9F70BD (or 0x9F70BD) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 70 and BD. RGB value is (159,112,189). Sum of RGB (Red+Green+Blue) = 159+112+189=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70BD is #608F42. Grayscale: #868686. Windows color (decimal): -6328131 or 12415135. OLE color: 12415135.
HSL color Cylindrical-coordinate representation of color #9F70BD: hue angle of 276.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F70BD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 112 | 189 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.26 |
| HSL | 276.62º | 0.37% | 0.59% | - |
| HSV(B) | 276.62º | 0.41% | 0.74% | - |
| XYZ | 29.28 | 22.63 | 50.97 | - |
| YUV | 134.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 189 | 0.16 | 0.41 | 0 | 0.26 | 276.62 | 0.37 | 0.59 |
| Hex | 9F | 70 | BD | 10 | 29 | 0 | 1A | 115 | 25 | 3B |
| Octal | 237 | 160 | 275 | 20 | 51 | 0 | 32 | 425 | 45 | 73 |
| Binary | 10011111 | 1110000 | 10111101 | 10000 | 101001 | 0 | 11010 | 100010101 | 100101 | 111011 |
Color Harmonies of #9F70BD
Complementary color
Monochromatic Colors of #9F70BD
Black with #9F70BD
Text Example
Text Example
White with #9F70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70BD; }
p { color: rgb(159,112,189); }
H1.HeaderClassName
{
color: #9F70BD;
}
.AnyTagClassName
{
color: #9F70BD;
}
</style>
background-color css
<style>
a { background-color: #9F70BD; }
a { background-color: rgb(159,112,189); }
div.DivClassName
{
background-color: #9F70BD;
}
.BgClassName
{
background-color: #9F70BD;
}
</style>
border-color css
<style>
span { border-color: #9F70BD; }
span { border-color: rgb(159,112,189); }
td.TdClassName
{
border-color: #9F70BD;
}
.TagClassName
{
border-color: #9F70BD;
}
</style>