Shades of Medium Purple #9F7DDB
Tints of Medium Purple #9F7DDB
RGB
CMYK
RGB Variations
Color information
#9F7DDB (or 0x9F7DDB) is known color: Medium Purple. HEX triplet: 9F, 7D and DB. RGB value is (159,125,219). Sum of RGB (Red+Green+Blue) = 159+125+219=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DDB is #608224. Grayscale: #919191. Windows color (decimal): -6324773 or 14384543. OLE color: 14384543.
HSL color Cylindrical-coordinate representation of color #9F7DDB: hue angle of 261.7º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F7DDB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 125 | 219 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.14 |
| HSL | 261.7º | 0.57% | 0.67% | - |
| HSV(B) | 261.7º | 0.43% | 0.86% | - |
| XYZ | 34.42 | 27.15 | 70.44 | - |
| YUV | 145.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 219 | 0.27 | 0.43 | 0 | 0.14 | 261.7 | 0.57 | 0.67 |
| Hex | 9F | 7D | DB | 1B | 2B | 0 | E | 106 | 39 | 43 |
| Octal | 237 | 175 | 333 | 33 | 53 | 0 | 16 | 406 | 71 | 103 |
| Binary | 10011111 | 1111101 | 11011011 | 11011 | 101011 | 0 | 1110 | 100000110 | 111001 | 1000011 |
Color Harmonies of #9F7DDB
Complementary color
Monochromatic Colors of #9F7DDB
Black with #9F7DDB
Text Example
Text Example
White with #9F7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DDB; }
p { color: rgb(159,125,219); }
H1.HeaderClassName
{
color: #9F7DDB;
}
.AnyTagClassName
{
color: #9F7DDB;
}
</style>
background-color css
<style>
a { background-color: #9F7DDB; }
a { background-color: rgb(159,125,219); }
div.DivClassName
{
background-color: #9F7DDB;
}
.BgClassName
{
background-color: #9F7DDB;
}
</style>
border-color css
<style>
span { border-color: #9F7DDB; }
span { border-color: rgb(159,125,219); }
td.TdClassName
{
border-color: #9F7DDB;
}
.TagClassName
{
border-color: #9F7DDB;
}
</style>