Shades of Medium Purple #9569DD
Tints of Medium Purple #9569DD
RGB
CMYK
RGB Variations
Color information
#9569DD (or 0x9569DD) is known color: Medium Purple. HEX triplet: 95, 69 and DD. RGB value is (149,105,221). Sum of RGB (Red+Green+Blue) = 149+105+221=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #9569DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569DD is #6A9622. Grayscale: #828282. Windows color (decimal): -6985251 or 14510485. OLE color: 14510485.
HSL color Cylindrical-coordinate representation of color #9569DD: hue angle of 262.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9569DD is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 105 | 221 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.13 |
| HSL | 262.76º | 0.63% | 0.64% | - |
| HSV(B) | 262.76º | 0.52% | 0.87% | - |
| XYZ | 30.5 | 21.71 | 70.99 | - |
| YUV | 131.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 221 | 0.33 | 0.52 | 0 | 0.13 | 262.76 | 0.63 | 0.64 |
| Hex | 95 | 69 | DD | 21 | 34 | 0 | D | 107 | 3F | 40 |
| Octal | 225 | 151 | 335 | 41 | 64 | 0 | 15 | 407 | 77 | 100 |
| Binary | 10010101 | 1101001 | 11011101 | 100001 | 110100 | 0 | 1101 | 100000111 | 111111 | 1000000 |
Color Harmonies of #9569DD
Complementary color
Monochromatic Colors of #9569DD
Black with #9569DD
Text Example
Text Example
White with #9569DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569DD; }
p { color: rgb(149,105,221); }
H1.HeaderClassName
{
color: #9569DD;
}
.AnyTagClassName
{
color: #9569DD;
}
</style>
background-color css
<style>
a { background-color: #9569DD; }
a { background-color: rgb(149,105,221); }
div.DivClassName
{
background-color: #9569DD;
}
.BgClassName
{
background-color: #9569DD;
}
</style>
border-color css
<style>
span { border-color: #9569DD; }
span { border-color: rgb(149,105,221); }
td.TdClassName
{
border-color: #9569DD;
}
.TagClassName
{
border-color: #9569DD;
}
</style>