Shades of Medium Purple #9F86DB
Tints of Medium Purple #9F86DB
RGB
CMYK
RGB Variations
Color information
#9F86DB (or 0x9F86DB) is known color: Medium Purple. HEX triplet: 9F, 86 and DB. RGB value is (159,134,219). Sum of RGB (Red+Green+Blue) = 159+134+219=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86DB is #607924. Grayscale: #969696. Windows color (decimal): -6322469 or 14386847. OLE color: 14386847.
HSL color Cylindrical-coordinate representation of color #9F86DB: hue angle of 257.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F86DB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 134 | 219 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.14 |
| HSL | 257.65º | 0.54% | 0.69% | - |
| HSV(B) | 257.65º | 0.39% | 0.86% | - |
| XYZ | 35.61 | 29.54 | 70.84 | - |
| YUV | 151.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 219 | 0.27 | 0.39 | 0 | 0.14 | 257.65 | 0.54 | 0.69 |
| Hex | 9F | 86 | DB | 1B | 27 | 0 | E | 102 | 36 | 45 |
| Octal | 237 | 206 | 333 | 33 | 47 | 0 | 16 | 402 | 66 | 105 |
| Binary | 10011111 | 10000110 | 11011011 | 11011 | 100111 | 0 | 1110 | 100000010 | 110110 | 1000101 |
Color Harmonies of #9F86DB
Complementary color
Monochromatic Colors of #9F86DB
Black with #9F86DB
Text Example
Text Example
White with #9F86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86DB; }
p { color: rgb(159,134,219); }
H1.HeaderClassName
{
color: #9F86DB;
}
.AnyTagClassName
{
color: #9F86DB;
}
</style>
background-color css
<style>
a { background-color: #9F86DB; }
a { background-color: rgb(159,134,219); }
div.DivClassName
{
background-color: #9F86DB;
}
.BgClassName
{
background-color: #9F86DB;
}
</style>
border-color css
<style>
span { border-color: #9F86DB; }
span { border-color: rgb(159,134,219); }
td.TdClassName
{
border-color: #9F86DB;
}
.TagClassName
{
border-color: #9F86DB;
}
</style>