Shades of Medium Purple #9473D6
Tints of Medium Purple #9473D6
RGB
CMYK
RGB Variations
Color information
#9473D6 (or 0x9473D6) is known color: Medium Purple. HEX triplet: 94, 73 and D6. RGB value is (148,115,214). Sum of RGB (Red+Green+Blue) = 148+115+214=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #9473D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473D6 is #6B8C29. Grayscale: #878787. Windows color (decimal): -7048234 or 14054292. OLE color: 14054292.
HSL color Cylindrical-coordinate representation of color #9473D6: hue angle of 260º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9473D6 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 115 | 214 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.16 |
| HSL | 260º | 0.55% | 0.65% | - |
| HSV(B) | 260º | 0.46% | 0.84% | - |
| XYZ | 30.48 | 23.41 | 66.53 | - |
| YUV | 136.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 214 | 0.31 | 0.46 | 0 | 0.16 | 260 | 0.55 | 0.65 |
| Hex | 94 | 73 | D6 | 1F | 2E | 0 | 10 | 104 | 37 | 41 |
| Octal | 224 | 163 | 326 | 37 | 56 | 0 | 20 | 404 | 67 | 101 |
| Binary | 10010100 | 1110011 | 11010110 | 11111 | 101110 | 0 | 10000 | 100000100 | 110111 | 1000001 |
Color Harmonies of #9473D6
Complementary color
Monochromatic Colors of #9473D6
Black with #9473D6
Text Example
Text Example
White with #9473D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9473D6; }
p { color: rgb(148,115,214); }
H1.HeaderClassName
{
color: #9473D6;
}
.AnyTagClassName
{
color: #9473D6;
}
</style>
background-color css
<style>
a { background-color: #9473D6; }
a { background-color: rgb(148,115,214); }
div.DivClassName
{
background-color: #9473D6;
}
.BgClassName
{
background-color: #9473D6;
}
</style>
border-color css
<style>
span { border-color: #9473D6; }
span { border-color: rgb(148,115,214); }
td.TdClassName
{
border-color: #9473D6;
}
.TagClassName
{
border-color: #9473D6;
}
</style>