Shades of Medium Purple #9378DD
Tints of Medium Purple #9378DD
RGB
CMYK
RGB Variations
Color information
#9378DD (or 0x9378DD) is known color: Medium Purple. HEX triplet: 93, 78 and DD. RGB value is (147,120,221). Sum of RGB (Red+Green+Blue) = 147+120+221=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9378DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378DD is #6C8722. Grayscale: #8B8B8B. Windows color (decimal): -7112483 or 14514323. OLE color: 14514323.
HSL color Cylindrical-coordinate representation of color #9378DD: hue angle of 256.04º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9378DD is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 120 | 221 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.13 |
| HSL | 256.04º | 0.6% | 0.67% | - |
| HSV(B) | 256.04º | 0.46% | 0.87% | - |
| XYZ | 31.8 | 24.86 | 71.53 | - |
| YUV | 139.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 221 | 0.33 | 0.46 | 0 | 0.13 | 256.04 | 0.6 | 0.67 |
| Hex | 93 | 78 | DD | 21 | 2E | 0 | D | 100 | 3C | 43 |
| Octal | 223 | 170 | 335 | 41 | 56 | 0 | 15 | 400 | 74 | 103 |
| Binary | 10010011 | 1111000 | 11011101 | 100001 | 101110 | 0 | 1101 | 100000000 | 111100 | 1000011 |
Color Harmonies of #9378DD
Complementary color
Monochromatic Colors of #9378DD
Black with #9378DD
Text Example
Text Example
White with #9378DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378DD; }
p { color: rgb(147,120,221); }
H1.HeaderClassName
{
color: #9378DD;
}
.AnyTagClassName
{
color: #9378DD;
}
</style>
background-color css
<style>
a { background-color: #9378DD; }
a { background-color: rgb(147,120,221); }
div.DivClassName
{
background-color: #9378DD;
}
.BgClassName
{
background-color: #9378DD;
}
</style>
border-color css
<style>
span { border-color: #9378DD; }
span { border-color: rgb(147,120,221); }
td.TdClassName
{
border-color: #9378DD;
}
.TagClassName
{
border-color: #9378DD;
}
</style>