Shades of Medium Purple #9370D4
Tints of Medium Purple #9370D4
RGB
CMYK
RGB Variations
Color information
#9370D4 (or 0x9370D4) is known color: Medium Purple. HEX triplet: 93, 70 and D4. RGB value is (147,112,212). Sum of RGB (Red+Green+Blue) = 147+112+212=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #9370D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370D4 is #6C8F2B. Grayscale: #858585. Windows color (decimal): -7114540 or 13922451. OLE color: 13922451.
HSL color Cylindrical-coordinate representation of color #9370D4: hue angle of 261º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9370D4 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 112 | 212 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.17 |
| HSL | 261º | 0.54% | 0.64% | - |
| HSV(B) | 261º | 0.47% | 0.83% | - |
| XYZ | 29.71 | 22.54 | 65.07 | - |
| YUV | 133.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 212 | 0.31 | 0.47 | 0 | 0.17 | 261 | 0.54 | 0.64 |
| Hex | 93 | 70 | D4 | 1F | 2F | 0 | 11 | 105 | 36 | 40 |
| Octal | 223 | 160 | 324 | 37 | 57 | 0 | 21 | 405 | 66 | 100 |
| Binary | 10010011 | 1110000 | 11010100 | 11111 | 101111 | 0 | 10001 | 100000101 | 110110 | 1000000 |
Color Harmonies of #9370D4
Complementary color
Monochromatic Colors of #9370D4
Black with #9370D4
Text Example
Text Example
White with #9370D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370D4; }
p { color: rgb(147,112,212); }
H1.HeaderClassName
{
color: #9370D4;
}
.AnyTagClassName
{
color: #9370D4;
}
</style>
background-color css
<style>
a { background-color: #9370D4; }
a { background-color: rgb(147,112,212); }
div.DivClassName
{
background-color: #9370D4;
}
.BgClassName
{
background-color: #9370D4;
}
</style>
border-color css
<style>
span { border-color: #9370D4; }
span { border-color: rgb(147,112,212); }
td.TdClassName
{
border-color: #9370D4;
}
.TagClassName
{
border-color: #9370D4;
}
</style>