Shades of Medium Purple #9583ED
Tints of Medium Purple #9583ED
RGB
CMYK
RGB Variations
Color information
#9583ED (or 0x9583ED) is known color: Medium Purple. HEX triplet: 95, 83 and ED. RGB value is (149,131,237). Sum of RGB (Red+Green+Blue) = 149+131+237=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #9583ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9583ED is #6A7C12. Grayscale: #949494. Windows color (decimal): -6978579 or 15565717. OLE color: 15565717.
HSL color Cylindrical-coordinate representation of color #9583ED: hue angle of 250.19º degrees, saturation: 0.75, 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 #9583ED is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 131 | 237 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.07 |
| HSL | 250.19º | 0.75% | 0.72% | - |
| HSV(B) | 250.19º | 0.45% | 0.93% | - |
| XYZ | 35.8 | 28.74 | 83.78 | - |
| YUV | 148.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 237 | 0.37 | 0.45 | 0 | 0.07 | 250.19 | 0.75 | 0.72 |
| Hex | 95 | 83 | ED | 25 | 2D | 0 | 7 | FA | 4B | 48 |
| Octal | 225 | 203 | 355 | 45 | 55 | 0 | 7 | 372 | 113 | 110 |
| Binary | 10010101 | 10000011 | 11101101 | 100101 | 101101 | 0 | 111 | 11111010 | 1001011 | 1001000 |
Color Harmonies of #9583ED
Complementary color
Monochromatic Colors of #9583ED
Black with #9583ED
Text Example
Text Example
White with #9583ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9583ED; }
p { color: rgb(149,131,237); }
H1.HeaderClassName
{
color: #9583ED;
}
.AnyTagClassName
{
color: #9583ED;
}
</style>
background-color css
<style>
a { background-color: #9583ED; }
a { background-color: rgb(149,131,237); }
div.DivClassName
{
background-color: #9583ED;
}
.BgClassName
{
background-color: #9583ED;
}
</style>
border-color css
<style>
span { border-color: #9583ED; }
span { border-color: rgb(149,131,237); }
td.TdClassName
{
border-color: #9583ED;
}
.TagClassName
{
border-color: #9583ED;
}
</style>