Shades of Medium Purple #9F7AEA
Tints of Medium Purple #9F7AEA
RGB
CMYK
RGB Variations
Color information
#9F7AEA (or 0x9F7AEA) is known color: Medium Purple. HEX triplet: 9F, 7A and EA. RGB value is (159,122,234). Sum of RGB (Red+Green+Blue) = 159+122+234=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F7AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7AEA is #608515. Grayscale: #919191. Windows color (decimal): -6325526 or 15366815. OLE color: 15366815.
HSL color Cylindrical-coordinate representation of color #9F7AEA: hue angle of 259.82º 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 #9F7AEA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 122 | 234 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.08 |
| HSL | 259.82º | 0.73% | 0.7% | - |
| HSV(B) | 259.82º | 0.48% | 0.92% | - |
| XYZ | 36.11 | 27.23 | 81.19 | - |
| YUV | 145.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 234 | 0.32 | 0.48 | 0 | 0.08 | 259.82 | 0.73 | 0.7 |
| Hex | 9F | 7A | EA | 20 | 30 | 0 | 8 | 104 | 49 | 46 |
| Octal | 237 | 172 | 352 | 40 | 60 | 0 | 10 | 404 | 111 | 106 |
| Binary | 10011111 | 1111010 | 11101010 | 100000 | 110000 | 0 | 1000 | 100000100 | 1001001 | 1000110 |
Color Harmonies of #9F7AEA
Complementary color
Monochromatic Colors of #9F7AEA
Black with #9F7AEA
Text Example
Text Example
White with #9F7AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7AEA; }
p { color: rgb(159,122,234); }
H1.HeaderClassName
{
color: #9F7AEA;
}
.AnyTagClassName
{
color: #9F7AEA;
}
</style>
background-color css
<style>
a { background-color: #9F7AEA; }
a { background-color: rgb(159,122,234); }
div.DivClassName
{
background-color: #9F7AEA;
}
.BgClassName
{
background-color: #9F7AEA;
}
</style>
border-color css
<style>
span { border-color: #9F7AEA; }
span { border-color: rgb(159,122,234); }
td.TdClassName
{
border-color: #9F7AEA;
}
.TagClassName
{
border-color: #9F7AEA;
}
</style>