Shades of Medium Purple #9C54EB
Tints of Medium Purple #9C54EB
RGB
CMYK
RGB Variations
Color information
#9C54EB (or 0x9C54EB) is known color: Medium Purple. HEX triplet: 9C, 54 and EB. RGB value is (156,84,235). Sum of RGB (Red+Green+Blue) = 156+84+235=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C54EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C54EB is #63AB14. Grayscale: #7A7A7A. Windows color (decimal): -6531861 or 15422620. OLE color: 15422620.
HSL color Cylindrical-coordinate representation of color #9C54EB: hue angle of 268.61º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C54EB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 84 | 235 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.08 |
| HSL | 268.61º | 0.79% | 0.63% | - |
| HSV(B) | 268.61º | 0.64% | 0.92% | - |
| XYZ | 31.88 | 19.41 | 80.66 | - |
| YUV | 122.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 235 | 0.34 | 0.64 | 0 | 0.08 | 268.61 | 0.79 | 0.63 |
| Hex | 9C | 54 | EB | 22 | 40 | 0 | 8 | 10D | 4F | 3F |
| Octal | 234 | 124 | 353 | 42 | 100 | 0 | 10 | 415 | 117 | 77 |
| Binary | 10011100 | 1010100 | 11101011 | 100010 | 1000000 | 0 | 1000 | 100001101 | 1001111 | 111111 |
Color Harmonies of #9C54EB
Complementary color
Monochromatic Colors of #9C54EB
Black with #9C54EB
Text Example
Text Example
White with #9C54EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54EB; }
p { color: rgb(156,84,235); }
H1.HeaderClassName
{
color: #9C54EB;
}
.AnyTagClassName
{
color: #9C54EB;
}
</style>
background-color css
<style>
a { background-color: #9C54EB; }
a { background-color: rgb(156,84,235); }
div.DivClassName
{
background-color: #9C54EB;
}
.BgClassName
{
background-color: #9C54EB;
}
</style>
border-color css
<style>
span { border-color: #9C54EB; }
span { border-color: rgb(156,84,235); }
td.TdClassName
{
border-color: #9C54EB;
}
.TagClassName
{
border-color: #9C54EB;
}
</style>