Shades of Medium Purple #9570DB
Tints of Medium Purple #9570DB
RGB
CMYK
RGB Variations
Color information
#9570DB (or 0x9570DB) is known color: Medium Purple. HEX triplet: 95, 70 and DB. RGB value is (149,112,219). Sum of RGB (Red+Green+Blue) = 149+112+219=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9570DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570DB is #6A8F24. Grayscale: #868686. Windows color (decimal): -6983461 or 14381205. OLE color: 14381205.
HSL color Cylindrical-coordinate representation of color #9570DB: hue angle of 260.75º 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 #9570DB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 112 | 219 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.14 |
| HSL | 260.75º | 0.6% | 0.65% | - |
| HSV(B) | 260.75º | 0.49% | 0.86% | - |
| XYZ | 30.97 | 23.09 | 69.84 | - |
| YUV | 135.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 219 | 0.32 | 0.49 | 0 | 0.14 | 260.75 | 0.6 | 0.65 |
| Hex | 95 | 70 | DB | 20 | 31 | 0 | E | 105 | 3C | 41 |
| Octal | 225 | 160 | 333 | 40 | 61 | 0 | 16 | 405 | 74 | 101 |
| Binary | 10010101 | 1110000 | 11011011 | 100000 | 110001 | 0 | 1110 | 100000101 | 111100 | 1000001 |
Color Harmonies of #9570DB
Complementary color
Monochromatic Colors of #9570DB
Black with #9570DB
Text Example
Text Example
White with #9570DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570DB; }
p { color: rgb(149,112,219); }
H1.HeaderClassName
{
color: #9570DB;
}
.AnyTagClassName
{
color: #9570DB;
}
</style>
background-color css
<style>
a { background-color: #9570DB; }
a { background-color: rgb(149,112,219); }
div.DivClassName
{
background-color: #9570DB;
}
.BgClassName
{
background-color: #9570DB;
}
</style>
border-color css
<style>
span { border-color: #9570DB; }
span { border-color: rgb(149,112,219); }
td.TdClassName
{
border-color: #9570DB;
}
.TagClassName
{
border-color: #9570DB;
}
</style>