Shades of Medium Purple #9575DB
Tints of Medium Purple #9575DB
RGB
CMYK
RGB Variations
Color information
#9575DB (or 0x9575DB) is known color: Medium Purple. HEX triplet: 95, 75 and DB. RGB value is (149,117,219). Sum of RGB (Red+Green+Blue) = 149+117+219=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9575DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575DB is #6A8A24. Grayscale: #898989. Windows color (decimal): -6982181 or 14382485. OLE color: 14382485.
HSL color Cylindrical-coordinate representation of color #9575DB: hue angle of 258.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9575DB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 117 | 219 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.14 |
| HSL | 258.82º | 0.59% | 0.66% | - |
| HSV(B) | 258.82º | 0.47% | 0.86% | - |
| XYZ | 31.54 | 24.23 | 70.03 | - |
| YUV | 138.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 219 | 0.32 | 0.47 | 0 | 0.14 | 258.82 | 0.59 | 0.66 |
| Hex | 95 | 75 | DB | 20 | 2F | 0 | E | 103 | 3B | 42 |
| Octal | 225 | 165 | 333 | 40 | 57 | 0 | 16 | 403 | 73 | 102 |
| Binary | 10010101 | 1110101 | 11011011 | 100000 | 101111 | 0 | 1110 | 100000011 | 111011 | 1000010 |
Color Harmonies of #9575DB
Complementary color
Monochromatic Colors of #9575DB
Black with #9575DB
Text Example
Text Example
White with #9575DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575DB; }
p { color: rgb(149,117,219); }
H1.HeaderClassName
{
color: #9575DB;
}
.AnyTagClassName
{
color: #9575DB;
}
</style>
background-color css
<style>
a { background-color: #9575DB; }
a { background-color: rgb(149,117,219); }
div.DivClassName
{
background-color: #9575DB;
}
.BgClassName
{
background-color: #9575DB;
}
</style>
border-color css
<style>
span { border-color: #9575DB; }
span { border-color: rgb(149,117,219); }
td.TdClassName
{
border-color: #9575DB;
}
.TagClassName
{
border-color: #9575DB;
}
</style>