Shades of Medium Purple #9A70DF
Tints of Medium Purple #9A70DF
RGB
CMYK
RGB Variations
Color information
#9A70DF (or 0x9A70DF) is known color: Medium Purple. HEX triplet: 9A, 70 and DF. RGB value is (154,112,223). Sum of RGB (Red+Green+Blue) = 154+112+223=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70DF is #658F20. Grayscale: #888888. Windows color (decimal): -6655777 or 14643354. OLE color: 14643354.
HSL color Cylindrical-coordinate representation of color #9A70DF: hue angle of 262.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A70DF is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 112 | 223 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.13 |
| HSL | 262.7º | 0.63% | 0.66% | - |
| HSV(B) | 262.7º | 0.5% | 0.87% | - |
| XYZ | 32.44 | 23.79 | 72.69 | - |
| YUV | 137.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 223 | 0.31 | 0.50 | 0 | 0.13 | 262.7 | 0.63 | 0.66 |
| Hex | 9A | 70 | DF | 1F | 32 | 0 | D | 107 | 3F | 42 |
| Octal | 232 | 160 | 337 | 37 | 62 | 0 | 15 | 407 | 77 | 102 |
| Binary | 10011010 | 1110000 | 11011111 | 11111 | 110010 | 0 | 1101 | 100000111 | 111111 | 1000010 |
Color Harmonies of #9A70DF
Complementary color
Monochromatic Colors of #9A70DF
Black with #9A70DF
Text Example
Text Example
White with #9A70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70DF; }
p { color: rgb(154,112,223); }
H1.HeaderClassName
{
color: #9A70DF;
}
.AnyTagClassName
{
color: #9A70DF;
}
</style>
background-color css
<style>
a { background-color: #9A70DF; }
a { background-color: rgb(154,112,223); }
div.DivClassName
{
background-color: #9A70DF;
}
.BgClassName
{
background-color: #9A70DF;
}
</style>
border-color css
<style>
span { border-color: #9A70DF; }
span { border-color: rgb(154,112,223); }
td.TdClassName
{
border-color: #9A70DF;
}
.TagClassName
{
border-color: #9A70DF;
}
</style>