Shades of Medium Purple #9484DF
Tints of Medium Purple #9484DF
RGB
CMYK
RGB Variations
Color information
#9484DF (or 0x9484DF) is known color: Medium Purple. HEX triplet: 94, 84 and DF. RGB value is (148,132,223). Sum of RGB (Red+Green+Blue) = 148+132+223=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #9484DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484DF is #6B7B20. Grayscale: #929292. Windows color (decimal): -7043873 or 14648468. OLE color: 14648468.
HSL color Cylindrical-coordinate representation of color #9484DF: hue angle of 250.55º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9484DF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 132 | 223 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.13 |
| HSL | 250.55º | 0.59% | 0.7% | - |
| HSV(B) | 250.55º | 0.41% | 0.87% | - |
| XYZ | 33.78 | 28.13 | 73.46 | - |
| YUV | 147.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 223 | 0.34 | 0.41 | 0 | 0.13 | 250.55 | 0.59 | 0.7 |
| Hex | 94 | 84 | DF | 22 | 29 | 0 | D | FB | 3B | 46 |
| Octal | 224 | 204 | 337 | 42 | 51 | 0 | 15 | 373 | 73 | 106 |
| Binary | 10010100 | 10000100 | 11011111 | 100010 | 101001 | 0 | 1101 | 11111011 | 111011 | 1000110 |
Color Harmonies of #9484DF
Complementary color
Monochromatic Colors of #9484DF
Black with #9484DF
Text Example
Text Example
White with #9484DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9484DF; }
p { color: rgb(148,132,223); }
H1.HeaderClassName
{
color: #9484DF;
}
.AnyTagClassName
{
color: #9484DF;
}
</style>
background-color css
<style>
a { background-color: #9484DF; }
a { background-color: rgb(148,132,223); }
div.DivClassName
{
background-color: #9484DF;
}
.BgClassName
{
background-color: #9484DF;
}
</style>
border-color css
<style>
span { border-color: #9484DF; }
span { border-color: rgb(148,132,223); }
td.TdClassName
{
border-color: #9484DF;
}
.TagClassName
{
border-color: #9484DF;
}
</style>