Shades of Medium Purple #9F70EA
Tints of Medium Purple #9F70EA
RGB
CMYK
RGB Variations
Color information
#9F70EA (or 0x9F70EA) is known color: Medium Purple. HEX triplet: 9F, 70 and EA. RGB value is (159,112,234). Sum of RGB (Red+Green+Blue) = 159+112+234=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F70EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F70EA is #608F15. Grayscale: #8B8B8B. Windows color (decimal): -6328086 or 15364255. OLE color: 15364255.
HSL color Cylindrical-coordinate representation of color #9F70EA: hue angle of 263.11º degrees, saturation: 0.74, 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 #9F70EA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 112 | 234 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.08 |
| HSL | 263.11º | 0.74% | 0.68% | - |
| HSV(B) | 263.11º | 0.52% | 0.92% | - |
| XYZ | 34.94 | 24.9 | 80.81 | - |
| YUV | 139.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 234 | 0.32 | 0.52 | 0 | 0.08 | 263.11 | 0.74 | 0.68 |
| Hex | 9F | 70 | EA | 20 | 34 | 0 | 8 | 107 | 4A | 44 |
| Octal | 237 | 160 | 352 | 40 | 64 | 0 | 10 | 407 | 112 | 104 |
| Binary | 10011111 | 1110000 | 11101010 | 100000 | 110100 | 0 | 1000 | 100000111 | 1001010 | 1000100 |
Color Harmonies of #9F70EA
Complementary color
Monochromatic Colors of #9F70EA
Black with #9F70EA
Text Example
Text Example
White with #9F70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70EA; }
p { color: rgb(159,112,234); }
H1.HeaderClassName
{
color: #9F70EA;
}
.AnyTagClassName
{
color: #9F70EA;
}
</style>
background-color css
<style>
a { background-color: #9F70EA; }
a { background-color: rgb(159,112,234); }
div.DivClassName
{
background-color: #9F70EA;
}
.BgClassName
{
background-color: #9F70EA;
}
</style>
border-color css
<style>
span { border-color: #9F70EA; }
span { border-color: rgb(159,112,234); }
td.TdClassName
{
border-color: #9F70EA;
}
.TagClassName
{
border-color: #9F70EA;
}
</style>