Shades of Medium Purple #9371DD
Tints of Medium Purple #9371DD
RGB
CMYK
RGB Variations
Color information
#9371DD (or 0x9371DD) is known color: Medium Purple. HEX triplet: 93, 71 and DD. RGB value is (147,113,221). Sum of RGB (Red+Green+Blue) = 147+113+221=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #9371DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371DD is #6C8E22. Grayscale: #878787. Windows color (decimal): -7114275 or 14512531. OLE color: 14512531.
HSL color Cylindrical-coordinate representation of color #9371DD: hue angle of 258.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9371DD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 113 | 221 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.13 |
| HSL | 258.89º | 0.61% | 0.65% | - |
| HSV(B) | 258.89º | 0.49% | 0.87% | - |
| XYZ | 30.99 | 23.23 | 71.26 | - |
| YUV | 135.48 | 176.26 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 221 | 0.33 | 0.49 | 0 | 0.13 | 258.89 | 0.61 | 0.65 |
| Hex | 93 | 71 | DD | 21 | 31 | 0 | D | 103 | 3D | 41 |
| Octal | 223 | 161 | 335 | 41 | 61 | 0 | 15 | 403 | 75 | 101 |
| Binary | 10010011 | 1110001 | 11011101 | 100001 | 110001 | 0 | 1101 | 100000011 | 111101 | 1000001 |
Color Harmonies of #9371DD
Complementary color
Monochromatic Colors of #9371DD
Black with #9371DD
Text Example
Text Example
White with #9371DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9371DD; }
p { color: rgb(147,113,221); }
H1.HeaderClassName
{
color: #9371DD;
}
.AnyTagClassName
{
color: #9371DD;
}
</style>
background-color css
<style>
a { background-color: #9371DD; }
a { background-color: rgb(147,113,221); }
div.DivClassName
{
background-color: #9371DD;
}
.BgClassName
{
background-color: #9371DD;
}
</style>
border-color css
<style>
span { border-color: #9371DD; }
span { border-color: rgb(147,113,221); }
td.TdClassName
{
border-color: #9371DD;
}
.TagClassName
{
border-color: #9371DD;
}
</style>