Shades of Medium Purple #9F84DB
Tints of Medium Purple #9F84DB
RGB
CMYK
RGB Variations
Color information
#9F84DB (or 0x9F84DB) is known color: Medium Purple. HEX triplet: 9F, 84 and DB. RGB value is (159,132,219). Sum of RGB (Red+Green+Blue) = 159+132+219=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F84DB is #607B24. Grayscale: #959595. Windows color (decimal): -6322981 or 14386335. OLE color: 14386335.
HSL color Cylindrical-coordinate representation of color #9F84DB: hue angle of 258.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F84DB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 132 | 219 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.14 |
| HSL | 258.62º | 0.55% | 0.69% | - |
| HSV(B) | 258.62º | 0.4% | 0.86% | - |
| XYZ | 35.34 | 28.99 | 70.75 | - |
| YUV | 149.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 219 | 0.27 | 0.40 | 0 | 0.14 | 258.62 | 0.55 | 0.69 |
| Hex | 9F | 84 | DB | 1B | 28 | 0 | E | 103 | 37 | 45 |
| Octal | 237 | 204 | 333 | 33 | 50 | 0 | 16 | 403 | 67 | 105 |
| Binary | 10011111 | 10000100 | 11011011 | 11011 | 101000 | 0 | 1110 | 100000011 | 110111 | 1000101 |
Color Harmonies of #9F84DB
Complementary color
Monochromatic Colors of #9F84DB
Black with #9F84DB
Text Example
Text Example
White with #9F84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F84DB; }
p { color: rgb(159,132,219); }
H1.HeaderClassName
{
color: #9F84DB;
}
.AnyTagClassName
{
color: #9F84DB;
}
</style>
background-color css
<style>
a { background-color: #9F84DB; }
a { background-color: rgb(159,132,219); }
div.DivClassName
{
background-color: #9F84DB;
}
.BgClassName
{
background-color: #9F84DB;
}
</style>
border-color css
<style>
span { border-color: #9F84DB; }
span { border-color: rgb(159,132,219); }
td.TdClassName
{
border-color: #9F84DB;
}
.TagClassName
{
border-color: #9F84DB;
}
</style>