Shades of Medium Purple #9581EC
Tints of Medium Purple #9581EC
RGB
CMYK
RGB Variations
Color information
#9581EC (or 0x9581EC) is known color: Medium Purple. HEX triplet: 95, 81 and EC. RGB value is (149,129,236). Sum of RGB (Red+Green+Blue) = 149+129+236=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #9581EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9581EC is #6A7E13. Grayscale: #929292. Windows color (decimal): -6979092 or 15499669. OLE color: 15499669.
HSL color Cylindrical-coordinate representation of color #9581EC: hue angle of 251.21º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9581EC is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 129 | 236 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.07 |
| HSL | 251.22º | 0.74% | 0.72% | - |
| HSV(B) | 251.22º | 0.45% | 0.93% | - |
| XYZ | 35.39 | 28.15 | 82.92 | - |
| YUV | 147.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 236 | 0.37 | 0.45 | 0 | 0.07 | 251.22 | 0.74 | 0.72 |
| Hex | 95 | 81 | EC | 25 | 2D | 0 | 7 | FB | 4A | 48 |
| Octal | 225 | 201 | 354 | 45 | 55 | 0 | 7 | 373 | 112 | 110 |
| Binary | 10010101 | 10000001 | 11101100 | 100101 | 101101 | 0 | 111 | 11111011 | 1001010 | 1001000 |
Color Harmonies of #9581EC
Complementary color
Monochromatic Colors of #9581EC
Black with #9581EC
Text Example
Text Example
White with #9581EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9581EC; }
p { color: rgb(149,129,236); }
H1.HeaderClassName
{
color: #9581EC;
}
.AnyTagClassName
{
color: #9581EC;
}
</style>
background-color css
<style>
a { background-color: #9581EC; }
a { background-color: rgb(149,129,236); }
div.DivClassName
{
background-color: #9581EC;
}
.BgClassName
{
background-color: #9581EC;
}
</style>
border-color css
<style>
span { border-color: #9581EC; }
span { border-color: rgb(149,129,236); }
td.TdClassName
{
border-color: #9581EC;
}
.TagClassName
{
border-color: #9581EC;
}
</style>