Shades of Medium Purple #9473DB
Tints of Medium Purple #9473DB
RGB
CMYK
RGB Variations
Color information
#9473DB (or 0x9473DB) is known color: Medium Purple. HEX triplet: 94, 73 and DB. RGB value is (148,115,219). Sum of RGB (Red+Green+Blue) = 148+115+219=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #9473DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473DB is #6B8C24. Grayscale: #888888. Windows color (decimal): -7048229 or 14381972. OLE color: 14381972.
HSL color Cylindrical-coordinate representation of color #9473DB: hue angle of 259.04º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9473DB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 115 | 219 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.14 |
| HSL | 259.04º | 0.59% | 0.65% | - |
| HSV(B) | 259.04º | 0.47% | 0.86% | - |
| XYZ | 31.13 | 23.67 | 69.95 | - |
| YUV | 136.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 219 | 0.32 | 0.47 | 0 | 0.14 | 259.04 | 0.59 | 0.65 |
| Hex | 94 | 73 | DB | 20 | 2F | 0 | E | 103 | 3B | 41 |
| Octal | 224 | 163 | 333 | 40 | 57 | 0 | 16 | 403 | 73 | 101 |
| Binary | 10010100 | 1110011 | 11011011 | 100000 | 101111 | 0 | 1110 | 100000011 | 111011 | 1000001 |
Color Harmonies of #9473DB
Complementary color
Monochromatic Colors of #9473DB
Black with #9473DB
Text Example
Text Example
White with #9473DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9473DB; }
p { color: rgb(148,115,219); }
H1.HeaderClassName
{
color: #9473DB;
}
.AnyTagClassName
{
color: #9473DB;
}
</style>
background-color css
<style>
a { background-color: #9473DB; }
a { background-color: rgb(148,115,219); }
div.DivClassName
{
background-color: #9473DB;
}
.BgClassName
{
background-color: #9473DB;
}
</style>
border-color css
<style>
span { border-color: #9473DB; }
span { border-color: rgb(148,115,219); }
td.TdClassName
{
border-color: #9473DB;
}
.TagClassName
{
border-color: #9473DB;
}
</style>