Shades of Medium Purple #9564DC
Tints of Medium Purple #9564DC
RGB
CMYK
RGB Variations
Color information
#9564DC (or 0x9564DC) is known color: Medium Purple. HEX triplet: 95, 64 and DC. RGB value is (149,100,220). Sum of RGB (Red+Green+Blue) = 149+100+220=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9564DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564DC is #6A9B23. Grayscale: #7F7F7F. Windows color (decimal): -6986532 or 14443669. OLE color: 14443669.
HSL color Cylindrical-coordinate representation of color #9564DC: hue angle of 264.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9564DC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 100 | 220 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.14 |
| HSL | 264.5º | 0.63% | 0.63% | - |
| HSV(B) | 264.5º | 0.55% | 0.86% | - |
| XYZ | 29.87 | 20.67 | 70.13 | - |
| YUV | 128.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 220 | 0.32 | 0.55 | 0 | 0.14 | 264.5 | 0.63 | 0.63 |
| Hex | 95 | 64 | DC | 20 | 37 | 0 | E | 108 | 3F | 3F |
| Octal | 225 | 144 | 334 | 40 | 67 | 0 | 16 | 410 | 77 | 77 |
| Binary | 10010101 | 1100100 | 11011100 | 100000 | 110111 | 0 | 1110 | 100001000 | 111111 | 111111 |
Color Harmonies of #9564DC
Complementary color
Monochromatic Colors of #9564DC
Black with #9564DC
Text Example
Text Example
White with #9564DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564DC; }
p { color: rgb(149,100,220); }
H1.HeaderClassName
{
color: #9564DC;
}
.AnyTagClassName
{
color: #9564DC;
}
</style>
background-color css
<style>
a { background-color: #9564DC; }
a { background-color: rgb(149,100,220); }
div.DivClassName
{
background-color: #9564DC;
}
.BgClassName
{
background-color: #9564DC;
}
</style>
border-color css
<style>
span { border-color: #9564DC; }
span { border-color: rgb(149,100,220); }
td.TdClassName
{
border-color: #9564DC;
}
.TagClassName
{
border-color: #9564DC;
}
</style>