Shades of Medium Purple #9580D4
Tints of Medium Purple #9580D4
RGB
CMYK
RGB Variations
Color information
#9580D4 (or 0x9580D4) is known color: Medium Purple. HEX triplet: 95, 80 and D4. RGB value is (149,128,212). Sum of RGB (Red+Green+Blue) = 149+128+212=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #9580D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580D4 is #6A7F2B. Grayscale: #8F8F8F. Windows color (decimal): -6979372 or 13926549. OLE color: 13926549.
HSL color Cylindrical-coordinate representation of color #9580D4: hue angle of 255º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9580D4 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 128 | 212 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.17 |
| HSL | 255º | 0.49% | 0.67% | - |
| HSV(B) | 255º | 0.4% | 0.83% | - |
| XYZ | 32 | 26.58 | 65.73 | - |
| YUV | 143.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 212 | 0.30 | 0.40 | 0 | 0.17 | 255 | 0.49 | 0.67 |
| Hex | 95 | 80 | D4 | 1E | 28 | 0 | 11 | FF | 31 | 43 |
| Octal | 225 | 200 | 324 | 36 | 50 | 0 | 21 | 377 | 61 | 103 |
| Binary | 10010101 | 10000000 | 11010100 | 11110 | 101000 | 0 | 10001 | 11111111 | 110001 | 1000011 |
Color Harmonies of #9580D4
Complementary color
Monochromatic Colors of #9580D4
Black with #9580D4
Text Example
Text Example
White with #9580D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580D4; }
p { color: rgb(149,128,212); }
H1.HeaderClassName
{
color: #9580D4;
}
.AnyTagClassName
{
color: #9580D4;
}
</style>
background-color css
<style>
a { background-color: #9580D4; }
a { background-color: rgb(149,128,212); }
div.DivClassName
{
background-color: #9580D4;
}
.BgClassName
{
background-color: #9580D4;
}
</style>
border-color css
<style>
span { border-color: #9580D4; }
span { border-color: rgb(149,128,212); }
td.TdClassName
{
border-color: #9580D4;
}
.TagClassName
{
border-color: #9580D4;
}
</style>