Shades of Medium Purple #9973EA
Tints of Medium Purple #9973EA
RGB
CMYK
RGB Variations
Color information
#9973EA (or 0x9973EA) is known color: Medium Purple. HEX triplet: 99, 73 and EA. RGB value is (153,115,234). Sum of RGB (Red+Green+Blue) = 153+115+234=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #9973EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9973EA is #668C15. Grayscale: #8B8B8B. Windows color (decimal): -6720534 or 15365017. OLE color: 15365017.
HSL color Cylindrical-coordinate representation of color #9973EA: hue angle of 259.16º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9973EA is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 115 | 234 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.08 |
| HSL | 259.16º | 0.74% | 0.68% | - |
| HSV(B) | 259.16º | 0.51% | 0.92% | - |
| XYZ | 34.12 | 24.97 | 80.86 | - |
| YUV | 139.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 234 | 0.35 | 0.51 | 0 | 0.08 | 259.16 | 0.74 | 0.68 |
| Hex | 99 | 73 | EA | 23 | 33 | 0 | 8 | 103 | 4A | 44 |
| Octal | 231 | 163 | 352 | 43 | 63 | 0 | 10 | 403 | 112 | 104 |
| Binary | 10011001 | 1110011 | 11101010 | 100011 | 110011 | 0 | 1000 | 100000011 | 1001010 | 1000100 |
Color Harmonies of #9973EA
Complementary color
Monochromatic Colors of #9973EA
Black with #9973EA
Text Example
Text Example
White with #9973EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973EA; }
p { color: rgb(153,115,234); }
H1.HeaderClassName
{
color: #9973EA;
}
.AnyTagClassName
{
color: #9973EA;
}
</style>
background-color css
<style>
a { background-color: #9973EA; }
a { background-color: rgb(153,115,234); }
div.DivClassName
{
background-color: #9973EA;
}
.BgClassName
{
background-color: #9973EA;
}
</style>
border-color css
<style>
span { border-color: #9973EA; }
span { border-color: rgb(153,115,234); }
td.TdClassName
{
border-color: #9973EA;
}
.TagClassName
{
border-color: #9973EA;
}
</style>