Shades of Medium Purple #9C74D8
Tints of Medium Purple #9C74D8
RGB
CMYK
RGB Variations
Color information
#9C74D8 (or 0x9C74D8) is known color: Medium Purple. HEX triplet: 9C, 74 and D8. RGB value is (156,116,216). Sum of RGB (Red+Green+Blue) = 156+116+216=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #9C74D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74D8 is #638B27. Grayscale: #8B8B8B. Windows color (decimal): -6523688 or 14185628. OLE color: 14185628.
HSL color Cylindrical-coordinate representation of color #9C74D8: hue angle of 264º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C74D8 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 116 | 216 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.15 |
| HSL | 264º | 0.56% | 0.65% | - |
| HSV(B) | 264º | 0.46% | 0.85% | - |
| XYZ | 32.35 | 24.52 | 67.99 | - |
| YUV | 139.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 216 | 0.28 | 0.46 | 0 | 0.15 | 264 | 0.56 | 0.65 |
| Hex | 9C | 74 | D8 | 1C | 2E | 0 | F | 108 | 38 | 41 |
| Octal | 234 | 164 | 330 | 34 | 56 | 0 | 17 | 410 | 70 | 101 |
| Binary | 10011100 | 1110100 | 11011000 | 11100 | 101110 | 0 | 1111 | 100001000 | 111000 | 1000001 |
Color Harmonies of #9C74D8
Complementary color
Monochromatic Colors of #9C74D8
Black with #9C74D8
Text Example
Text Example
White with #9C74D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74D8; }
p { color: rgb(156,116,216); }
H1.HeaderClassName
{
color: #9C74D8;
}
.AnyTagClassName
{
color: #9C74D8;
}
</style>
background-color css
<style>
a { background-color: #9C74D8; }
a { background-color: rgb(156,116,216); }
div.DivClassName
{
background-color: #9C74D8;
}
.BgClassName
{
background-color: #9C74D8;
}
</style>
border-color css
<style>
span { border-color: #9C74D8; }
span { border-color: rgb(156,116,216); }
td.TdClassName
{
border-color: #9C74D8;
}
.TagClassName
{
border-color: #9C74D8;
}
</style>