Shades of Medium Purple #9A70DB
Tints of Medium Purple #9A70DB
RGB
CMYK
RGB Variations
Color information
#9A70DB (or 0x9A70DB) is known color: Medium Purple. HEX triplet: 9A, 70 and DB. RGB value is (154,112,219). Sum of RGB (Red+Green+Blue) = 154+112+219=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70DB is #658F24. Grayscale: #888888. Windows color (decimal): -6655781 or 14381210. OLE color: 14381210.
HSL color Cylindrical-coordinate representation of color #9A70DB: hue angle of 263.55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A70DB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 112 | 219 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.14 |
| HSL | 263.55º | 0.6% | 0.65% | - |
| HSV(B) | 263.55º | 0.49% | 0.86% | - |
| XYZ | 31.91 | 23.57 | 69.89 | - |
| YUV | 136.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 219 | 0.30 | 0.49 | 0 | 0.14 | 263.55 | 0.6 | 0.65 |
| Hex | 9A | 70 | DB | 1E | 31 | 0 | E | 108 | 3C | 41 |
| Octal | 232 | 160 | 333 | 36 | 61 | 0 | 16 | 410 | 74 | 101 |
| Binary | 10011010 | 1110000 | 11011011 | 11110 | 110001 | 0 | 1110 | 100001000 | 111100 | 1000001 |
Color Harmonies of #9A70DB
Complementary color
Monochromatic Colors of #9A70DB
Black with #9A70DB
Text Example
Text Example
White with #9A70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70DB; }
p { color: rgb(154,112,219); }
H1.HeaderClassName
{
color: #9A70DB;
}
.AnyTagClassName
{
color: #9A70DB;
}
</style>
background-color css
<style>
a { background-color: #9A70DB; }
a { background-color: rgb(154,112,219); }
div.DivClassName
{
background-color: #9A70DB;
}
.BgClassName
{
background-color: #9A70DB;
}
</style>
border-color css
<style>
span { border-color: #9A70DB; }
span { border-color: rgb(154,112,219); }
td.TdClassName
{
border-color: #9A70DB;
}
.TagClassName
{
border-color: #9A70DB;
}
</style>