Shades of Medium Purple #9580D7
Tints of Medium Purple #9580D7
RGB
CMYK
RGB Variations
Color information
#9580D7 (or 0x9580D7) is known color: Medium Purple. HEX triplet: 95, 80 and D7. RGB value is (149,128,215). Sum of RGB (Red+Green+Blue) = 149+128+215=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #9580D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580D7 is #6A7F28. Grayscale: #8F8F8F. Windows color (decimal): -6979369 or 14123157. OLE color: 14123157.
HSL color Cylindrical-coordinate representation of color #9580D7: hue angle of 254.48º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9580D7 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 128 | 215 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.16 |
| HSL | 254.48º | 0.52% | 0.67% | - |
| HSV(B) | 254.48º | 0.4% | 0.84% | - |
| XYZ | 32.38 | 26.73 | 67.74 | - |
| YUV | 144.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 215 | 0.31 | 0.40 | 0 | 0.16 | 254.48 | 0.52 | 0.67 |
| Hex | 95 | 80 | D7 | 1F | 28 | 0 | 10 | FE | 34 | 43 |
| Octal | 225 | 200 | 327 | 37 | 50 | 0 | 20 | 376 | 64 | 103 |
| Binary | 10010101 | 10000000 | 11010111 | 11111 | 101000 | 0 | 10000 | 11111110 | 110100 | 1000011 |
Color Harmonies of #9580D7
Complementary color
Monochromatic Colors of #9580D7
Black with #9580D7
Text Example
Text Example
White with #9580D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580D7; }
p { color: rgb(149,128,215); }
H1.HeaderClassName
{
color: #9580D7;
}
.AnyTagClassName
{
color: #9580D7;
}
</style>
background-color css
<style>
a { background-color: #9580D7; }
a { background-color: rgb(149,128,215); }
div.DivClassName
{
background-color: #9580D7;
}
.BgClassName
{
background-color: #9580D7;
}
</style>
border-color css
<style>
span { border-color: #9580D7; }
span { border-color: rgb(149,128,215); }
td.TdClassName
{
border-color: #9580D7;
}
.TagClassName
{
border-color: #9580D7;
}
</style>