Shades of Medium Purple #9F7CEB
Tints of Medium Purple #9F7CEB
RGB
CMYK
RGB Variations
Color information
#9F7CEB (or 0x9F7CEB) is known color: Medium Purple. HEX triplet: 9F, 7C and EB. RGB value is (159,124,235). Sum of RGB (Red+Green+Blue) = 159+124+235=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F7CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7CEB is #608314. Grayscale: #929292. Windows color (decimal): -6325013 or 15432863. OLE color: 15432863.
HSL color Cylindrical-coordinate representation of color #9F7CEB: hue angle of 258.92º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F7CEB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 124 | 235 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.08 |
| HSL | 258.92º | 0.74% | 0.7% | - |
| HSV(B) | 258.92º | 0.47% | 0.92% | - |
| XYZ | 36.5 | 27.78 | 82.04 | - |
| YUV | 147.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 235 | 0.32 | 0.47 | 0 | 0.08 | 258.92 | 0.74 | 0.7 |
| Hex | 9F | 7C | EB | 20 | 2F | 0 | 8 | 103 | 4A | 46 |
| Octal | 237 | 174 | 353 | 40 | 57 | 0 | 10 | 403 | 112 | 106 |
| Binary | 10011111 | 1111100 | 11101011 | 100000 | 101111 | 0 | 1000 | 100000011 | 1001010 | 1000110 |
Color Harmonies of #9F7CEB
Complementary color
Monochromatic Colors of #9F7CEB
Black with #9F7CEB
Text Example
Text Example
White with #9F7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7CEB; }
p { color: rgb(159,124,235); }
H1.HeaderClassName
{
color: #9F7CEB;
}
.AnyTagClassName
{
color: #9F7CEB;
}
</style>
background-color css
<style>
a { background-color: #9F7CEB; }
a { background-color: rgb(159,124,235); }
div.DivClassName
{
background-color: #9F7CEB;
}
.BgClassName
{
background-color: #9F7CEB;
}
</style>
border-color css
<style>
span { border-color: #9F7CEB; }
span { border-color: rgb(159,124,235); }
td.TdClassName
{
border-color: #9F7CEB;
}
.TagClassName
{
border-color: #9F7CEB;
}
</style>