Shades of Medium Purple #9370D5
Tints of Medium Purple #9370D5
RGB
CMYK
RGB Variations
Color information
#9370D5 (or 0x9370D5) is known color: Medium Purple. HEX triplet: 93, 70 and D5. RGB value is (147,112,213). Sum of RGB (Red+Green+Blue) = 147+112+213=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #9370D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370D5 is #6C8F2A. Grayscale: #858585. Windows color (decimal): -7114539 or 13987987. OLE color: 13987987.
HSL color Cylindrical-coordinate representation of color #9370D5: hue angle of 260.79º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9370D5 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 112 | 213 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.16 |
| HSL | 260.79º | 0.55% | 0.64% | - |
| HSV(B) | 260.79º | 0.47% | 0.84% | - |
| XYZ | 29.84 | 22.6 | 65.74 | - |
| YUV | 133.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 213 | 0.31 | 0.47 | 0 | 0.16 | 260.79 | 0.55 | 0.64 |
| Hex | 93 | 70 | D5 | 1F | 2F | 0 | 10 | 105 | 37 | 40 |
| Octal | 223 | 160 | 325 | 37 | 57 | 0 | 20 | 405 | 67 | 100 |
| Binary | 10010011 | 1110000 | 11010101 | 11111 | 101111 | 0 | 10000 | 100000101 | 110111 | 1000000 |
Color Harmonies of #9370D5
Complementary color
Monochromatic Colors of #9370D5
Black with #9370D5
Text Example
Text Example
White with #9370D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370D5; }
p { color: rgb(147,112,213); }
H1.HeaderClassName
{
color: #9370D5;
}
.AnyTagClassName
{
color: #9370D5;
}
</style>
background-color css
<style>
a { background-color: #9370D5; }
a { background-color: rgb(147,112,213); }
div.DivClassName
{
background-color: #9370D5;
}
.BgClassName
{
background-color: #9370D5;
}
</style>
border-color css
<style>
span { border-color: #9370D5; }
span { border-color: rgb(147,112,213); }
td.TdClassName
{
border-color: #9370D5;
}
.TagClassName
{
border-color: #9370D5;
}
</style>