Shades of Medium Purple #9F71DC
Tints of Medium Purple #9F71DC
RGB
CMYK
RGB Variations
Color information
#9F71DC (or 0x9F71DC) is known color: Medium Purple. HEX triplet: 9F, 71 and DC. RGB value is (159,113,220). Sum of RGB (Red+Green+Blue) = 159+113+220=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71DC is #608E23. Grayscale: #8A8A8A. Windows color (decimal): -6327844 or 14447007. OLE color: 14447007.
HSL color Cylindrical-coordinate representation of color #9F71DC: hue angle of 265.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F71DC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 113 | 220 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.14 |
| HSL | 265.79º | 0.6% | 0.65% | - |
| HSV(B) | 265.79º | 0.49% | 0.86% | - |
| XYZ | 33.12 | 24.35 | 70.66 | - |
| YUV | 138.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 220 | 0.28 | 0.49 | 0 | 0.14 | 265.79 | 0.6 | 0.65 |
| Hex | 9F | 71 | DC | 1C | 31 | 0 | E | 10A | 3C | 41 |
| Octal | 237 | 161 | 334 | 34 | 61 | 0 | 16 | 412 | 74 | 101 |
| Binary | 10011111 | 1110001 | 11011100 | 11100 | 110001 | 0 | 1110 | 100001010 | 111100 | 1000001 |
Color Harmonies of #9F71DC
Complementary color
Monochromatic Colors of #9F71DC
Black with #9F71DC
Text Example
Text Example
White with #9F71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71DC; }
p { color: rgb(159,113,220); }
H1.HeaderClassName
{
color: #9F71DC;
}
.AnyTagClassName
{
color: #9F71DC;
}
</style>
background-color css
<style>
a { background-color: #9F71DC; }
a { background-color: rgb(159,113,220); }
div.DivClassName
{
background-color: #9F71DC;
}
.BgClassName
{
background-color: #9F71DC;
}
</style>
border-color css
<style>
span { border-color: #9F71DC; }
span { border-color: rgb(159,113,220); }
td.TdClassName
{
border-color: #9F71DC;
}
.TagClassName
{
border-color: #9F71DC;
}
</style>