Shades of Medium Purple #9F74DB
Tints of Medium Purple #9F74DB
RGB
CMYK
RGB Variations
Color information
#9F74DB (or 0x9F74DB) is known color: Medium Purple. HEX triplet: 9F, 74 and DB. RGB value is (159,116,219). Sum of RGB (Red+Green+Blue) = 159+116+219=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74DB is #608B24. Grayscale: #8C8C8C. Windows color (decimal): -6327077 or 14382239. OLE color: 14382239.
HSL color Cylindrical-coordinate representation of color #9F74DB: hue angle of 265.05º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F74DB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 116 | 219 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.14 |
| HSL | 265.05º | 0.59% | 0.66% | - |
| HSV(B) | 265.05º | 0.47% | 0.86% | - |
| XYZ | 33.33 | 24.98 | 70.08 | - |
| YUV | 140.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 219 | 0.27 | 0.47 | 0 | 0.14 | 265.05 | 0.59 | 0.66 |
| Hex | 9F | 74 | DB | 1B | 2F | 0 | E | 109 | 3B | 42 |
| Octal | 237 | 164 | 333 | 33 | 57 | 0 | 16 | 411 | 73 | 102 |
| Binary | 10011111 | 1110100 | 11011011 | 11011 | 101111 | 0 | 1110 | 100001001 | 111011 | 1000010 |
Color Harmonies of #9F74DB
Complementary color
Monochromatic Colors of #9F74DB
Black with #9F74DB
Text Example
Text Example
White with #9F74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74DB; }
p { color: rgb(159,116,219); }
H1.HeaderClassName
{
color: #9F74DB;
}
.AnyTagClassName
{
color: #9F74DB;
}
</style>
background-color css
<style>
a { background-color: #9F74DB; }
a { background-color: rgb(159,116,219); }
div.DivClassName
{
background-color: #9F74DB;
}
.BgClassName
{
background-color: #9F74DB;
}
</style>
border-color css
<style>
span { border-color: #9F74DB; }
span { border-color: rgb(159,116,219); }
td.TdClassName
{
border-color: #9F74DB;
}
.TagClassName
{
border-color: #9F74DB;
}
</style>