Shades of Medium Purple #9474D9
Tints of Medium Purple #9474D9
RGB
CMYK
RGB Variations
Color information
#9474D9 (or 0x9474D9) is known color: Medium Purple. HEX triplet: 94, 74 and D9. RGB value is (148,116,217). Sum of RGB (Red+Green+Blue) = 148+116+217=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #9474D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9474D9 is #6B8B26. Grayscale: #888888. Windows color (decimal): -7047975 or 14251156. OLE color: 14251156.
HSL color Cylindrical-coordinate representation of color #9474D9: hue angle of 259.01º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9474D9 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 116 | 217 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.15 |
| HSL | 259.01º | 0.57% | 0.65% | - |
| HSV(B) | 259.01º | 0.47% | 0.85% | - |
| XYZ | 30.98 | 23.8 | 68.61 | - |
| YUV | 137.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 217 | 0.32 | 0.47 | 0 | 0.15 | 259.01 | 0.57 | 0.65 |
| Hex | 94 | 74 | D9 | 20 | 2F | 0 | F | 103 | 39 | 41 |
| Octal | 224 | 164 | 331 | 40 | 57 | 0 | 17 | 403 | 71 | 101 |
| Binary | 10010100 | 1110100 | 11011001 | 100000 | 101111 | 0 | 1111 | 100000011 | 111001 | 1000001 |
Color Harmonies of #9474D9
Complementary color
Monochromatic Colors of #9474D9
Black with #9474D9
Text Example
Text Example
White with #9474D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9474D9; }
p { color: rgb(148,116,217); }
H1.HeaderClassName
{
color: #9474D9;
}
.AnyTagClassName
{
color: #9474D9;
}
</style>
background-color css
<style>
a { background-color: #9474D9; }
a { background-color: rgb(148,116,217); }
div.DivClassName
{
background-color: #9474D9;
}
.BgClassName
{
background-color: #9474D9;
}
</style>
border-color css
<style>
span { border-color: #9474D9; }
span { border-color: rgb(148,116,217); }
td.TdClassName
{
border-color: #9474D9;
}
.TagClassName
{
border-color: #9474D9;
}
</style>