Shades of Medium Purple #9C5EEC
Tints of Medium Purple #9C5EEC
RGB
CMYK
RGB Variations
Color information
#9C5EEC (or 0x9C5EEC) is known color: Medium Purple. HEX triplet: 9C, 5E and EC. RGB value is (156,94,236). Sum of RGB (Red+Green+Blue) = 156+94+236=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C5EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5EEC is #63A113. Grayscale: #808080. Windows color (decimal): -6529300 or 15490716. OLE color: 15490716.
HSL color Cylindrical-coordinate representation of color #9C5EEC: hue angle of 266.2º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C5EEC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 94 | 236 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.07 |
| HSL | 266.2º | 0.79% | 0.65% | - |
| HSV(B) | 266.2º | 0.6% | 0.93% | - |
| XYZ | 32.85 | 21.13 | 81.7 | - |
| YUV | 128.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 236 | 0.34 | 0.60 | 0 | 0.07 | 266.2 | 0.79 | 0.65 |
| Hex | 9C | 5E | EC | 22 | 3C | 0 | 7 | 10A | 4F | 41 |
| Octal | 234 | 136 | 354 | 42 | 74 | 0 | 7 | 412 | 117 | 101 |
| Binary | 10011100 | 1011110 | 11101100 | 100010 | 111100 | 0 | 111 | 100001010 | 1001111 | 1000001 |
Color Harmonies of #9C5EEC
Complementary color
Monochromatic Colors of #9C5EEC
Black with #9C5EEC
Text Example
Text Example
White with #9C5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5EEC; }
p { color: rgb(156,94,236); }
H1.HeaderClassName
{
color: #9C5EEC;
}
.AnyTagClassName
{
color: #9C5EEC;
}
</style>
background-color css
<style>
a { background-color: #9C5EEC; }
a { background-color: rgb(156,94,236); }
div.DivClassName
{
background-color: #9C5EEC;
}
.BgClassName
{
background-color: #9C5EEC;
}
</style>
border-color css
<style>
span { border-color: #9C5EEC; }
span { border-color: rgb(156,94,236); }
td.TdClassName
{
border-color: #9C5EEC;
}
.TagClassName
{
border-color: #9C5EEC;
}
</style>