Shades of Medium Purple #9370D9
Tints of Medium Purple #9370D9
RGB
CMYK
RGB Variations
Color information
#9370D9 (or 0x9370D9) is known color: Medium Purple. HEX triplet: 93, 70 and D9. RGB value is (147,112,217). Sum of RGB (Red+Green+Blue) = 147+112+217=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #9370D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370D9 is #6C8F26. Grayscale: #868686. Windows color (decimal): -7114535 or 14250131. OLE color: 14250131.
HSL color Cylindrical-coordinate representation of color #9370D9: hue angle of 260º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9370D9 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 112 | 217 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.15 |
| HSL | 260º | 0.58% | 0.65% | - |
| HSV(B) | 260º | 0.48% | 0.85% | - |
| XYZ | 30.35 | 22.8 | 68.45 | - |
| YUV | 134.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 217 | 0.32 | 0.48 | 0 | 0.15 | 260 | 0.58 | 0.65 |
| Hex | 93 | 70 | D9 | 20 | 30 | 0 | F | 104 | 3A | 41 |
| Octal | 223 | 160 | 331 | 40 | 60 | 0 | 17 | 404 | 72 | 101 |
| Binary | 10010011 | 1110000 | 11011001 | 100000 | 110000 | 0 | 1111 | 100000100 | 111010 | 1000001 |
Color Harmonies of #9370D9
Complementary color
Monochromatic Colors of #9370D9
Black with #9370D9
Text Example
Text Example
White with #9370D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370D9; }
p { color: rgb(147,112,217); }
H1.HeaderClassName
{
color: #9370D9;
}
.AnyTagClassName
{
color: #9370D9;
}
</style>
background-color css
<style>
a { background-color: #9370D9; }
a { background-color: rgb(147,112,217); }
div.DivClassName
{
background-color: #9370D9;
}
.BgClassName
{
background-color: #9370D9;
}
</style>
border-color css
<style>
span { border-color: #9370D9; }
span { border-color: rgb(147,112,217); }
td.TdClassName
{
border-color: #9370D9;
}
.TagClassName
{
border-color: #9370D9;
}
</style>