Shades of Medium Purple #9479DB
Tints of Medium Purple #9479DB
RGB
CMYK
RGB Variations
Color information
#9479DB (or 0x9479DB) is known color: Medium Purple. HEX triplet: 94, 79 and DB. RGB value is (148,121,219). Sum of RGB (Red+Green+Blue) = 148+121+219=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #9479DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479DB is #6B8624. Grayscale: #8B8B8B. Windows color (decimal): -7046693 or 14383508. OLE color: 14383508.
HSL color Cylindrical-coordinate representation of color #9479DB: hue angle of 256.53º degrees, saturation: 0.58, 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 #9479DB is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 121 | 219 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.14 |
| HSL | 256.53º | 0.58% | 0.67% | - |
| HSV(B) | 256.53º | 0.45% | 0.86% | - |
| XYZ | 31.84 | 25.09 | 70.18 | - |
| YUV | 140.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 219 | 0.32 | 0.45 | 0 | 0.14 | 256.53 | 0.58 | 0.67 |
| Hex | 94 | 79 | DB | 20 | 2D | 0 | E | 101 | 3A | 43 |
| Octal | 224 | 171 | 333 | 40 | 55 | 0 | 16 | 401 | 72 | 103 |
| Binary | 10010100 | 1111001 | 11011011 | 100000 | 101101 | 0 | 1110 | 100000001 | 111010 | 1000011 |
Color Harmonies of #9479DB
Complementary color
Monochromatic Colors of #9479DB
Black with #9479DB
Text Example
Text Example
White with #9479DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9479DB; }
p { color: rgb(148,121,219); }
H1.HeaderClassName
{
color: #9479DB;
}
.AnyTagClassName
{
color: #9479DB;
}
</style>
background-color css
<style>
a { background-color: #9479DB; }
a { background-color: rgb(148,121,219); }
div.DivClassName
{
background-color: #9479DB;
}
.BgClassName
{
background-color: #9479DB;
}
</style>
border-color css
<style>
span { border-color: #9479DB; }
span { border-color: rgb(148,121,219); }
td.TdClassName
{
border-color: #9479DB;
}
.TagClassName
{
border-color: #9479DB;
}
</style>