Shades of Medium Purple #9F70DB
Tints of Medium Purple #9F70DB
RGB
CMYK
RGB Variations
Color information
#9F70DB (or 0x9F70DB) is known color: Medium Purple. HEX triplet: 9F, 70 and DB. RGB value is (159,112,219). Sum of RGB (Red+Green+Blue) = 159+112+219=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70DB is #608F24. Grayscale: #898989. Windows color (decimal): -6328101 or 14381215. OLE color: 14381215.
HSL color Cylindrical-coordinate representation of color #9F70DB: hue angle of 266.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F70DB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 112 | 219 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.14 |
| HSL | 266.36º | 0.6% | 0.65% | - |
| HSV(B) | 266.36º | 0.49% | 0.86% | - |
| XYZ | 32.88 | 24.07 | 69.93 | - |
| YUV | 138.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 219 | 0.27 | 0.49 | 0 | 0.14 | 266.36 | 0.6 | 0.65 |
| Hex | 9F | 70 | DB | 1B | 31 | 0 | E | 10A | 3C | 41 |
| Octal | 237 | 160 | 333 | 33 | 61 | 0 | 16 | 412 | 74 | 101 |
| Binary | 10011111 | 1110000 | 11011011 | 11011 | 110001 | 0 | 1110 | 100001010 | 111100 | 1000001 |
Color Harmonies of #9F70DB
Complementary color
Monochromatic Colors of #9F70DB
Black with #9F70DB
Text Example
Text Example
White with #9F70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70DB; }
p { color: rgb(159,112,219); }
H1.HeaderClassName
{
color: #9F70DB;
}
.AnyTagClassName
{
color: #9F70DB;
}
</style>
background-color css
<style>
a { background-color: #9F70DB; }
a { background-color: rgb(159,112,219); }
div.DivClassName
{
background-color: #9F70DB;
}
.BgClassName
{
background-color: #9F70DB;
}
</style>
border-color css
<style>
span { border-color: #9F70DB; }
span { border-color: rgb(159,112,219); }
td.TdClassName
{
border-color: #9F70DB;
}
.TagClassName
{
border-color: #9F70DB;
}
</style>