Shades of Medium Purple #9571DC
Tints of Medium Purple #9571DC
RGB
CMYK
RGB Variations
Color information
#9571DC (or 0x9571DC) is known color: Medium Purple. HEX triplet: 95, 71 and DC. RGB value is (149,113,220). Sum of RGB (Red+Green+Blue) = 149+113+220=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9571DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571DC is #6A8E23. Grayscale: #878787. Windows color (decimal): -6983204 or 14446997. OLE color: 14446997.
HSL color Cylindrical-coordinate representation of color #9571DC: hue angle of 260.19º 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 #9571DC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 113 | 220 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.14 |
| HSL | 260.19º | 0.6% | 0.65% | - |
| HSV(B) | 260.19º | 0.49% | 0.86% | - |
| XYZ | 31.22 | 23.37 | 70.58 | - |
| YUV | 135.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 220 | 0.32 | 0.49 | 0 | 0.14 | 260.19 | 0.6 | 0.65 |
| Hex | 95 | 71 | DC | 20 | 31 | 0 | E | 104 | 3C | 41 |
| Octal | 225 | 161 | 334 | 40 | 61 | 0 | 16 | 404 | 74 | 101 |
| Binary | 10010101 | 1110001 | 11011100 | 100000 | 110001 | 0 | 1110 | 100000100 | 111100 | 1000001 |
Color Harmonies of #9571DC
Complementary color
Monochromatic Colors of #9571DC
Black with #9571DC
Text Example
Text Example
White with #9571DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9571DC; }
p { color: rgb(149,113,220); }
H1.HeaderClassName
{
color: #9571DC;
}
.AnyTagClassName
{
color: #9571DC;
}
</style>
background-color css
<style>
a { background-color: #9571DC; }
a { background-color: rgb(149,113,220); }
div.DivClassName
{
background-color: #9571DC;
}
.BgClassName
{
background-color: #9571DC;
}
</style>
border-color css
<style>
span { border-color: #9571DC; }
span { border-color: rgb(149,113,220); }
td.TdClassName
{
border-color: #9571DC;
}
.TagClassName
{
border-color: #9571DC;
}
</style>