Shades of Medium Purple #9580D3
Tints of Medium Purple #9580D3
RGB
CMYK
RGB Variations
Color information
#9580D3 (or 0x9580D3) is known color: Medium Purple. HEX triplet: 95, 80 and D3. RGB value is (149,128,211). Sum of RGB (Red+Green+Blue) = 149+128+211=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #9580D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580D3 is #6A7F2C. Grayscale: #8F8F8F. Windows color (decimal): -6979373 or 13861013. OLE color: 13861013.
HSL color Cylindrical-coordinate representation of color #9580D3: hue angle of 255.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9580D3 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 128 | 211 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.17 |
| HSL | 255.18º | 0.49% | 0.66% | - |
| HSV(B) | 255.18º | 0.39% | 0.83% | - |
| XYZ | 31.87 | 26.53 | 65.07 | - |
| YUV | 143.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 211 | 0.29 | 0.39 | 0 | 0.17 | 255.18 | 0.49 | 0.66 |
| Hex | 95 | 80 | D3 | 1D | 27 | 0 | 11 | FF | 31 | 42 |
| Octal | 225 | 200 | 323 | 35 | 47 | 0 | 21 | 377 | 61 | 102 |
| Binary | 10010101 | 10000000 | 11010011 | 11101 | 100111 | 0 | 10001 | 11111111 | 110001 | 1000010 |
Color Harmonies of #9580D3
Complementary color
Monochromatic Colors of #9580D3
Black with #9580D3
Text Example
Text Example
White with #9580D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580D3; }
p { color: rgb(149,128,211); }
H1.HeaderClassName
{
color: #9580D3;
}
.AnyTagClassName
{
color: #9580D3;
}
</style>
background-color css
<style>
a { background-color: #9580D3; }
a { background-color: rgb(149,128,211); }
div.DivClassName
{
background-color: #9580D3;
}
.BgClassName
{
background-color: #9580D3;
}
</style>
border-color css
<style>
span { border-color: #9580D3; }
span { border-color: rgb(149,128,211); }
td.TdClassName
{
border-color: #9580D3;
}
.TagClassName
{
border-color: #9580D3;
}
</style>