Shades of Medium Purple #9A70EC
Tints of Medium Purple #9A70EC
RGB
CMYK
RGB Variations
Color information
#9A70EC (or 0x9A70EC) is known color: Medium Purple. HEX triplet: 9A, 70 and EC. RGB value is (154,112,236). Sum of RGB (Red+Green+Blue) = 154+112+236=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A70EC is #658F13. Grayscale: #8A8A8A. Windows color (decimal): -6655764 or 15495322. OLE color: 15495322.
HSL color Cylindrical-coordinate representation of color #9A70EC: hue angle of 260.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A70EC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 112 | 236 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.07 |
| HSL | 260.32º | 0.77% | 0.68% | - |
| HSV(B) | 260.32º | 0.53% | 0.93% | - |
| XYZ | 34.26 | 24.51 | 82.28 | - |
| YUV | 138.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 236 | 0.35 | 0.53 | 0 | 0.07 | 260.32 | 0.77 | 0.68 |
| Hex | 9A | 70 | EC | 23 | 35 | 0 | 7 | 104 | 4D | 44 |
| Octal | 232 | 160 | 354 | 43 | 65 | 0 | 7 | 404 | 115 | 104 |
| Binary | 10011010 | 1110000 | 11101100 | 100011 | 110101 | 0 | 111 | 100000100 | 1001101 | 1000100 |
Color Harmonies of #9A70EC
Complementary color
Monochromatic Colors of #9A70EC
Black with #9A70EC
Text Example
Text Example
White with #9A70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70EC; }
p { color: rgb(154,112,236); }
H1.HeaderClassName
{
color: #9A70EC;
}
.AnyTagClassName
{
color: #9A70EC;
}
</style>
background-color css
<style>
a { background-color: #9A70EC; }
a { background-color: rgb(154,112,236); }
div.DivClassName
{
background-color: #9A70EC;
}
.BgClassName
{
background-color: #9A70EC;
}
</style>
border-color css
<style>
span { border-color: #9A70EC; }
span { border-color: rgb(154,112,236); }
td.TdClassName
{
border-color: #9A70EC;
}
.TagClassName
{
border-color: #9A70EC;
}
</style>