Shades of Medium Purple #9C72DD
Tints of Medium Purple #9C72DD
RGB
CMYK
RGB Variations
Color information
#9C72DD (or 0x9C72DD) is known color: Medium Purple. HEX triplet: 9C, 72 and DD. RGB value is (156,114,221). Sum of RGB (Red+Green+Blue) = 156+114+221=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72DD is #638D22. Grayscale: #8A8A8A. Windows color (decimal): -6524195 or 14512796. OLE color: 14512796.
HSL color Cylindrical-coordinate representation of color #9C72DD: hue angle of 263.55º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C72DD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 114 | 221 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.13 |
| HSL | 263.55º | 0.61% | 0.66% | - |
| HSV(B) | 263.55º | 0.48% | 0.87% | - |
| XYZ | 32.78 | 24.32 | 71.37 | - |
| YUV | 138.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 221 | 0.29 | 0.48 | 0 | 0.13 | 263.55 | 0.61 | 0.66 |
| Hex | 9C | 72 | DD | 1D | 30 | 0 | D | 108 | 3D | 42 |
| Octal | 234 | 162 | 335 | 35 | 60 | 0 | 15 | 410 | 75 | 102 |
| Binary | 10011100 | 1110010 | 11011101 | 11101 | 110000 | 0 | 1101 | 100001000 | 111101 | 1000010 |
Color Harmonies of #9C72DD
Complementary color
Monochromatic Colors of #9C72DD
Black with #9C72DD
Text Example
Text Example
White with #9C72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C72DD; }
p { color: rgb(156,114,221); }
H1.HeaderClassName
{
color: #9C72DD;
}
.AnyTagClassName
{
color: #9C72DD;
}
</style>
background-color css
<style>
a { background-color: #9C72DD; }
a { background-color: rgb(156,114,221); }
div.DivClassName
{
background-color: #9C72DD;
}
.BgClassName
{
background-color: #9C72DD;
}
</style>
border-color css
<style>
span { border-color: #9C72DD; }
span { border-color: rgb(156,114,221); }
td.TdClassName
{
border-color: #9C72DD;
}
.TagClassName
{
border-color: #9C72DD;
}
</style>