Shades of Medium Purple #9A84EC
Tints of Medium Purple #9A84EC
RGB
CMYK
RGB Variations
Color information
#9A84EC (or 0x9A84EC) is known color: Medium Purple. HEX triplet: 9A, 84 and EC. RGB value is (154,132,236). Sum of RGB (Red+Green+Blue) = 154+132+236=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84EC is #657B13. Grayscale: #969696. Windows color (decimal): -6650644 or 15500442. OLE color: 15500442.
HSL color Cylindrical-coordinate representation of color #9A84EC: hue angle of 252.69º degrees, saturation: 0.73, 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 #9A84EC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 132 | 236 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.07 |
| HSL | 252.69º | 0.73% | 0.72% | - |
| HSV(B) | 252.69º | 0.44% | 0.93% | - |
| XYZ | 36.72 | 29.43 | 83.1 | - |
| YUV | 150.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 236 | 0.35 | 0.44 | 0 | 0.07 | 252.69 | 0.73 | 0.72 |
| Hex | 9A | 84 | EC | 23 | 2C | 0 | 7 | FD | 49 | 48 |
| Octal | 232 | 204 | 354 | 43 | 54 | 0 | 7 | 375 | 111 | 110 |
| Binary | 10011010 | 10000100 | 11101100 | 100011 | 101100 | 0 | 111 | 11111101 | 1001001 | 1001000 |
Color Harmonies of #9A84EC
Complementary color
Monochromatic Colors of #9A84EC
Black with #9A84EC
Text Example
Text Example
White with #9A84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84EC; }
p { color: rgb(154,132,236); }
H1.HeaderClassName
{
color: #9A84EC;
}
.AnyTagClassName
{
color: #9A84EC;
}
</style>
background-color css
<style>
a { background-color: #9A84EC; }
a { background-color: rgb(154,132,236); }
div.DivClassName
{
background-color: #9A84EC;
}
.BgClassName
{
background-color: #9A84EC;
}
</style>
border-color css
<style>
span { border-color: #9A84EC; }
span { border-color: rgb(154,132,236); }
td.TdClassName
{
border-color: #9A84EC;
}
.TagClassName
{
border-color: #9A84EC;
}
</style>