Shades of Medium Purple #9566DD
Tints of Medium Purple #9566DD
RGB
CMYK
RGB Variations
Color information
#9566DD (or 0x9566DD) is known color: Medium Purple. HEX triplet: 95, 66 and DD. RGB value is (149,102,221). Sum of RGB (Red+Green+Blue) = 149+102+221=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #9566DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566DD is #6A9922. Grayscale: #818181. Windows color (decimal): -6986019 or 14509717. OLE color: 14509717.
HSL color Cylindrical-coordinate representation of color #9566DD: hue angle of 263.7º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9566DD is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 102 | 221 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.13 |
| HSL | 263.7º | 0.64% | 0.63% | - |
| HSV(B) | 263.7º | 0.54% | 0.87% | - |
| XYZ | 30.2 | 21.11 | 70.89 | - |
| YUV | 129.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 221 | 0.33 | 0.54 | 0 | 0.13 | 263.7 | 0.64 | 0.63 |
| Hex | 95 | 66 | DD | 21 | 36 | 0 | D | 108 | 40 | 3F |
| Octal | 225 | 146 | 335 | 41 | 66 | 0 | 15 | 410 | 100 | 77 |
| Binary | 10010101 | 1100110 | 11011101 | 100001 | 110110 | 0 | 1101 | 100001000 | 1000000 | 111111 |
Color Harmonies of #9566DD
Complementary color
Monochromatic Colors of #9566DD
Black with #9566DD
Text Example
Text Example
White with #9566DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566DD; }
p { color: rgb(149,102,221); }
H1.HeaderClassName
{
color: #9566DD;
}
.AnyTagClassName
{
color: #9566DD;
}
</style>
background-color css
<style>
a { background-color: #9566DD; }
a { background-color: rgb(149,102,221); }
div.DivClassName
{
background-color: #9566DD;
}
.BgClassName
{
background-color: #9566DD;
}
</style>
border-color css
<style>
span { border-color: #9566DD; }
span { border-color: rgb(149,102,221); }
td.TdClassName
{
border-color: #9566DD;
}
.TagClassName
{
border-color: #9566DD;
}
</style>