Shades of Medium Purple #9580DD
Tints of Medium Purple #9580DD
RGB
CMYK
RGB Variations
Color information
#9580DD (or 0x9580DD) is known color: Medium Purple. HEX triplet: 95, 80 and DD. RGB value is (149,128,221). Sum of RGB (Red+Green+Blue) = 149+128+221=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #9580DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580DD is #6A7F22. Grayscale: #909090. Windows color (decimal): -6979363 or 14516373. OLE color: 14516373.
HSL color Cylindrical-coordinate representation of color #9580DD: hue angle of 253.55º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9580DD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 128 | 221 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.13 |
| HSL | 253.55º | 0.58% | 0.68% | - |
| HSV(B) | 253.55º | 0.42% | 0.87% | - |
| XYZ | 33.16 | 27.05 | 71.88 | - |
| YUV | 144.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 221 | 0.33 | 0.42 | 0 | 0.13 | 253.55 | 0.58 | 0.68 |
| Hex | 95 | 80 | DD | 21 | 2A | 0 | D | FE | 3A | 44 |
| Octal | 225 | 200 | 335 | 41 | 52 | 0 | 15 | 376 | 72 | 104 |
| Binary | 10010101 | 10000000 | 11011101 | 100001 | 101010 | 0 | 1101 | 11111110 | 111010 | 1000100 |
Color Harmonies of #9580DD
Complementary color
Monochromatic Colors of #9580DD
Black with #9580DD
Text Example
Text Example
White with #9580DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580DD; }
p { color: rgb(149,128,221); }
H1.HeaderClassName
{
color: #9580DD;
}
.AnyTagClassName
{
color: #9580DD;
}
</style>
background-color css
<style>
a { background-color: #9580DD; }
a { background-color: rgb(149,128,221); }
div.DivClassName
{
background-color: #9580DD;
}
.BgClassName
{
background-color: #9580DD;
}
</style>
border-color css
<style>
span { border-color: #9580DD; }
span { border-color: rgb(149,128,221); }
td.TdClassName
{
border-color: #9580DD;
}
.TagClassName
{
border-color: #9580DD;
}
</style>