Shades of Medium Purple #9F5EEB
Tints of Medium Purple #9F5EEB
RGB
CMYK
RGB Variations
Color information
#9F5EEB (or 0x9F5EEB) is known color: Medium Purple. HEX triplet: 9F, 5E and EB. RGB value is (159,94,235). Sum of RGB (Red+Green+Blue) = 159+94+235=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5EEB is #60A114. Grayscale: #818181. Windows color (decimal): -6332693 or 15425183. OLE color: 15425183.
HSL color Cylindrical-coordinate representation of color #9F5EEB: hue angle of 267.66º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F5EEB is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 94 | 235 | - |
| CMYK | 0.32 | 0.6 | 0 | 0.08 |
| HSL | 267.66º | 0.78% | 0.65% | - |
| HSV(B) | 267.66º | 0.6% | 0.92% | - |
| XYZ | 33.3 | 21.37 | 80.97 | - |
| YUV | 129.51 | 187.53 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 235 | 0.32 | 0.6 | 0 | 0.08 | 267.66 | 0.78 | 0.65 |
| Hex | 9F | 5E | EB | 20 | 3C | 0 | 8 | 10C | 4E | 41 |
| Octal | 237 | 136 | 353 | 40 | 74 | 0 | 10 | 414 | 116 | 101 |
| Binary | 10011111 | 1011110 | 11101011 | 100000 | 111100 | 0 | 1000 | 100001100 | 1001110 | 1000001 |
Color Harmonies of #9F5EEB
Complementary color
Monochromatic Colors of #9F5EEB
Black with #9F5EEB
Text Example
Text Example
White with #9F5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5EEB; }
p { color: rgb(159,94,235); }
H1.HeaderClassName
{
color: #9F5EEB;
}
.AnyTagClassName
{
color: #9F5EEB;
}
</style>
background-color css
<style>
a { background-color: #9F5EEB; }
a { background-color: rgb(159,94,235); }
div.DivClassName
{
background-color: #9F5EEB;
}
.BgClassName
{
background-color: #9F5EEB;
}
</style>
border-color css
<style>
span { border-color: #9F5EEB; }
span { border-color: rgb(159,94,235); }
td.TdClassName
{
border-color: #9F5EEB;
}
.TagClassName
{
border-color: #9F5EEB;
}
</style>