Shades of Medium Purple #9C74DF
Tints of Medium Purple #9C74DF
RGB
CMYK
RGB Variations
Color information
#9C74DF (or 0x9C74DF) is known color: Medium Purple. HEX triplet: 9C, 74 and DF. RGB value is (156,116,223). Sum of RGB (Red+Green+Blue) = 156+116+223=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74DF is #638B20. Grayscale: #8B8B8B. Windows color (decimal): -6523681 or 14644380. OLE color: 14644380.
HSL color Cylindrical-coordinate representation of color #9C74DF: hue angle of 262.43º degrees, saturation: 0.63, 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 #9C74DF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 116 | 223 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.13 |
| HSL | 262.43º | 0.63% | 0.66% | - |
| HSV(B) | 262.43º | 0.48% | 0.87% | - |
| XYZ | 33.27 | 24.89 | 72.86 | - |
| YUV | 140.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 223 | 0.30 | 0.48 | 0 | 0.13 | 262.43 | 0.63 | 0.66 |
| Hex | 9C | 74 | DF | 1E | 30 | 0 | D | 106 | 3F | 42 |
| Octal | 234 | 164 | 337 | 36 | 60 | 0 | 15 | 406 | 77 | 102 |
| Binary | 10011100 | 1110100 | 11011111 | 11110 | 110000 | 0 | 1101 | 100000110 | 111111 | 1000010 |
Color Harmonies of #9C74DF
Complementary color
Monochromatic Colors of #9C74DF
Black with #9C74DF
Text Example
Text Example
White with #9C74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74DF; }
p { color: rgb(156,116,223); }
H1.HeaderClassName
{
color: #9C74DF;
}
.AnyTagClassName
{
color: #9C74DF;
}
</style>
background-color css
<style>
a { background-color: #9C74DF; }
a { background-color: rgb(156,116,223); }
div.DivClassName
{
background-color: #9C74DF;
}
.BgClassName
{
background-color: #9C74DF;
}
</style>
border-color css
<style>
span { border-color: #9C74DF; }
span { border-color: rgb(156,116,223); }
td.TdClassName
{
border-color: #9C74DF;
}
.TagClassName
{
border-color: #9C74DF;
}
</style>