Shades of Medium Purple #9973EC
Tints of Medium Purple #9973EC
RGB
CMYK
RGB Variations
Color information
#9973EC (or 0x9973EC) is known color: Medium Purple. HEX triplet: 99, 73 and EC. RGB value is (153,115,236). Sum of RGB (Red+Green+Blue) = 153+115+236=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #9973EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9973EC is #668C13. Grayscale: #8B8B8B. Windows color (decimal): -6720532 or 15496089. OLE color: 15496089.
HSL color Cylindrical-coordinate representation of color #9973EC: hue angle of 258.84º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9973EC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 115 | 236 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.07 |
| HSL | 258.84º | 0.76% | 0.69% | - |
| HSV(B) | 258.84º | 0.51% | 0.93% | - |
| XYZ | 34.41 | 25.09 | 82.39 | - |
| YUV | 140.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 236 | 0.35 | 0.51 | 0 | 0.07 | 258.84 | 0.76 | 0.69 |
| Hex | 99 | 73 | EC | 23 | 33 | 0 | 7 | 103 | 4C | 45 |
| Octal | 231 | 163 | 354 | 43 | 63 | 0 | 7 | 403 | 114 | 105 |
| Binary | 10011001 | 1110011 | 11101100 | 100011 | 110011 | 0 | 111 | 100000011 | 1001100 | 1000101 |
Color Harmonies of #9973EC
Complementary color
Monochromatic Colors of #9973EC
Black with #9973EC
Text Example
Text Example
White with #9973EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973EC; }
p { color: rgb(153,115,236); }
H1.HeaderClassName
{
color: #9973EC;
}
.AnyTagClassName
{
color: #9973EC;
}
</style>
background-color css
<style>
a { background-color: #9973EC; }
a { background-color: rgb(153,115,236); }
div.DivClassName
{
background-color: #9973EC;
}
.BgClassName
{
background-color: #9973EC;
}
</style>
border-color css
<style>
span { border-color: #9973EC; }
span { border-color: rgb(153,115,236); }
td.TdClassName
{
border-color: #9973EC;
}
.TagClassName
{
border-color: #9973EC;
}
</style>