Shades of Medium Purple #9378DC
Tints of Medium Purple #9378DC
RGB
CMYK
RGB Variations
Color information
#9378DC (or 0x9378DC) is known color: Medium Purple. HEX triplet: 93, 78 and DC. RGB value is (147,120,220). Sum of RGB (Red+Green+Blue) = 147+120+220=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #9378DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378DC is #6C8723. Grayscale: #8B8B8B. Windows color (decimal): -7112484 or 14448787. OLE color: 14448787.
HSL color Cylindrical-coordinate representation of color #9378DC: hue angle of 256.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9378DC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 120 | 220 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.14 |
| HSL | 256.2º | 0.59% | 0.67% | - |
| HSV(B) | 256.2º | 0.45% | 0.86% | - |
| XYZ | 31.67 | 24.8 | 70.83 | - |
| YUV | 139.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 220 | 0.33 | 0.45 | 0 | 0.14 | 256.2 | 0.59 | 0.67 |
| Hex | 93 | 78 | DC | 21 | 2D | 0 | E | 100 | 3B | 43 |
| Octal | 223 | 170 | 334 | 41 | 55 | 0 | 16 | 400 | 73 | 103 |
| Binary | 10010011 | 1111000 | 11011100 | 100001 | 101101 | 0 | 1110 | 100000000 | 111011 | 1000011 |
Color Harmonies of #9378DC
Complementary color
Monochromatic Colors of #9378DC
Black with #9378DC
Text Example
Text Example
White with #9378DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378DC; }
p { color: rgb(147,120,220); }
H1.HeaderClassName
{
color: #9378DC;
}
.AnyTagClassName
{
color: #9378DC;
}
</style>
background-color css
<style>
a { background-color: #9378DC; }
a { background-color: rgb(147,120,220); }
div.DivClassName
{
background-color: #9378DC;
}
.BgClassName
{
background-color: #9378DC;
}
</style>
border-color css
<style>
span { border-color: #9378DC; }
span { border-color: rgb(147,120,220); }
td.TdClassName
{
border-color: #9378DC;
}
.TagClassName
{
border-color: #9378DC;
}
</style>