Shades of Medium Purple #9F79EA
Tints of Medium Purple #9F79EA
RGB
CMYK
RGB Variations
Color information
#9F79EA (or 0x9F79EA) is known color: Medium Purple. HEX triplet: 9F, 79 and EA. RGB value is (159,121,234). Sum of RGB (Red+Green+Blue) = 159+121+234=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F79EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F79EA is #608615. Grayscale: #909090. Windows color (decimal): -6325782 or 15366559. OLE color: 15366559.
HSL color Cylindrical-coordinate representation of color #9F79EA: hue angle of 260.18º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F79EA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 121 | 234 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.08 |
| HSL | 260.18º | 0.73% | 0.7% | - |
| HSV(B) | 260.18º | 0.48% | 0.92% | - |
| XYZ | 35.99 | 26.99 | 81.15 | - |
| YUV | 145.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 234 | 0.32 | 0.48 | 0 | 0.08 | 260.18 | 0.73 | 0.7 |
| Hex | 9F | 79 | EA | 20 | 30 | 0 | 8 | 104 | 49 | 46 |
| Octal | 237 | 171 | 352 | 40 | 60 | 0 | 10 | 404 | 111 | 106 |
| Binary | 10011111 | 1111001 | 11101010 | 100000 | 110000 | 0 | 1000 | 100000100 | 1001001 | 1000110 |
Color Harmonies of #9F79EA
Complementary color
Monochromatic Colors of #9F79EA
Black with #9F79EA
Text Example
Text Example
White with #9F79EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F79EA; }
p { color: rgb(159,121,234); }
H1.HeaderClassName
{
color: #9F79EA;
}
.AnyTagClassName
{
color: #9F79EA;
}
</style>
background-color css
<style>
a { background-color: #9F79EA; }
a { background-color: rgb(159,121,234); }
div.DivClassName
{
background-color: #9F79EA;
}
.BgClassName
{
background-color: #9F79EA;
}
</style>
border-color css
<style>
span { border-color: #9F79EA; }
span { border-color: rgb(159,121,234); }
td.TdClassName
{
border-color: #9F79EA;
}
.TagClassName
{
border-color: #9F79EA;
}
</style>