Shades of Medium Purple #9F6EED
Tints of Medium Purple #9F6EED
RGB
CMYK
RGB Variations
Color information
#9F6EED (or 0x9F6EED) is known color: Medium Purple. HEX triplet: 9F, 6E and ED. RGB value is (159,110,237). Sum of RGB (Red+Green+Blue) = 159+110+237=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F6EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6EED is #609112. Grayscale: #8A8A8A. Windows color (decimal): -6328595 or 15560351. OLE color: 15560351.
HSL color Cylindrical-coordinate representation of color #9F6EED: hue angle of 263.15º 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 #9F6EED is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 110 | 237 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.07 |
| HSL | 263.15º | 0.78% | 0.68% | - |
| HSV(B) | 263.15º | 0.54% | 0.93% | - |
| XYZ | 35.16 | 24.64 | 83.02 | - |
| YUV | 139.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 237 | 0.33 | 0.54 | 0 | 0.07 | 263.15 | 0.78 | 0.68 |
| Hex | 9F | 6E | ED | 21 | 36 | 0 | 7 | 107 | 4E | 44 |
| Octal | 237 | 156 | 355 | 41 | 66 | 0 | 7 | 407 | 116 | 104 |
| Binary | 10011111 | 1101110 | 11101101 | 100001 | 110110 | 0 | 111 | 100000111 | 1001110 | 1000100 |
Color Harmonies of #9F6EED
Complementary color
Monochromatic Colors of #9F6EED
Black with #9F6EED
Text Example
Text Example
White with #9F6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6EED; }
p { color: rgb(159,110,237); }
H1.HeaderClassName
{
color: #9F6EED;
}
.AnyTagClassName
{
color: #9F6EED;
}
</style>
background-color css
<style>
a { background-color: #9F6EED; }
a { background-color: rgb(159,110,237); }
div.DivClassName
{
background-color: #9F6EED;
}
.BgClassName
{
background-color: #9F6EED;
}
</style>
border-color css
<style>
span { border-color: #9F6EED; }
span { border-color: rgb(159,110,237); }
td.TdClassName
{
border-color: #9F6EED;
}
.TagClassName
{
border-color: #9F6EED;
}
</style>