Shades of Medium Purple #9F6EDB
Tints of Medium Purple #9F6EDB
RGB
CMYK
RGB Variations
Color information
#9F6EDB (or 0x9F6EDB) is known color: Medium Purple. HEX triplet: 9F, 6E and DB. RGB value is (159,110,219). Sum of RGB (Red+Green+Blue) = 159+110+219=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EDB is #609124. Grayscale: #888888. Windows color (decimal): -6328613 or 14380703. OLE color: 14380703.
HSL color Cylindrical-coordinate representation of color #9F6EDB: hue angle of 266.97º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6EDB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 110 | 219 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.14 |
| HSL | 266.97º | 0.6% | 0.65% | - |
| HSV(B) | 266.97º | 0.5% | 0.86% | - |
| XYZ | 32.66 | 23.64 | 69.86 | - |
| YUV | 137.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 219 | 0.27 | 0.50 | 0 | 0.14 | 266.97 | 0.6 | 0.65 |
| Hex | 9F | 6E | DB | 1B | 32 | 0 | E | 10B | 3C | 41 |
| Octal | 237 | 156 | 333 | 33 | 62 | 0 | 16 | 413 | 74 | 101 |
| Binary | 10011111 | 1101110 | 11011011 | 11011 | 110010 | 0 | 1110 | 100001011 | 111100 | 1000001 |
Color Harmonies of #9F6EDB
Complementary color
Monochromatic Colors of #9F6EDB
Black with #9F6EDB
Text Example
Text Example
White with #9F6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6EDB; }
p { color: rgb(159,110,219); }
H1.HeaderClassName
{
color: #9F6EDB;
}
.AnyTagClassName
{
color: #9F6EDB;
}
</style>
background-color css
<style>
a { background-color: #9F6EDB; }
a { background-color: rgb(159,110,219); }
div.DivClassName
{
background-color: #9F6EDB;
}
.BgClassName
{
background-color: #9F6EDB;
}
</style>
border-color css
<style>
span { border-color: #9F6EDB; }
span { border-color: rgb(159,110,219); }
td.TdClassName
{
border-color: #9F6EDB;
}
.TagClassName
{
border-color: #9F6EDB;
}
</style>