Shades of Medium Purple #9484DA
Tints of Medium Purple #9484DA
RGB
CMYK
RGB Variations
Color information
#9484DA (or 0x9484DA) is known color: Medium Purple. HEX triplet: 94, 84 and DA. RGB value is (148,132,218). Sum of RGB (Red+Green+Blue) = 148+132+218=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #9484DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484DA is #6B7B25. Grayscale: #929292. Windows color (decimal): -7043878 or 14320788. OLE color: 14320788.
HSL color Cylindrical-coordinate representation of color #9484DA: hue angle of 251.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9484DA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 132 | 218 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.15 |
| HSL | 251.16º | 0.54% | 0.69% | - |
| HSV(B) | 251.16º | 0.39% | 0.85% | - |
| XYZ | 33.12 | 27.86 | 69.96 | - |
| YUV | 146.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 218 | 0.32 | 0.39 | 0 | 0.15 | 251.16 | 0.54 | 0.69 |
| Hex | 94 | 84 | DA | 20 | 27 | 0 | F | FB | 36 | 45 |
| Octal | 224 | 204 | 332 | 40 | 47 | 0 | 17 | 373 | 66 | 105 |
| Binary | 10010100 | 10000100 | 11011010 | 100000 | 100111 | 0 | 1111 | 11111011 | 110110 | 1000101 |
Color Harmonies of #9484DA
Complementary color
Monochromatic Colors of #9484DA
Black with #9484DA
Text Example
Text Example
White with #9484DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9484DA; }
p { color: rgb(148,132,218); }
H1.HeaderClassName
{
color: #9484DA;
}
.AnyTagClassName
{
color: #9484DA;
}
</style>
background-color css
<style>
a { background-color: #9484DA; }
a { background-color: rgb(148,132,218); }
div.DivClassName
{
background-color: #9484DA;
}
.BgClassName
{
background-color: #9484DA;
}
</style>
border-color css
<style>
span { border-color: #9484DA; }
span { border-color: rgb(148,132,218); }
td.TdClassName
{
border-color: #9484DA;
}
.TagClassName
{
border-color: #9484DA;
}
</style>