Shades of Medium Purple #9A70DD
Tints of Medium Purple #9A70DD
RGB
CMYK
RGB Variations
Color information
#9A70DD (or 0x9A70DD) is known color: Medium Purple. HEX triplet: 9A, 70 and DD. RGB value is (154,112,221). Sum of RGB (Red+Green+Blue) = 154+112+221=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A70DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70DD is #658F22. Grayscale: #888888. Windows color (decimal): -6655779 or 14512282. OLE color: 14512282.
HSL color Cylindrical-coordinate representation of color #9A70DD: hue angle of 263.12º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A70DD is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 112 | 221 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.13 |
| HSL | 263.12º | 0.62% | 0.65% | - |
| HSV(B) | 263.12º | 0.49% | 0.87% | - |
| XYZ | 32.17 | 23.68 | 71.28 | - |
| YUV | 136.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 221 | 0.30 | 0.49 | 0 | 0.13 | 263.12 | 0.62 | 0.65 |
| Hex | 9A | 70 | DD | 1E | 31 | 0 | D | 107 | 3E | 41 |
| Octal | 232 | 160 | 335 | 36 | 61 | 0 | 15 | 407 | 76 | 101 |
| Binary | 10011010 | 1110000 | 11011101 | 11110 | 110001 | 0 | 1101 | 100000111 | 111110 | 1000001 |
Color Harmonies of #9A70DD
Complementary color
Monochromatic Colors of #9A70DD
Black with #9A70DD
Text Example
Text Example
White with #9A70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70DD; }
p { color: rgb(154,112,221); }
H1.HeaderClassName
{
color: #9A70DD;
}
.AnyTagClassName
{
color: #9A70DD;
}
</style>
background-color css
<style>
a { background-color: #9A70DD; }
a { background-color: rgb(154,112,221); }
div.DivClassName
{
background-color: #9A70DD;
}
.BgClassName
{
background-color: #9A70DD;
}
</style>
border-color css
<style>
span { border-color: #9A70DD; }
span { border-color: rgb(154,112,221); }
td.TdClassName
{
border-color: #9A70DD;
}
.TagClassName
{
border-color: #9A70DD;
}
</style>