Shades of Medium Purple #9953EC
Tints of Medium Purple #9953EC
RGB
CMYK
RGB Variations
Color information
#9953EC (or 0x9953EC) is known color: Medium Purple. HEX triplet: 99, 53 and EC. RGB value is (153,83,236). Sum of RGB (Red+Green+Blue) = 153+83+236=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #9953EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953EC is #66AC13. Grayscale: #787878. Windows color (decimal): -6728724 or 15487897. OLE color: 15487897.
HSL color Cylindrical-coordinate representation of color #9953EC: hue angle of 267.45º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9953EC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 83 | 236 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.07 |
| HSL | 267.45º | 0.8% | 0.63% | - |
| HSV(B) | 267.45º | 0.65% | 0.93% | - |
| XYZ | 31.37 | 19.01 | 81.37 | - |
| YUV | 121.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 236 | 0.35 | 0.65 | 0 | 0.07 | 267.45 | 0.8 | 0.63 |
| Hex | 99 | 53 | EC | 23 | 41 | 0 | 7 | 10B | 50 | 3F |
| Octal | 231 | 123 | 354 | 43 | 101 | 0 | 7 | 413 | 120 | 77 |
| Binary | 10011001 | 1010011 | 11101100 | 100011 | 1000001 | 0 | 111 | 100001011 | 1010000 | 111111 |
Color Harmonies of #9953EC
Complementary color
Monochromatic Colors of #9953EC
Black with #9953EC
Text Example
Text Example
White with #9953EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953EC; }
p { color: rgb(153,83,236); }
H1.HeaderClassName
{
color: #9953EC;
}
.AnyTagClassName
{
color: #9953EC;
}
</style>
background-color css
<style>
a { background-color: #9953EC; }
a { background-color: rgb(153,83,236); }
div.DivClassName
{
background-color: #9953EC;
}
.BgClassName
{
background-color: #9953EC;
}
</style>
border-color css
<style>
span { border-color: #9953EC; }
span { border-color: rgb(153,83,236); }
td.TdClassName
{
border-color: #9953EC;
}
.TagClassName
{
border-color: #9953EC;
}
</style>