Shades of Medium Purple #9474DD
Tints of Medium Purple #9474DD
RGB
CMYK
RGB Variations
Color information
#9474DD (or 0x9474DD) is known color: Medium Purple. HEX triplet: 94, 74 and DD. RGB value is (148,116,221). Sum of RGB (Red+Green+Blue) = 148+116+221=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #9474DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9474DD is #6B8B22. Grayscale: #898989. Windows color (decimal): -7047971 or 14513300. OLE color: 14513300.
HSL color Cylindrical-coordinate representation of color #9474DD: hue angle of 258.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9474DD is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 116 | 221 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.13 |
| HSL | 258.29º | 0.61% | 0.66% | - |
| HSV(B) | 258.29º | 0.48% | 0.87% | - |
| XYZ | 31.51 | 24.01 | 71.38 | - |
| YUV | 137.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 221 | 0.33 | 0.48 | 0 | 0.13 | 258.29 | 0.61 | 0.66 |
| Hex | 94 | 74 | DD | 21 | 30 | 0 | D | 102 | 3D | 42 |
| Octal | 224 | 164 | 335 | 41 | 60 | 0 | 15 | 402 | 75 | 102 |
| Binary | 10010100 | 1110100 | 11011101 | 100001 | 110000 | 0 | 1101 | 100000010 | 111101 | 1000010 |
Color Harmonies of #9474DD
Complementary color
Monochromatic Colors of #9474DD
Black with #9474DD
Text Example
Text Example
White with #9474DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9474DD; }
p { color: rgb(148,116,221); }
H1.HeaderClassName
{
color: #9474DD;
}
.AnyTagClassName
{
color: #9474DD;
}
</style>
background-color css
<style>
a { background-color: #9474DD; }
a { background-color: rgb(148,116,221); }
div.DivClassName
{
background-color: #9474DD;
}
.BgClassName
{
background-color: #9474DD;
}
</style>
border-color css
<style>
span { border-color: #9474DD; }
span { border-color: rgb(148,116,221); }
td.TdClassName
{
border-color: #9474DD;
}
.TagClassName
{
border-color: #9474DD;
}
</style>