Shades of Medium Purple #9F70EB
Tints of Medium Purple #9F70EB
RGB
CMYK
RGB Variations
Color information
#9F70EB (or 0x9F70EB) is known color: Medium Purple. HEX triplet: 9F, 70 and EB. RGB value is (159,112,235). Sum of RGB (Red+Green+Blue) = 159+112+235=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F70EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F70EB is #608F14. Grayscale: #8B8B8B. Windows color (decimal): -6328085 or 15429791. OLE color: 15429791.
HSL color Cylindrical-coordinate representation of color #9F70EB: hue angle of 262.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F70EB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 112 | 235 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.08 |
| HSL | 262.93º | 0.75% | 0.68% | - |
| HSV(B) | 262.93º | 0.52% | 0.92% | - |
| XYZ | 35.09 | 24.96 | 81.57 | - |
| YUV | 140.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 235 | 0.32 | 0.52 | 0 | 0.08 | 262.93 | 0.75 | 0.68 |
| Hex | 9F | 70 | EB | 20 | 34 | 0 | 8 | 107 | 4B | 44 |
| Octal | 237 | 160 | 353 | 40 | 64 | 0 | 10 | 407 | 113 | 104 |
| Binary | 10011111 | 1110000 | 11101011 | 100000 | 110100 | 0 | 1000 | 100000111 | 1001011 | 1000100 |
Color Harmonies of #9F70EB
Complementary color
Monochromatic Colors of #9F70EB
Black with #9F70EB
Text Example
Text Example
White with #9F70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70EB; }
p { color: rgb(159,112,235); }
H1.HeaderClassName
{
color: #9F70EB;
}
.AnyTagClassName
{
color: #9F70EB;
}
</style>
background-color css
<style>
a { background-color: #9F70EB; }
a { background-color: rgb(159,112,235); }
div.DivClassName
{
background-color: #9F70EB;
}
.BgClassName
{
background-color: #9F70EB;
}
</style>
border-color css
<style>
span { border-color: #9F70EB; }
span { border-color: rgb(159,112,235); }
td.TdClassName
{
border-color: #9F70EB;
}
.TagClassName
{
border-color: #9F70EB;
}
</style>