Shades of Medium Purple #9578DB
Tints of Medium Purple #9578DB
RGB
CMYK
RGB Variations
Color information
#9578DB (or 0x9578DB) is known color: Medium Purple. HEX triplet: 95, 78 and DB. RGB value is (149,120,219). Sum of RGB (Red+Green+Blue) = 149+120+219=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #9578DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578DB is #6A8724. Grayscale: #8B8B8B. Windows color (decimal): -6981413 or 14383253. OLE color: 14383253.
HSL color Cylindrical-coordinate representation of color #9578DB: hue angle of 257.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9578DB is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 120 | 219 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.14 |
| HSL | 257.58º | 0.58% | 0.66% | - |
| HSV(B) | 257.58º | 0.45% | 0.86% | - |
| XYZ | 31.9 | 24.94 | 70.15 | - |
| YUV | 139.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 219 | 0.32 | 0.45 | 0 | 0.14 | 257.58 | 0.58 | 0.66 |
| Hex | 95 | 78 | DB | 20 | 2D | 0 | E | 102 | 3A | 42 |
| Octal | 225 | 170 | 333 | 40 | 55 | 0 | 16 | 402 | 72 | 102 |
| Binary | 10010101 | 1111000 | 11011011 | 100000 | 101101 | 0 | 1110 | 100000010 | 111010 | 1000010 |
Color Harmonies of #9578DB
Complementary color
Monochromatic Colors of #9578DB
Black with #9578DB
Text Example
Text Example
White with #9578DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9578DB; }
p { color: rgb(149,120,219); }
H1.HeaderClassName
{
color: #9578DB;
}
.AnyTagClassName
{
color: #9578DB;
}
</style>
background-color css
<style>
a { background-color: #9578DB; }
a { background-color: rgb(149,120,219); }
div.DivClassName
{
background-color: #9578DB;
}
.BgClassName
{
background-color: #9578DB;
}
</style>
border-color css
<style>
span { border-color: #9578DB; }
span { border-color: rgb(149,120,219); }
td.TdClassName
{
border-color: #9578DB;
}
.TagClassName
{
border-color: #9578DB;
}
</style>