Shades of Medium Purple #9583EC
Tints of Medium Purple #9583EC
RGB
CMYK
RGB Variations
Color information
#9583EC (or 0x9583EC) is known color: Medium Purple. HEX triplet: 95, 83 and EC. RGB value is (149,131,236). Sum of RGB (Red+Green+Blue) = 149+131+236=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #9583EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9583EC is #6A7C13. Grayscale: #939393. Windows color (decimal): -6978580 or 15500181. OLE color: 15500181.
HSL color Cylindrical-coordinate representation of color #9583EC: hue angle of 250.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9583EC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 131 | 236 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.07 |
| HSL | 250.29º | 0.73% | 0.72% | - |
| HSV(B) | 250.29º | 0.44% | 0.93% | - |
| XYZ | 35.65 | 28.68 | 83.01 | - |
| YUV | 148.35 | 177.46 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 236 | 0.37 | 0.44 | 0 | 0.07 | 250.29 | 0.73 | 0.72 |
| Hex | 95 | 83 | EC | 25 | 2C | 0 | 7 | FA | 49 | 48 |
| Octal | 225 | 203 | 354 | 45 | 54 | 0 | 7 | 372 | 111 | 110 |
| Binary | 10010101 | 10000011 | 11101100 | 100101 | 101100 | 0 | 111 | 11111010 | 1001001 | 1001000 |
Color Harmonies of #9583EC
Complementary color
Monochromatic Colors of #9583EC
Black with #9583EC
Text Example
Text Example
White with #9583EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9583EC; }
p { color: rgb(149,131,236); }
H1.HeaderClassName
{
color: #9583EC;
}
.AnyTagClassName
{
color: #9583EC;
}
</style>
background-color css
<style>
a { background-color: #9583EC; }
a { background-color: rgb(149,131,236); }
div.DivClassName
{
background-color: #9583EC;
}
.BgClassName
{
background-color: #9583EC;
}
</style>
border-color css
<style>
span { border-color: #9583EC; }
span { border-color: rgb(149,131,236); }
td.TdClassName
{
border-color: #9583EC;
}
.TagClassName
{
border-color: #9583EC;
}
</style>