Shades of Medium Purple #9561DB
Tints of Medium Purple #9561DB
RGB
CMYK
RGB Variations
Color information
#9561DB (or 0x9561DB) is known color: Medium Purple. HEX triplet: 95, 61 and DB. RGB value is (149,97,219). Sum of RGB (Red+Green+Blue) = 149+97+219=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9561DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561DB is #6A9E24. Grayscale: #7E7E7E. Windows color (decimal): -6987301 or 14377365. OLE color: 14377365.
HSL color Cylindrical-coordinate representation of color #9561DB: hue angle of 265.57º degrees, saturation: 0.63, 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 #9561DB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 97 | 219 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.14 |
| HSL | 265.57º | 0.63% | 0.62% | - |
| HSV(B) | 265.57º | 0.56% | 0.86% | - |
| XYZ | 29.46 | 20.05 | 69.34 | - |
| YUV | 126.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 219 | 0.32 | 0.56 | 0 | 0.14 | 265.57 | 0.63 | 0.62 |
| Hex | 95 | 61 | DB | 20 | 38 | 0 | E | 10A | 3F | 3E |
| Octal | 225 | 141 | 333 | 40 | 70 | 0 | 16 | 412 | 77 | 76 |
| Binary | 10010101 | 1100001 | 11011011 | 100000 | 111000 | 0 | 1110 | 100001010 | 111111 | 111110 |
Color Harmonies of #9561DB
Complementary color
Monochromatic Colors of #9561DB
Black with #9561DB
Text Example
Text Example
White with #9561DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9561DB; }
p { color: rgb(149,97,219); }
H1.HeaderClassName
{
color: #9561DB;
}
.AnyTagClassName
{
color: #9561DB;
}
</style>
background-color css
<style>
a { background-color: #9561DB; }
a { background-color: rgb(149,97,219); }
div.DivClassName
{
background-color: #9561DB;
}
.BgClassName
{
background-color: #9561DB;
}
</style>
border-color css
<style>
span { border-color: #9561DB; }
span { border-color: rgb(149,97,219); }
td.TdClassName
{
border-color: #9561DB;
}
.TagClassName
{
border-color: #9561DB;
}
</style>