Shades of Medium Purple #9F5EEF
Tints of Medium Purple #9F5EEF
RGB
CMYK
RGB Variations
Color information
#9F5EEF (or 0x9F5EEF) is known color: Medium Purple. HEX triplet: 9F, 5E and EF. RGB value is (159,94,239). Sum of RGB (Red+Green+Blue) = 159+94+239=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F5EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5EEF is #60A110. Grayscale: #818181. Windows color (decimal): -6332689 or 15687327. OLE color: 15687327.
HSL color Cylindrical-coordinate representation of color #9F5EEF: hue angle of 266.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F5EEF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 94 | 239 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.06 |
| HSL | 266.9º | 0.82% | 0.65% | - |
| HSV(B) | 266.9º | 0.61% | 0.94% | - |
| XYZ | 33.88 | 21.61 | 84.05 | - |
| YUV | 129.97 | 189.53 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 239 | 0.33 | 0.61 | 0 | 0.06 | 266.9 | 0.82 | 0.65 |
| Hex | 9F | 5E | EF | 21 | 3D | 0 | 6 | 10B | 52 | 41 |
| Octal | 237 | 136 | 357 | 41 | 75 | 0 | 6 | 413 | 122 | 101 |
| Binary | 10011111 | 1011110 | 11101111 | 100001 | 111101 | 0 | 110 | 100001011 | 1010010 | 1000001 |
Color Harmonies of #9F5EEF
Complementary color
Monochromatic Colors of #9F5EEF
Black with #9F5EEF
Text Example
Text Example
White with #9F5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5EEF; }
p { color: rgb(159,94,239); }
H1.HeaderClassName
{
color: #9F5EEF;
}
.AnyTagClassName
{
color: #9F5EEF;
}
</style>
background-color css
<style>
a { background-color: #9F5EEF; }
a { background-color: rgb(159,94,239); }
div.DivClassName
{
background-color: #9F5EEF;
}
.BgClassName
{
background-color: #9F5EEF;
}
</style>
border-color css
<style>
span { border-color: #9F5EEF; }
span { border-color: rgb(159,94,239); }
td.TdClassName
{
border-color: #9F5EEF;
}
.TagClassName
{
border-color: #9F5EEF;
}
</style>