Shades of Medium Purple #9C73DC
Tints of Medium Purple #9C73DC
RGB
CMYK
RGB Variations
Color information
#9C73DC (or 0x9C73DC) is known color: Medium Purple. HEX triplet: 9C, 73 and DC. RGB value is (156,115,220). Sum of RGB (Red+Green+Blue) = 156+115+220=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C73DC is #638C23. Grayscale: #8A8A8A. Windows color (decimal): -6523940 or 14447516. OLE color: 14447516.
HSL color Cylindrical-coordinate representation of color #9C73DC: hue angle of 263.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C73DC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 115 | 220 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.14 |
| HSL | 263.43º | 0.6% | 0.66% | - |
| HSV(B) | 263.43º | 0.48% | 0.86% | - |
| XYZ | 32.76 | 24.5 | 70.71 | - |
| YUV | 139.23 | 173.58 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 220 | 0.29 | 0.48 | 0 | 0.14 | 263.43 | 0.6 | 0.66 |
| Hex | 9C | 73 | DC | 1D | 30 | 0 | E | 107 | 3C | 42 |
| Octal | 234 | 163 | 334 | 35 | 60 | 0 | 16 | 407 | 74 | 102 |
| Binary | 10011100 | 1110011 | 11011100 | 11101 | 110000 | 0 | 1110 | 100000111 | 111100 | 1000010 |
Color Harmonies of #9C73DC
Complementary color
Monochromatic Colors of #9C73DC
Black with #9C73DC
Text Example
Text Example
White with #9C73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73DC; }
p { color: rgb(156,115,220); }
H1.HeaderClassName
{
color: #9C73DC;
}
.AnyTagClassName
{
color: #9C73DC;
}
</style>
background-color css
<style>
a { background-color: #9C73DC; }
a { background-color: rgb(156,115,220); }
div.DivClassName
{
background-color: #9C73DC;
}
.BgClassName
{
background-color: #9C73DC;
}
</style>
border-color css
<style>
span { border-color: #9C73DC; }
span { border-color: rgb(156,115,220); }
td.TdClassName
{
border-color: #9C73DC;
}
.TagClassName
{
border-color: #9C73DC;
}
</style>