Shades of Medium Purple #9563DB
Tints of Medium Purple #9563DB
RGB
CMYK
RGB Variations
Color information
#9563DB (or 0x9563DB) is known color: Medium Purple. HEX triplet: 95, 63 and DB. RGB value is (149,99,219). Sum of RGB (Red+Green+Blue) = 149+99+219=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9563DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563DB is #6A9C24. Grayscale: #7F7F7F. Windows color (decimal): -6986789 or 14377877. OLE color: 14377877.
HSL color Cylindrical-coordinate representation of color #9563DB: hue angle of 265º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9563DB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 99 | 219 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.14 |
| HSL | 265º | 0.63% | 0.62% | - |
| HSV(B) | 265º | 0.55% | 0.86% | - |
| XYZ | 29.64 | 20.43 | 69.4 | - |
| YUV | 127.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 219 | 0.32 | 0.55 | 0 | 0.14 | 265 | 0.63 | 0.62 |
| Hex | 95 | 63 | DB | 20 | 37 | 0 | E | 109 | 3E | 3E |
| Octal | 225 | 143 | 333 | 40 | 67 | 0 | 16 | 411 | 76 | 76 |
| Binary | 10010101 | 1100011 | 11011011 | 100000 | 110111 | 0 | 1110 | 100001001 | 111110 | 111110 |
Color Harmonies of #9563DB
Complementary color
Monochromatic Colors of #9563DB
Black with #9563DB
Text Example
Text Example
White with #9563DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9563DB; }
p { color: rgb(149,99,219); }
H1.HeaderClassName
{
color: #9563DB;
}
.AnyTagClassName
{
color: #9563DB;
}
</style>
background-color css
<style>
a { background-color: #9563DB; }
a { background-color: rgb(149,99,219); }
div.DivClassName
{
background-color: #9563DB;
}
.BgClassName
{
background-color: #9563DB;
}
</style>
border-color css
<style>
span { border-color: #9563DB; }
span { border-color: rgb(149,99,219); }
td.TdClassName
{
border-color: #9563DB;
}
.TagClassName
{
border-color: #9563DB;
}
</style>