Shades of Medium Purple #9C64DF
Tints of Medium Purple #9C64DF
RGB
CMYK
RGB Variations
Color information
#9C64DF (or 0x9C64DF) is known color: Medium Purple. HEX triplet: 9C, 64 and DF. RGB value is (156,100,223). Sum of RGB (Red+Green+Blue) = 156+100+223=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64DF is #639B20. Grayscale: #828282. Windows color (decimal): -6527777 or 14640284. OLE color: 14640284.
HSL color Cylindrical-coordinate representation of color #9C64DF: hue angle of 267.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C64DF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 100 | 223 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.13 |
| HSL | 267.32º | 0.66% | 0.63% | - |
| HSV(B) | 267.32º | 0.55% | 0.87% | - |
| XYZ | 31.59 | 21.51 | 72.3 | - |
| YUV | 130.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 223 | 0.30 | 0.55 | 0 | 0.13 | 267.32 | 0.66 | 0.63 |
| Hex | 9C | 64 | DF | 1E | 37 | 0 | D | 10B | 42 | 3F |
| Octal | 234 | 144 | 337 | 36 | 67 | 0 | 15 | 413 | 102 | 77 |
| Binary | 10011100 | 1100100 | 11011111 | 11110 | 110111 | 0 | 1101 | 100001011 | 1000010 | 111111 |
Color Harmonies of #9C64DF
Complementary color
Monochromatic Colors of #9C64DF
Black with #9C64DF
Text Example
Text Example
White with #9C64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C64DF; }
p { color: rgb(156,100,223); }
H1.HeaderClassName
{
color: #9C64DF;
}
.AnyTagClassName
{
color: #9C64DF;
}
</style>
background-color css
<style>
a { background-color: #9C64DF; }
a { background-color: rgb(156,100,223); }
div.DivClassName
{
background-color: #9C64DF;
}
.BgClassName
{
background-color: #9C64DF;
}
</style>
border-color css
<style>
span { border-color: #9C64DF; }
span { border-color: rgb(156,100,223); }
td.TdClassName
{
border-color: #9C64DF;
}
.TagClassName
{
border-color: #9C64DF;
}
</style>