Shades of Medium Purple #9C74D5
Tints of Medium Purple #9C74D5
RGB
CMYK
RGB Variations
Color information
#9C74D5 (or 0x9C74D5) is known color: Medium Purple. HEX triplet: 9C, 74 and D5. RGB value is (156,116,213). Sum of RGB (Red+Green+Blue) = 156+116+213=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C74D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74D5 is #638B2A. Grayscale: #8A8A8A. Windows color (decimal): -6523691 or 13989020. OLE color: 13989020.
HSL color Cylindrical-coordinate representation of color #9C74D5: hue angle of 264.74º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C74D5 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 116 | 213 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.16 |
| HSL | 264.74º | 0.54% | 0.65% | - |
| HSV(B) | 264.74º | 0.46% | 0.84% | - |
| XYZ | 31.97 | 24.36 | 65.97 | - |
| YUV | 139.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 213 | 0.27 | 0.46 | 0 | 0.16 | 264.74 | 0.54 | 0.65 |
| Hex | 9C | 74 | D5 | 1B | 2E | 0 | 10 | 109 | 36 | 41 |
| Octal | 234 | 164 | 325 | 33 | 56 | 0 | 20 | 411 | 66 | 101 |
| Binary | 10011100 | 1110100 | 11010101 | 11011 | 101110 | 0 | 10000 | 100001001 | 110110 | 1000001 |
Color Harmonies of #9C74D5
Complementary color
Monochromatic Colors of #9C74D5
Black with #9C74D5
Text Example
Text Example
White with #9C74D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74D5; }
p { color: rgb(156,116,213); }
H1.HeaderClassName
{
color: #9C74D5;
}
.AnyTagClassName
{
color: #9C74D5;
}
</style>
background-color css
<style>
a { background-color: #9C74D5; }
a { background-color: rgb(156,116,213); }
div.DivClassName
{
background-color: #9C74D5;
}
.BgClassName
{
background-color: #9C74D5;
}
</style>
border-color css
<style>
span { border-color: #9C74D5; }
span { border-color: rgb(156,116,213); }
td.TdClassName
{
border-color: #9C74D5;
}
.TagClassName
{
border-color: #9C74D5;
}
</style>