Shades of Medium Purple #9F71DB
Tints of Medium Purple #9F71DB
RGB
CMYK
RGB Variations
Color information
#9F71DB (or 0x9F71DB) is known color: Medium Purple. HEX triplet: 9F, 71 and DB. RGB value is (159,113,219). Sum of RGB (Red+Green+Blue) = 159+113+219=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71DB is #608E24. Grayscale: #8A8A8A. Windows color (decimal): -6327845 or 14381471. OLE color: 14381471.
HSL color Cylindrical-coordinate representation of color #9F71DB: hue angle of 266.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F71DB is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 113 | 219 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.14 |
| HSL | 266.04º | 0.6% | 0.65% | - |
| HSV(B) | 266.04º | 0.48% | 0.86% | - |
| XYZ | 32.99 | 24.3 | 69.97 | - |
| YUV | 138.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 219 | 0.27 | 0.48 | 0 | 0.14 | 266.04 | 0.6 | 0.65 |
| Hex | 9F | 71 | DB | 1B | 30 | 0 | E | 10A | 3C | 41 |
| Octal | 237 | 161 | 333 | 33 | 60 | 0 | 16 | 412 | 74 | 101 |
| Binary | 10011111 | 1110001 | 11011011 | 11011 | 110000 | 0 | 1110 | 100001010 | 111100 | 1000001 |
Color Harmonies of #9F71DB
Complementary color
Monochromatic Colors of #9F71DB
Black with #9F71DB
Text Example
Text Example
White with #9F71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71DB; }
p { color: rgb(159,113,219); }
H1.HeaderClassName
{
color: #9F71DB;
}
.AnyTagClassName
{
color: #9F71DB;
}
</style>
background-color css
<style>
a { background-color: #9F71DB; }
a { background-color: rgb(159,113,219); }
div.DivClassName
{
background-color: #9F71DB;
}
.BgClassName
{
background-color: #9F71DB;
}
</style>
border-color css
<style>
span { border-color: #9F71DB; }
span { border-color: rgb(159,113,219); }
td.TdClassName
{
border-color: #9F71DB;
}
.TagClassName
{
border-color: #9F71DB;
}
</style>