Shades of Medium Purple #9F6DED
Tints of Medium Purple #9F6DED
RGB
CMYK
RGB Variations
Color information
#9F6DED (or 0x9F6DED) is known color: Medium Purple. HEX triplet: 9F, 6D and ED. RGB value is (159,109,237). Sum of RGB (Red+Green+Blue) = 159+109+237=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6DED is #609212. Grayscale: #8A8A8A. Windows color (decimal): -6328851 or 15560095. OLE color: 15560095.
HSL color Cylindrical-coordinate representation of color #9F6DED: hue angle of 263.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F6DED is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 109 | 237 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.07 |
| HSL | 263.44º | 0.78% | 0.68% | - |
| HSV(B) | 263.44º | 0.54% | 0.93% | - |
| XYZ | 35.05 | 24.42 | 82.99 | - |
| YUV | 138.54 | 183.57 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 237 | 0.33 | 0.54 | 0 | 0.07 | 263.44 | 0.78 | 0.68 |
| Hex | 9F | 6D | ED | 21 | 36 | 0 | 7 | 107 | 4E | 44 |
| Octal | 237 | 155 | 355 | 41 | 66 | 0 | 7 | 407 | 116 | 104 |
| Binary | 10011111 | 1101101 | 11101101 | 100001 | 110110 | 0 | 111 | 100000111 | 1001110 | 1000100 |
Color Harmonies of #9F6DED
Complementary color
Monochromatic Colors of #9F6DED
Black with #9F6DED
Text Example
Text Example
White with #9F6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6DED; }
p { color: rgb(159,109,237); }
H1.HeaderClassName
{
color: #9F6DED;
}
.AnyTagClassName
{
color: #9F6DED;
}
</style>
background-color css
<style>
a { background-color: #9F6DED; }
a { background-color: rgb(159,109,237); }
div.DivClassName
{
background-color: #9F6DED;
}
.BgClassName
{
background-color: #9F6DED;
}
</style>
border-color css
<style>
span { border-color: #9F6DED; }
span { border-color: rgb(159,109,237); }
td.TdClassName
{
border-color: #9F6DED;
}
.TagClassName
{
border-color: #9F6DED;
}
</style>