Shades of Medium Purple #9C84E9
Tints of Medium Purple #9C84E9
RGB
CMYK
RGB Variations
Color information
#9C84E9 (or 0x9C84E9) is known color: Medium Purple. HEX triplet: 9C, 84 and E9. RGB value is (156,132,233). Sum of RGB (Red+Green+Blue) = 156+132+233=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #9C84E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C84E9 is #637B16. Grayscale: #969696. Windows color (decimal): -6519575 or 15303836. OLE color: 15303836.
HSL color Cylindrical-coordinate representation of color #9C84E9: hue angle of 254.26º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C84E9 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 132 | 233 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.09 |
| HSL | 254.26º | 0.7% | 0.72% | - |
| HSV(B) | 254.26º | 0.43% | 0.91% | - |
| XYZ | 36.67 | 29.45 | 80.84 | - |
| YUV | 150.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 233 | 0.33 | 0.43 | 0 | 0.09 | 254.26 | 0.7 | 0.72 |
| Hex | 9C | 84 | E9 | 21 | 2B | 0 | 9 | FE | 46 | 48 |
| Octal | 234 | 204 | 351 | 41 | 53 | 0 | 11 | 376 | 106 | 110 |
| Binary | 10011100 | 10000100 | 11101001 | 100001 | 101011 | 0 | 1001 | 11111110 | 1000110 | 1001000 |
Color Harmonies of #9C84E9
Complementary color
Monochromatic Colors of #9C84E9
Black with #9C84E9
Text Example
Text Example
White with #9C84E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C84E9; }
p { color: rgb(156,132,233); }
H1.HeaderClassName
{
color: #9C84E9;
}
.AnyTagClassName
{
color: #9C84E9;
}
</style>
background-color css
<style>
a { background-color: #9C84E9; }
a { background-color: rgb(156,132,233); }
div.DivClassName
{
background-color: #9C84E9;
}
.BgClassName
{
background-color: #9C84E9;
}
</style>
border-color css
<style>
span { border-color: #9C84E9; }
span { border-color: rgb(156,132,233); }
td.TdClassName
{
border-color: #9C84E9;
}
.TagClassName
{
border-color: #9C84E9;
}
</style>