Shades of Medium Purple #9D72E8
Tints of Medium Purple #9D72E8
RGB
CMYK
RGB Variations
Color information
#9D72E8 (or 0x9D72E8) is known color: Medium Purple. HEX triplet: 9D, 72 and E8. RGB value is (157,114,232). Sum of RGB (Red+Green+Blue) = 157+114+232=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #9D72E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D72E8 is #628D17. Grayscale: #8B8B8B. Windows color (decimal): -6458648 or 15233693. OLE color: 15233693.
HSL color Cylindrical-coordinate representation of color #9D72E8: hue angle of 261.86º degrees, saturation: 0.72, 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 #9D72E8 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 114 | 232 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.09 |
| HSL | 261.86º | 0.72% | 0.68% | - |
| HSV(B) | 261.86º | 0.51% | 0.91% | - |
| XYZ | 34.49 | 25.03 | 79.36 | - |
| YUV | 140.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 232 | 0.32 | 0.51 | 0 | 0.09 | 261.86 | 0.72 | 0.68 |
| Hex | 9D | 72 | E8 | 20 | 33 | 0 | 9 | 106 | 48 | 44 |
| Octal | 235 | 162 | 350 | 40 | 63 | 0 | 11 | 406 | 110 | 104 |
| Binary | 10011101 | 1110010 | 11101000 | 100000 | 110011 | 0 | 1001 | 100000110 | 1001000 | 1000100 |
Color Harmonies of #9D72E8
Complementary color
Monochromatic Colors of #9D72E8
Black with #9D72E8
Text Example
Text Example
White with #9D72E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72E8; }
p { color: rgb(157,114,232); }
H1.HeaderClassName
{
color: #9D72E8;
}
.AnyTagClassName
{
color: #9D72E8;
}
</style>
background-color css
<style>
a { background-color: #9D72E8; }
a { background-color: rgb(157,114,232); }
div.DivClassName
{
background-color: #9D72E8;
}
.BgClassName
{
background-color: #9D72E8;
}
</style>
border-color css
<style>
span { border-color: #9D72E8; }
span { border-color: rgb(157,114,232); }
td.TdClassName
{
border-color: #9D72E8;
}
.TagClassName
{
border-color: #9D72E8;
}
</style>