Shades of Medium Purple #9378DF
Tints of Medium Purple #9378DF
RGB
CMYK
RGB Variations
Color information
#9378DF (or 0x9378DF) is known color: Medium Purple. HEX triplet: 93, 78 and DF. RGB value is (147,120,223). Sum of RGB (Red+Green+Blue) = 147+120+223=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9378DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378DF is #6C8720. Grayscale: #8B8B8B. Windows color (decimal): -7112481 or 14645395. OLE color: 14645395.
HSL color Cylindrical-coordinate representation of color #9378DF: hue angle of 255.73º degrees, saturation: 0.62, 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 #9378DF is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 120 | 223 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.13 |
| HSL | 255.73º | 0.62% | 0.67% | - |
| HSV(B) | 255.73º | 0.46% | 0.87% | - |
| XYZ | 32.07 | 24.96 | 72.94 | - |
| YUV | 139.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 223 | 0.34 | 0.46 | 0 | 0.13 | 255.73 | 0.62 | 0.67 |
| Hex | 93 | 78 | DF | 22 | 2E | 0 | D | 100 | 3E | 43 |
| Octal | 223 | 170 | 337 | 42 | 56 | 0 | 15 | 400 | 76 | 103 |
| Binary | 10010011 | 1111000 | 11011111 | 100010 | 101110 | 0 | 1101 | 100000000 | 111110 | 1000011 |
Color Harmonies of #9378DF
Complementary color
Monochromatic Colors of #9378DF
Black with #9378DF
Text Example
Text Example
White with #9378DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378DF; }
p { color: rgb(147,120,223); }
H1.HeaderClassName
{
color: #9378DF;
}
.AnyTagClassName
{
color: #9378DF;
}
</style>
background-color css
<style>
a { background-color: #9378DF; }
a { background-color: rgb(147,120,223); }
div.DivClassName
{
background-color: #9378DF;
}
.BgClassName
{
background-color: #9378DF;
}
</style>
border-color css
<style>
span { border-color: #9378DF; }
span { border-color: rgb(147,120,223); }
td.TdClassName
{
border-color: #9378DF;
}
.TagClassName
{
border-color: #9378DF;
}
</style>