Shades of Medium Purple #9F5CEB
Tints of Medium Purple #9F5CEB
RGB
CMYK
RGB Variations
Color information
#9F5CEB (or 0x9F5CEB) is known color: Medium Purple. HEX triplet: 9F, 5C and EB. RGB value is (159,92,235). Sum of RGB (Red+Green+Blue) = 159+92+235=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5CEB is #60A314. Grayscale: #7F7F7F. Windows color (decimal): -6333205 or 15424671. OLE color: 15424671.
HSL color Cylindrical-coordinate representation of color #9F5CEB: hue angle of 268.11º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F5CEB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 92 | 235 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.08 |
| HSL | 268.11º | 0.78% | 0.64% | - |
| HSV(B) | 268.11º | 0.61% | 0.92% | - |
| XYZ | 33.12 | 21.02 | 80.91 | - |
| YUV | 128.34 | 188.2 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 235 | 0.32 | 0.61 | 0 | 0.08 | 268.11 | 0.78 | 0.64 |
| Hex | 9F | 5C | EB | 20 | 3D | 0 | 8 | 10C | 4E | 40 |
| Octal | 237 | 134 | 353 | 40 | 75 | 0 | 10 | 414 | 116 | 100 |
| Binary | 10011111 | 1011100 | 11101011 | 100000 | 111101 | 0 | 1000 | 100001100 | 1001110 | 1000000 |
Color Harmonies of #9F5CEB
Complementary color
Monochromatic Colors of #9F5CEB
Black with #9F5CEB
Text Example
Text Example
White with #9F5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5CEB; }
p { color: rgb(159,92,235); }
H1.HeaderClassName
{
color: #9F5CEB;
}
.AnyTagClassName
{
color: #9F5CEB;
}
</style>
background-color css
<style>
a { background-color: #9F5CEB; }
a { background-color: rgb(159,92,235); }
div.DivClassName
{
background-color: #9F5CEB;
}
.BgClassName
{
background-color: #9F5CEB;
}
</style>
border-color css
<style>
span { border-color: #9F5CEB; }
span { border-color: rgb(159,92,235); }
td.TdClassName
{
border-color: #9F5CEB;
}
.TagClassName
{
border-color: #9F5CEB;
}
</style>