Shades of Medium Purple #9484ED
Tints of Medium Purple #9484ED
RGB
CMYK
RGB Variations
Color information
#9484ED (or 0x9484ED) is known color: Medium Purple. HEX triplet: 94, 84 and ED. RGB value is (148,132,237). Sum of RGB (Red+Green+Blue) = 148+132+237=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #9484ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484ED is #6B7B12. Grayscale: #949494. Windows color (decimal): -7043859 or 15565972. OLE color: 15565972.
HSL color Cylindrical-coordinate representation of color #9484ED: hue angle of 249.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9484ED is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 132 | 237 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.07 |
| HSL | 249.14º | 0.74% | 0.72% | - |
| HSV(B) | 249.14º | 0.44% | 0.93% | - |
| XYZ | 35.75 | 28.91 | 83.82 | - |
| YUV | 148.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 237 | 0.38 | 0.44 | 0 | 0.07 | 249.14 | 0.74 | 0.72 |
| Hex | 94 | 84 | ED | 26 | 2C | 0 | 7 | F9 | 4A | 48 |
| Octal | 224 | 204 | 355 | 46 | 54 | 0 | 7 | 371 | 112 | 110 |
| Binary | 10010100 | 10000100 | 11101101 | 100110 | 101100 | 0 | 111 | 11111001 | 1001010 | 1001000 |
Color Harmonies of #9484ED
Complementary color
Monochromatic Colors of #9484ED
Black with #9484ED
Text Example
Text Example
White with #9484ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9484ED; }
p { color: rgb(148,132,237); }
H1.HeaderClassName
{
color: #9484ED;
}
.AnyTagClassName
{
color: #9484ED;
}
</style>
background-color css
<style>
a { background-color: #9484ED; }
a { background-color: rgb(148,132,237); }
div.DivClassName
{
background-color: #9484ED;
}
.BgClassName
{
background-color: #9484ED;
}
</style>
border-color css
<style>
span { border-color: #9484ED; }
span { border-color: rgb(148,132,237); }
td.TdClassName
{
border-color: #9484ED;
}
.TagClassName
{
border-color: #9484ED;
}
</style>