Shades of Medium Purple #9A70E7
Tints of Medium Purple #9A70E7
RGB
CMYK
RGB Variations
Color information
#9A70E7 (or 0x9A70E7) is known color: Medium Purple. HEX triplet: 9A, 70 and E7. RGB value is (154,112,231). Sum of RGB (Red+Green+Blue) = 154+112+231=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A70E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A70E7 is #658F18. Grayscale: #898989. Windows color (decimal): -6655769 or 15167642. OLE color: 15167642.
HSL color Cylindrical-coordinate representation of color #9A70E7: hue angle of 261.18º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A70E7 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 112 | 231 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.09 |
| HSL | 261.18º | 0.71% | 0.67% | - |
| HSV(B) | 261.18º | 0.52% | 0.91% | - |
| XYZ | 33.54 | 24.23 | 78.51 | - |
| YUV | 138.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 231 | 0.33 | 0.52 | 0 | 0.09 | 261.18 | 0.71 | 0.67 |
| Hex | 9A | 70 | E7 | 21 | 34 | 0 | 9 | 105 | 47 | 43 |
| Octal | 232 | 160 | 347 | 41 | 64 | 0 | 11 | 405 | 107 | 103 |
| Binary | 10011010 | 1110000 | 11100111 | 100001 | 110100 | 0 | 1001 | 100000101 | 1000111 | 1000011 |
Color Harmonies of #9A70E7
Complementary color
Monochromatic Colors of #9A70E7
Black with #9A70E7
Text Example
Text Example
White with #9A70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70E7; }
p { color: rgb(154,112,231); }
H1.HeaderClassName
{
color: #9A70E7;
}
.AnyTagClassName
{
color: #9A70E7;
}
</style>
background-color css
<style>
a { background-color: #9A70E7; }
a { background-color: rgb(154,112,231); }
div.DivClassName
{
background-color: #9A70E7;
}
.BgClassName
{
background-color: #9A70E7;
}
</style>
border-color css
<style>
span { border-color: #9A70E7; }
span { border-color: rgb(154,112,231); }
td.TdClassName
{
border-color: #9A70E7;
}
.TagClassName
{
border-color: #9A70E7;
}
</style>