Shades of Medium Purple #9972EA
Tints of Medium Purple #9972EA
RGB
CMYK
RGB Variations
Color information
#9972EA (or 0x9972EA) is known color: Medium Purple. HEX triplet: 99, 72 and EA. RGB value is (153,114,234). Sum of RGB (Red+Green+Blue) = 153+114+234=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #9972EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9972EA is #668D15. Grayscale: #8A8A8A. Windows color (decimal): -6720790 or 15364761. OLE color: 15364761.
HSL color Cylindrical-coordinate representation of color #9972EA: hue angle of 259.5º 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 #9972EA is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 114 | 234 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.08 |
| HSL | 259.5º | 0.74% | 0.68% | - |
| HSV(B) | 259.5º | 0.51% | 0.92% | - |
| XYZ | 34.01 | 24.75 | 80.83 | - |
| YUV | 139.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 234 | 0.35 | 0.51 | 0 | 0.08 | 259.5 | 0.74 | 0.68 |
| Hex | 99 | 72 | EA | 23 | 33 | 0 | 8 | 104 | 4A | 44 |
| Octal | 231 | 162 | 352 | 43 | 63 | 0 | 10 | 404 | 112 | 104 |
| Binary | 10011001 | 1110010 | 11101010 | 100011 | 110011 | 0 | 1000 | 100000100 | 1001010 | 1000100 |
Color Harmonies of #9972EA
Complementary color
Monochromatic Colors of #9972EA
Black with #9972EA
Text Example
Text Example
White with #9972EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972EA; }
p { color: rgb(153,114,234); }
H1.HeaderClassName
{
color: #9972EA;
}
.AnyTagClassName
{
color: #9972EA;
}
</style>
background-color css
<style>
a { background-color: #9972EA; }
a { background-color: rgb(153,114,234); }
div.DivClassName
{
background-color: #9972EA;
}
.BgClassName
{
background-color: #9972EA;
}
</style>
border-color css
<style>
span { border-color: #9972EA; }
span { border-color: rgb(153,114,234); }
td.TdClassName
{
border-color: #9972EA;
}
.TagClassName
{
border-color: #9972EA;
}
</style>