Shades of Medium Purple #9D72E3
Tints of Medium Purple #9D72E3
RGB
CMYK
RGB Variations
Color information
#9D72E3 (or 0x9D72E3) is known color: Medium Purple. HEX triplet: 9D, 72 and E3. RGB value is (157,114,227). Sum of RGB (Red+Green+Blue) = 157+114+227=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #9D72E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D72E3 is #628D1C. Grayscale: #8B8B8B. Windows color (decimal): -6458653 or 14906013. OLE color: 14906013.
HSL color Cylindrical-coordinate representation of color #9D72E3: hue angle of 262.83º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D72E3 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 114 | 227 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.11 |
| HSL | 262.83º | 0.67% | 0.67% | - |
| HSV(B) | 262.83º | 0.5% | 0.89% | - |
| XYZ | 33.79 | 24.75 | 75.67 | - |
| YUV | 139.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 227 | 0.31 | 0.50 | 0 | 0.11 | 262.83 | 0.67 | 0.67 |
| Hex | 9D | 72 | E3 | 1F | 32 | 0 | B | 107 | 43 | 43 |
| Octal | 235 | 162 | 343 | 37 | 62 | 0 | 13 | 407 | 103 | 103 |
| Binary | 10011101 | 1110010 | 11100011 | 11111 | 110010 | 0 | 1011 | 100000111 | 1000011 | 1000011 |
Color Harmonies of #9D72E3
Complementary color
Monochromatic Colors of #9D72E3
Black with #9D72E3
Text Example
Text Example
White with #9D72E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72E3; }
p { color: rgb(157,114,227); }
H1.HeaderClassName
{
color: #9D72E3;
}
.AnyTagClassName
{
color: #9D72E3;
}
</style>
background-color css
<style>
a { background-color: #9D72E3; }
a { background-color: rgb(157,114,227); }
div.DivClassName
{
background-color: #9D72E3;
}
.BgClassName
{
background-color: #9D72E3;
}
</style>
border-color css
<style>
span { border-color: #9D72E3; }
span { border-color: rgb(157,114,227); }
td.TdClassName
{
border-color: #9D72E3;
}
.TagClassName
{
border-color: #9D72E3;
}
</style>