Shades of Medium Purple #9F5FEB
Tints of Medium Purple #9F5FEB
RGB
CMYK
RGB Variations
Color information
#9F5FEB (or 0x9F5FEB) is known color: Medium Purple. HEX triplet: 9F, 5F and EB. RGB value is (159,95,235). Sum of RGB (Red+Green+Blue) = 159+95+235=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5FEB is #60A014. Grayscale: #818181. Windows color (decimal): -6332437 or 15425439. OLE color: 15425439.
HSL color Cylindrical-coordinate representation of color #9F5FEB: hue angle of 267.43º 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 #9F5FEB is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 95 | 235 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.08 |
| HSL | 267.43º | 0.78% | 0.65% | - |
| HSV(B) | 267.43º | 0.6% | 0.92% | - |
| XYZ | 33.39 | 21.55 | 81 | - |
| YUV | 130.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 235 | 0.32 | 0.60 | 0 | 0.08 | 267.43 | 0.78 | 0.65 |
| Hex | 9F | 5F | EB | 20 | 3C | 0 | 8 | 10B | 4E | 41 |
| Octal | 237 | 137 | 353 | 40 | 74 | 0 | 10 | 413 | 116 | 101 |
| Binary | 10011111 | 1011111 | 11101011 | 100000 | 111100 | 0 | 1000 | 100001011 | 1001110 | 1000001 |
Color Harmonies of #9F5FEB
Complementary color
Monochromatic Colors of #9F5FEB
Black with #9F5FEB
Text Example
Text Example
White with #9F5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FEB; }
p { color: rgb(159,95,235); }
H1.HeaderClassName
{
color: #9F5FEB;
}
.AnyTagClassName
{
color: #9F5FEB;
}
</style>
background-color css
<style>
a { background-color: #9F5FEB; }
a { background-color: rgb(159,95,235); }
div.DivClassName
{
background-color: #9F5FEB;
}
.BgClassName
{
background-color: #9F5FEB;
}
</style>
border-color css
<style>
span { border-color: #9F5FEB; }
span { border-color: rgb(159,95,235); }
td.TdClassName
{
border-color: #9F5FEB;
}
.TagClassName
{
border-color: #9F5FEB;
}
</style>