Shades of Medium Purple #9F77DB
Tints of Medium Purple #9F77DB
RGB
CMYK
RGB Variations
Color information
#9F77DB (or 0x9F77DB) is known color: Medium Purple. HEX triplet: 9F, 77 and DB. RGB value is (159,119,219). Sum of RGB (Red+Green+Blue) = 159+119+219=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F77DB is #608824. Grayscale: #8E8E8E. Windows color (decimal): -6326309 or 14383007. OLE color: 14383007.
HSL color Cylindrical-coordinate representation of color #9F77DB: hue angle of 264º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F77DB is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 119 | 219 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.14 |
| HSL | 264º | 0.58% | 0.66% | - |
| HSV(B) | 264º | 0.46% | 0.86% | - |
| XYZ | 33.68 | 25.68 | 70.2 | - |
| YUV | 142.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 219 | 0.27 | 0.46 | 0 | 0.14 | 264 | 0.58 | 0.66 |
| Hex | 9F | 77 | DB | 1B | 2E | 0 | E | 108 | 3A | 42 |
| Octal | 237 | 167 | 333 | 33 | 56 | 0 | 16 | 410 | 72 | 102 |
| Binary | 10011111 | 1110111 | 11011011 | 11011 | 101110 | 0 | 1110 | 100001000 | 111010 | 1000010 |
Color Harmonies of #9F77DB
Complementary color
Monochromatic Colors of #9F77DB
Black with #9F77DB
Text Example
Text Example
White with #9F77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77DB; }
p { color: rgb(159,119,219); }
H1.HeaderClassName
{
color: #9F77DB;
}
.AnyTagClassName
{
color: #9F77DB;
}
</style>
background-color css
<style>
a { background-color: #9F77DB; }
a { background-color: rgb(159,119,219); }
div.DivClassName
{
background-color: #9F77DB;
}
.BgClassName
{
background-color: #9F77DB;
}
</style>
border-color css
<style>
span { border-color: #9F77DB; }
span { border-color: rgb(159,119,219); }
td.TdClassName
{
border-color: #9F77DB;
}
.TagClassName
{
border-color: #9F77DB;
}
</style>