Shades of Medium Purple #9478DC
Tints of Medium Purple #9478DC
RGB
CMYK
RGB Variations
Color information
#9478DC (or 0x9478DC) is known color: Medium Purple. HEX triplet: 94, 78 and DC. RGB value is (148,120,220). Sum of RGB (Red+Green+Blue) = 148+120+220=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #9478DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478DC is #6B8723. Grayscale: #8B8B8B. Windows color (decimal): -7046948 or 14448788. OLE color: 14448788.
HSL color Cylindrical-coordinate representation of color #9478DC: hue angle of 256.8º 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 #9478DC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 120 | 220 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.14 |
| HSL | 256.8º | 0.59% | 0.67% | - |
| HSV(B) | 256.8º | 0.45% | 0.86% | - |
| XYZ | 31.85 | 24.9 | 70.84 | - |
| YUV | 139.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 220 | 0.33 | 0.45 | 0 | 0.14 | 256.8 | 0.59 | 0.67 |
| Hex | 94 | 78 | DC | 21 | 2D | 0 | E | 101 | 3B | 43 |
| Octal | 224 | 170 | 334 | 41 | 55 | 0 | 16 | 401 | 73 | 103 |
| Binary | 10010100 | 1111000 | 11011100 | 100001 | 101101 | 0 | 1110 | 100000001 | 111011 | 1000011 |
Color Harmonies of #9478DC
Complementary color
Monochromatic Colors of #9478DC
Black with #9478DC
Text Example
Text Example
White with #9478DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9478DC; }
p { color: rgb(148,120,220); }
H1.HeaderClassName
{
color: #9478DC;
}
.AnyTagClassName
{
color: #9478DC;
}
</style>
background-color css
<style>
a { background-color: #9478DC; }
a { background-color: rgb(148,120,220); }
div.DivClassName
{
background-color: #9478DC;
}
.BgClassName
{
background-color: #9478DC;
}
</style>
border-color css
<style>
span { border-color: #9478DC; }
span { border-color: rgb(148,120,220); }
td.TdClassName
{
border-color: #9478DC;
}
.TagClassName
{
border-color: #9478DC;
}
</style>