Shades of Medium Purple #9A84DD
Tints of Medium Purple #9A84DD
RGB
CMYK
RGB Variations
Color information
#9A84DD (or 0x9A84DD) is known color: Medium Purple. HEX triplet: 9A, 84 and DD. RGB value is (154,132,221). Sum of RGB (Red+Green+Blue) = 154+132+221=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A84DD is #657B22. Grayscale: #949494. Windows color (decimal): -6650659 or 14517402. OLE color: 14517402.
HSL color Cylindrical-coordinate representation of color #9A84DD: hue angle of 254.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A84DD is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 132 | 221 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.13 |
| HSL | 254.83º | 0.57% | 0.69% | - |
| HSV(B) | 254.83º | 0.4% | 0.87% | - |
| XYZ | 34.63 | 28.59 | 72.1 | - |
| YUV | 148.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 221 | 0.30 | 0.40 | 0 | 0.13 | 254.83 | 0.57 | 0.69 |
| Hex | 9A | 84 | DD | 1E | 28 | 0 | D | FF | 39 | 45 |
| Octal | 232 | 204 | 335 | 36 | 50 | 0 | 15 | 377 | 71 | 105 |
| Binary | 10011010 | 10000100 | 11011101 | 11110 | 101000 | 0 | 1101 | 11111111 | 111001 | 1000101 |
Color Harmonies of #9A84DD
Complementary color
Monochromatic Colors of #9A84DD
Black with #9A84DD
Text Example
Text Example
White with #9A84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84DD; }
p { color: rgb(154,132,221); }
H1.HeaderClassName
{
color: #9A84DD;
}
.AnyTagClassName
{
color: #9A84DD;
}
</style>
background-color css
<style>
a { background-color: #9A84DD; }
a { background-color: rgb(154,132,221); }
div.DivClassName
{
background-color: #9A84DD;
}
.BgClassName
{
background-color: #9A84DD;
}
</style>
border-color css
<style>
span { border-color: #9A84DD; }
span { border-color: rgb(154,132,221); }
td.TdClassName
{
border-color: #9A84DD;
}
.TagClassName
{
border-color: #9A84DD;
}
</style>