Shades of Medium Purple #9C51ED
Tints of Medium Purple #9C51ED
RGB
CMYK
RGB Variations
Color information
#9C51ED (or 0x9C51ED) is known color: Medium Purple. HEX triplet: 9C, 51 and ED. RGB value is (156,81,237). Sum of RGB (Red+Green+Blue) = 156+81+237=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C51ED is #63AE12. Grayscale: #787878. Windows color (decimal): -6532627 or 15552924. OLE color: 15552924.
HSL color Cylindrical-coordinate representation of color #9C51ED: hue angle of 268.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C51ED is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 81 | 237 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.07 |
| HSL | 268.85º | 0.81% | 0.62% | - |
| HSV(B) | 268.85º | 0.66% | 0.93% | - |
| XYZ | 31.94 | 19.07 | 82.12 | - |
| YUV | 121.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 237 | 0.34 | 0.66 | 0 | 0.07 | 268.85 | 0.81 | 0.62 |
| Hex | 9C | 51 | ED | 22 | 42 | 0 | 7 | 10D | 51 | 3E |
| Octal | 234 | 121 | 355 | 42 | 102 | 0 | 7 | 415 | 121 | 76 |
| Binary | 10011100 | 1010001 | 11101101 | 100010 | 1000010 | 0 | 111 | 100001101 | 1010001 | 111110 |
Color Harmonies of #9C51ED
Complementary color
Monochromatic Colors of #9C51ED
Black with #9C51ED
Text Example
Text Example
White with #9C51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C51ED; }
p { color: rgb(156,81,237); }
H1.HeaderClassName
{
color: #9C51ED;
}
.AnyTagClassName
{
color: #9C51ED;
}
</style>
background-color css
<style>
a { background-color: #9C51ED; }
a { background-color: rgb(156,81,237); }
div.DivClassName
{
background-color: #9C51ED;
}
.BgClassName
{
background-color: #9C51ED;
}
</style>
border-color css
<style>
span { border-color: #9C51ED; }
span { border-color: rgb(156,81,237); }
td.TdClassName
{
border-color: #9C51ED;
}
.TagClassName
{
border-color: #9C51ED;
}
</style>