Shades of Medium Purple #9D72E9
Tints of Medium Purple #9D72E9
RGB
CMYK
RGB Variations
Color information
#9D72E9 (or 0x9D72E9) is known color: Medium Purple. HEX triplet: 9D, 72 and E9. RGB value is (157,114,233). Sum of RGB (Red+Green+Blue) = 157+114+233=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #9D72E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D72E9 is #628D16. Grayscale: #8B8B8B. Windows color (decimal): -6458647 or 15299229. OLE color: 15299229.
HSL color Cylindrical-coordinate representation of color #9D72E9: hue angle of 261.68º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D72E9 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 114 | 233 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.09 |
| HSL | 261.68º | 0.73% | 0.68% | - |
| HSV(B) | 261.68º | 0.51% | 0.91% | - |
| XYZ | 34.63 | 25.09 | 80.11 | - |
| YUV | 140.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 233 | 0.33 | 0.51 | 0 | 0.09 | 261.68 | 0.73 | 0.68 |
| Hex | 9D | 72 | E9 | 21 | 33 | 0 | 9 | 106 | 49 | 44 |
| Octal | 235 | 162 | 351 | 41 | 63 | 0 | 11 | 406 | 111 | 104 |
| Binary | 10011101 | 1110010 | 11101001 | 100001 | 110011 | 0 | 1001 | 100000110 | 1001001 | 1000100 |
Color Harmonies of #9D72E9
Complementary color
Monochromatic Colors of #9D72E9
Black with #9D72E9
Text Example
Text Example
White with #9D72E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72E9; }
p { color: rgb(157,114,233); }
H1.HeaderClassName
{
color: #9D72E9;
}
.AnyTagClassName
{
color: #9D72E9;
}
</style>
background-color css
<style>
a { background-color: #9D72E9; }
a { background-color: rgb(157,114,233); }
div.DivClassName
{
background-color: #9D72E9;
}
.BgClassName
{
background-color: #9D72E9;
}
</style>
border-color css
<style>
span { border-color: #9D72E9; }
span { border-color: rgb(157,114,233); }
td.TdClassName
{
border-color: #9D72E9;
}
.TagClassName
{
border-color: #9D72E9;
}
</style>