Shades of Medium Purple #9F6FDF
Tints of Medium Purple #9F6FDF
RGB
CMYK
RGB Variations
Color information
#9F6FDF (or 0x9F6FDF) is known color: Medium Purple. HEX triplet: 9F, 6F and DF. RGB value is (159,111,223). Sum of RGB (Red+Green+Blue) = 159+111+223=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F6FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FDF is #609020. Grayscale: #898989. Windows color (decimal): -6328353 or 14643103. OLE color: 14643103.
HSL color Cylindrical-coordinate representation of color #9F6FDF: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6FDF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 111 | 223 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.13 |
| HSL | 265.71º | 0.64% | 0.65% | - |
| HSV(B) | 265.71º | 0.5% | 0.87% | - |
| XYZ | 33.3 | 24.07 | 72.7 | - |
| YUV | 138.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 223 | 0.29 | 0.50 | 0 | 0.13 | 265.71 | 0.64 | 0.65 |
| Hex | 9F | 6F | DF | 1D | 32 | 0 | D | 10A | 40 | 41 |
| Octal | 237 | 157 | 337 | 35 | 62 | 0 | 15 | 412 | 100 | 101 |
| Binary | 10011111 | 1101111 | 11011111 | 11101 | 110010 | 0 | 1101 | 100001010 | 1000000 | 1000001 |
Color Harmonies of #9F6FDF
Complementary color
Monochromatic Colors of #9F6FDF
Black with #9F6FDF
Text Example
Text Example
White with #9F6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6FDF; }
p { color: rgb(159,111,223); }
H1.HeaderClassName
{
color: #9F6FDF;
}
.AnyTagClassName
{
color: #9F6FDF;
}
</style>
background-color css
<style>
a { background-color: #9F6FDF; }
a { background-color: rgb(159,111,223); }
div.DivClassName
{
background-color: #9F6FDF;
}
.BgClassName
{
background-color: #9F6FDF;
}
</style>
border-color css
<style>
span { border-color: #9F6FDF; }
span { border-color: rgb(159,111,223); }
td.TdClassName
{
border-color: #9F6FDF;
}
.TagClassName
{
border-color: #9F6FDF;
}
</style>