Shades of Medium Purple #9570DF
Tints of Medium Purple #9570DF
RGB
CMYK
RGB Variations
Color information
#9570DF (or 0x9570DF) is known color: Medium Purple. HEX triplet: 95, 70 and DF. RGB value is (149,112,223). Sum of RGB (Red+Green+Blue) = 149+112+223=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9570DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570DF is #6A8F20. Grayscale: #878787. Windows color (decimal): -6983457 or 14643349. OLE color: 14643349.
HSL color Cylindrical-coordinate representation of color #9570DF: hue angle of 260º 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 #9570DF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 112 | 223 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.13 |
| HSL | 260º | 0.63% | 0.66% | - |
| HSV(B) | 260º | 0.5% | 0.87% | - |
| XYZ | 31.51 | 23.31 | 72.65 | - |
| YUV | 135.72 | 177.26 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 223 | 0.33 | 0.50 | 0 | 0.13 | 260 | 0.63 | 0.66 |
| Hex | 95 | 70 | DF | 21 | 32 | 0 | D | 104 | 3F | 42 |
| Octal | 225 | 160 | 337 | 41 | 62 | 0 | 15 | 404 | 77 | 102 |
| Binary | 10010101 | 1110000 | 11011111 | 100001 | 110010 | 0 | 1101 | 100000100 | 111111 | 1000010 |
Color Harmonies of #9570DF
Complementary color
Monochromatic Colors of #9570DF
Black with #9570DF
Text Example
Text Example
White with #9570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570DF; }
p { color: rgb(149,112,223); }
H1.HeaderClassName
{
color: #9570DF;
}
.AnyTagClassName
{
color: #9570DF;
}
</style>
background-color css
<style>
a { background-color: #9570DF; }
a { background-color: rgb(149,112,223); }
div.DivClassName
{
background-color: #9570DF;
}
.BgClassName
{
background-color: #9570DF;
}
</style>
border-color css
<style>
span { border-color: #9570DF; }
span { border-color: rgb(149,112,223); }
td.TdClassName
{
border-color: #9570DF;
}
.TagClassName
{
border-color: #9570DF;
}
</style>