Shades of Medium Purple #9478DD
Tints of Medium Purple #9478DD
RGB
CMYK
RGB Variations
Color information
#9478DD (or 0x9478DD) is known color: Medium Purple. HEX triplet: 94, 78 and DD. RGB value is (148,120,221). Sum of RGB (Red+Green+Blue) = 148+120+221=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #9478DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478DD is #6B8722. Grayscale: #8B8B8B. Windows color (decimal): -7046947 or 14514324. OLE color: 14514324.
HSL color Cylindrical-coordinate representation of color #9478DD: hue angle of 256.63º 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 #9478DD is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 120 | 221 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.13 |
| HSL | 256.63º | 0.6% | 0.67% | - |
| HSV(B) | 256.63º | 0.46% | 0.87% | - |
| XYZ | 31.98 | 24.95 | 71.54 | - |
| YUV | 139.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 221 | 0.33 | 0.46 | 0 | 0.13 | 256.63 | 0.6 | 0.67 |
| Hex | 94 | 78 | DD | 21 | 2E | 0 | D | 101 | 3C | 43 |
| Octal | 224 | 170 | 335 | 41 | 56 | 0 | 15 | 401 | 74 | 103 |
| Binary | 10010100 | 1111000 | 11011101 | 100001 | 101110 | 0 | 1101 | 100000001 | 111100 | 1000011 |
Color Harmonies of #9478DD
Complementary color
Monochromatic Colors of #9478DD
Black with #9478DD
Text Example
Text Example
White with #9478DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9478DD; }
p { color: rgb(148,120,221); }
H1.HeaderClassName
{
color: #9478DD;
}
.AnyTagClassName
{
color: #9478DD;
}
</style>
background-color css
<style>
a { background-color: #9478DD; }
a { background-color: rgb(148,120,221); }
div.DivClassName
{
background-color: #9478DD;
}
.BgClassName
{
background-color: #9478DD;
}
</style>
border-color css
<style>
span { border-color: #9478DD; }
span { border-color: rgb(148,120,221); }
td.TdClassName
{
border-color: #9478DD;
}
.TagClassName
{
border-color: #9478DD;
}
</style>