Shades of Medium Purple #9560DC
Tints of Medium Purple #9560DC
RGB
CMYK
RGB Variations
Color information
#9560DC (or 0x9560DC) is known color: Medium Purple. HEX triplet: 95, 60 and DC. RGB value is (149,96,220). Sum of RGB (Red+Green+Blue) = 149+96+220=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9560DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560DC is #6A9F23. Grayscale: #7D7D7D. Windows color (decimal): -6987556 or 14442645. OLE color: 14442645.
HSL color Cylindrical-coordinate representation of color #9560DC: hue angle of 265.65º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9560DC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 96 | 220 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.14 |
| HSL | 265.65º | 0.64% | 0.62% | - |
| HSV(B) | 265.65º | 0.56% | 0.86% | - |
| XYZ | 29.5 | 19.92 | 70 | - |
| YUV | 125.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 220 | 0.32 | 0.56 | 0 | 0.14 | 265.65 | 0.64 | 0.62 |
| Hex | 95 | 60 | DC | 20 | 38 | 0 | E | 10A | 40 | 3E |
| Octal | 225 | 140 | 334 | 40 | 70 | 0 | 16 | 412 | 100 | 76 |
| Binary | 10010101 | 1100000 | 11011100 | 100000 | 111000 | 0 | 1110 | 100001010 | 1000000 | 111110 |
Color Harmonies of #9560DC
Complementary color
Monochromatic Colors of #9560DC
Black with #9560DC
Text Example
Text Example
White with #9560DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560DC; }
p { color: rgb(149,96,220); }
H1.HeaderClassName
{
color: #9560DC;
}
.AnyTagClassName
{
color: #9560DC;
}
</style>
background-color css
<style>
a { background-color: #9560DC; }
a { background-color: rgb(149,96,220); }
div.DivClassName
{
background-color: #9560DC;
}
.BgClassName
{
background-color: #9560DC;
}
</style>
border-color css
<style>
span { border-color: #9560DC; }
span { border-color: rgb(149,96,220); }
td.TdClassName
{
border-color: #9560DC;
}
.TagClassName
{
border-color: #9560DC;
}
</style>