Shades of Medium Purple #9571D0
Tints of Medium Purple #9571D0
RGB
CMYK
RGB Variations
Color information
#9571D0 (or 0x9571D0) is known color: Medium Purple. HEX triplet: 95, 71 and D0. RGB value is (149,113,208). Sum of RGB (Red+Green+Blue) = 149+113+208=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #9571D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571D0 is #6A8E2F. Grayscale: #868686. Windows color (decimal): -6983216 or 13660565. OLE color: 13660565.
HSL color Cylindrical-coordinate representation of color #9571D0: hue angle of 262.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9571D0 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 113 | 208 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.18 |
| HSL | 262.74º | 0.5% | 0.63% | - |
| HSV(B) | 262.74º | 0.46% | 0.82% | - |
| XYZ | 29.68 | 22.75 | 62.5 | - |
| YUV | 134.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 208 | 0.28 | 0.46 | 0 | 0.18 | 262.74 | 0.5 | 0.63 |
| Hex | 95 | 71 | D0 | 1C | 2E | 0 | 12 | 107 | 32 | 3F |
| Octal | 225 | 161 | 320 | 34 | 56 | 0 | 22 | 407 | 62 | 77 |
| Binary | 10010101 | 1110001 | 11010000 | 11100 | 101110 | 0 | 10010 | 100000111 | 110010 | 111111 |
Color Harmonies of #9571D0
Complementary color
Monochromatic Colors of #9571D0
Black with #9571D0
Text Example
Text Example
White with #9571D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9571D0; }
p { color: rgb(149,113,208); }
H1.HeaderClassName
{
color: #9571D0;
}
.AnyTagClassName
{
color: #9571D0;
}
</style>
background-color css
<style>
a { background-color: #9571D0; }
a { background-color: rgb(149,113,208); }
div.DivClassName
{
background-color: #9571D0;
}
.BgClassName
{
background-color: #9571D0;
}
</style>
border-color css
<style>
span { border-color: #9571D0; }
span { border-color: rgb(149,113,208); }
td.TdClassName
{
border-color: #9571D0;
}
.TagClassName
{
border-color: #9571D0;
}
</style>