Shades of Medium Purple #9370DD
Tints of Medium Purple #9370DD
RGB
CMYK
RGB Variations
Color information
#9370DD (or 0x9370DD) is known color: Medium Purple. HEX triplet: 93, 70 and DD. RGB value is (147,112,221). Sum of RGB (Red+Green+Blue) = 147+112+221=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #9370DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370DD is #6C8F22. Grayscale: #868686. Windows color (decimal): -7114531 or 14512275. OLE color: 14512275.
HSL color Cylindrical-coordinate representation of color #9370DD: hue angle of 259.27º degrees, saturation: 0.62, 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 #9370DD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 112 | 221 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.13 |
| HSL | 259.27º | 0.62% | 0.65% | - |
| HSV(B) | 259.27º | 0.49% | 0.87% | - |
| XYZ | 30.88 | 23.01 | 71.22 | - |
| YUV | 134.89 | 176.6 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 221 | 0.33 | 0.49 | 0 | 0.13 | 259.27 | 0.62 | 0.65 |
| Hex | 93 | 70 | DD | 21 | 31 | 0 | D | 103 | 3E | 41 |
| Octal | 223 | 160 | 335 | 41 | 61 | 0 | 15 | 403 | 76 | 101 |
| Binary | 10010011 | 1110000 | 11011101 | 100001 | 110001 | 0 | 1101 | 100000011 | 111110 | 1000001 |
Color Harmonies of #9370DD
Complementary color
Monochromatic Colors of #9370DD
Black with #9370DD
Text Example
Text Example
White with #9370DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370DD; }
p { color: rgb(147,112,221); }
H1.HeaderClassName
{
color: #9370DD;
}
.AnyTagClassName
{
color: #9370DD;
}
</style>
background-color css
<style>
a { background-color: #9370DD; }
a { background-color: rgb(147,112,221); }
div.DivClassName
{
background-color: #9370DD;
}
.BgClassName
{
background-color: #9370DD;
}
</style>
border-color css
<style>
span { border-color: #9370DD; }
span { border-color: rgb(147,112,221); }
td.TdClassName
{
border-color: #9370DD;
}
.TagClassName
{
border-color: #9370DD;
}
</style>