Shades of Medium Purple #9570DA
Tints of Medium Purple #9570DA
RGB
CMYK
RGB Variations
Color information
#9570DA (or 0x9570DA) is known color: Medium Purple. HEX triplet: 95, 70 and DA. RGB value is (149,112,218). Sum of RGB (Red+Green+Blue) = 149+112+218=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #9570DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570DA is #6A8F25. Grayscale: #868686. Windows color (decimal): -6983462 or 14315669. OLE color: 14315669.
HSL color Cylindrical-coordinate representation of color #9570DA: hue angle of 260.94º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9570DA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 112 | 218 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.15 |
| HSL | 260.94º | 0.59% | 0.65% | - |
| HSV(B) | 260.94º | 0.49% | 0.85% | - |
| XYZ | 30.84 | 23.04 | 69.15 | - |
| YUV | 135.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 218 | 0.32 | 0.49 | 0 | 0.15 | 260.94 | 0.59 | 0.65 |
| Hex | 95 | 70 | DA | 20 | 31 | 0 | F | 105 | 3B | 41 |
| Octal | 225 | 160 | 332 | 40 | 61 | 0 | 17 | 405 | 73 | 101 |
| Binary | 10010101 | 1110000 | 11011010 | 100000 | 110001 | 0 | 1111 | 100000101 | 111011 | 1000001 |
Color Harmonies of #9570DA
Complementary color
Monochromatic Colors of #9570DA
Black with #9570DA
Text Example
Text Example
White with #9570DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570DA; }
p { color: rgb(149,112,218); }
H1.HeaderClassName
{
color: #9570DA;
}
.AnyTagClassName
{
color: #9570DA;
}
</style>
background-color css
<style>
a { background-color: #9570DA; }
a { background-color: rgb(149,112,218); }
div.DivClassName
{
background-color: #9570DA;
}
.BgClassName
{
background-color: #9570DA;
}
</style>
border-color css
<style>
span { border-color: #9570DA; }
span { border-color: rgb(149,112,218); }
td.TdClassName
{
border-color: #9570DA;
}
.TagClassName
{
border-color: #9570DA;
}
</style>