Shades of Medium Purple #9C74DD
Tints of Medium Purple #9C74DD
RGB
CMYK
RGB Variations
Color information
#9C74DD (or 0x9C74DD) is known color: Medium Purple. HEX triplet: 9C, 74 and DD. RGB value is (156,116,221). Sum of RGB (Red+Green+Blue) = 156+116+221=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74DD is #638B22. Grayscale: #8B8B8B. Windows color (decimal): -6523683 or 14513308. OLE color: 14513308.
HSL color Cylindrical-coordinate representation of color #9C74DD: hue angle of 262.86º 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 #9C74DD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 116 | 221 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.13 |
| HSL | 262.86º | 0.61% | 0.66% | - |
| HSV(B) | 262.86º | 0.48% | 0.87% | - |
| XYZ | 33.01 | 24.78 | 71.45 | - |
| YUV | 139.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 221 | 0.29 | 0.48 | 0 | 0.13 | 262.86 | 0.61 | 0.66 |
| Hex | 9C | 74 | DD | 1D | 30 | 0 | D | 107 | 3D | 42 |
| Octal | 234 | 164 | 335 | 35 | 60 | 0 | 15 | 407 | 75 | 102 |
| Binary | 10011100 | 1110100 | 11011101 | 11101 | 110000 | 0 | 1101 | 100000111 | 111101 | 1000010 |
Color Harmonies of #9C74DD
Complementary color
Monochromatic Colors of #9C74DD
Black with #9C74DD
Text Example
Text Example
White with #9C74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74DD; }
p { color: rgb(156,116,221); }
H1.HeaderClassName
{
color: #9C74DD;
}
.AnyTagClassName
{
color: #9C74DD;
}
</style>
background-color css
<style>
a { background-color: #9C74DD; }
a { background-color: rgb(156,116,221); }
div.DivClassName
{
background-color: #9C74DD;
}
.BgClassName
{
background-color: #9C74DD;
}
</style>
border-color css
<style>
span { border-color: #9C74DD; }
span { border-color: rgb(156,116,221); }
td.TdClassName
{
border-color: #9C74DD;
}
.TagClassName
{
border-color: #9C74DD;
}
</style>