Shades of Medium Purple #9A70D9
Tints of Medium Purple #9A70D9
RGB
CMYK
RGB Variations
Color information
#9A70D9 (or 0x9A70D9) is known color: Medium Purple. HEX triplet: 9A, 70 and D9. RGB value is (154,112,217). Sum of RGB (Red+Green+Blue) = 154+112+217=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A70D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70D9 is #658F26. Grayscale: #888888. Windows color (decimal): -6655783 or 14250138. OLE color: 14250138.
HSL color Cylindrical-coordinate representation of color #9A70D9: hue angle of 264º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A70D9 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 112 | 217 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.15 |
| HSL | 264º | 0.58% | 0.65% | - |
| HSV(B) | 264º | 0.48% | 0.85% | - |
| XYZ | 31.64 | 23.47 | 68.51 | - |
| YUV | 136.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 217 | 0.29 | 0.48 | 0 | 0.15 | 264 | 0.58 | 0.65 |
| Hex | 9A | 70 | D9 | 1D | 30 | 0 | F | 108 | 3A | 41 |
| Octal | 232 | 160 | 331 | 35 | 60 | 0 | 17 | 410 | 72 | 101 |
| Binary | 10011010 | 1110000 | 11011001 | 11101 | 110000 | 0 | 1111 | 100001000 | 111010 | 1000001 |
Color Harmonies of #9A70D9
Complementary color
Monochromatic Colors of #9A70D9
Black with #9A70D9
Text Example
Text Example
White with #9A70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70D9; }
p { color: rgb(154,112,217); }
H1.HeaderClassName
{
color: #9A70D9;
}
.AnyTagClassName
{
color: #9A70D9;
}
</style>
background-color css
<style>
a { background-color: #9A70D9; }
a { background-color: rgb(154,112,217); }
div.DivClassName
{
background-color: #9A70D9;
}
.BgClassName
{
background-color: #9A70D9;
}
</style>
border-color css
<style>
span { border-color: #9A70D9; }
span { border-color: rgb(154,112,217); }
td.TdClassName
{
border-color: #9A70D9;
}
.TagClassName
{
border-color: #9A70D9;
}
</style>