Shades of Medium Purple #9566DC
Tints of Medium Purple #9566DC
RGB
CMYK
RGB Variations
Color information
#9566DC (or 0x9566DC) is known color: Medium Purple. HEX triplet: 95, 66 and DC. RGB value is (149,102,220). Sum of RGB (Red+Green+Blue) = 149+102+220=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #9566DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566DC is #6A9923. Grayscale: #818181. Windows color (decimal): -6986020 or 14444181. OLE color: 14444181.
HSL color Cylindrical-coordinate representation of color #9566DC: hue angle of 263.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9566DC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 102 | 220 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.14 |
| HSL | 263.9º | 0.63% | 0.63% | - |
| HSV(B) | 263.9º | 0.54% | 0.86% | - |
| XYZ | 30.06 | 21.06 | 70.19 | - |
| YUV | 129.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 220 | 0.32 | 0.54 | 0 | 0.14 | 263.9 | 0.63 | 0.63 |
| Hex | 95 | 66 | DC | 20 | 36 | 0 | E | 108 | 3F | 3F |
| Octal | 225 | 146 | 334 | 40 | 66 | 0 | 16 | 410 | 77 | 77 |
| Binary | 10010101 | 1100110 | 11011100 | 100000 | 110110 | 0 | 1110 | 100001000 | 111111 | 111111 |
Color Harmonies of #9566DC
Complementary color
Monochromatic Colors of #9566DC
Black with #9566DC
Text Example
Text Example
White with #9566DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566DC; }
p { color: rgb(149,102,220); }
H1.HeaderClassName
{
color: #9566DC;
}
.AnyTagClassName
{
color: #9566DC;
}
</style>
background-color css
<style>
a { background-color: #9566DC; }
a { background-color: rgb(149,102,220); }
div.DivClassName
{
background-color: #9566DC;
}
.BgClassName
{
background-color: #9566DC;
}
</style>
border-color css
<style>
span { border-color: #9566DC; }
span { border-color: rgb(149,102,220); }
td.TdClassName
{
border-color: #9566DC;
}
.TagClassName
{
border-color: #9566DC;
}
</style>