Shades of Medium Purple #9582EE
Tints of Medium Purple #9582EE
RGB
CMYK
RGB Variations
Color information
#9582EE (or 0x9582EE) is known color: Medium Purple. HEX triplet: 95, 82 and EE. RGB value is (149,130,238). Sum of RGB (Red+Green+Blue) = 149+130+238=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #9582EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9582EE is #6A7D11. Grayscale: #939393. Windows color (decimal): -6978834 or 15630997. OLE color: 15630997.
HSL color Cylindrical-coordinate representation of color #9582EE: hue angle of 250.56º degrees, saturation: 0.76, 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 #9582EE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 130 | 238 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.07 |
| HSL | 250.56º | 0.76% | 0.72% | - |
| HSV(B) | 250.56º | 0.45% | 0.93% | - |
| XYZ | 35.81 | 28.53 | 84.51 | - |
| YUV | 147.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 238 | 0.37 | 0.45 | 0 | 0.07 | 250.56 | 0.76 | 0.72 |
| Hex | 95 | 82 | EE | 25 | 2D | 0 | 7 | FB | 4C | 48 |
| Octal | 225 | 202 | 356 | 45 | 55 | 0 | 7 | 373 | 114 | 110 |
| Binary | 10010101 | 10000010 | 11101110 | 100101 | 101101 | 0 | 111 | 11111011 | 1001100 | 1001000 |
Color Harmonies of #9582EE
Complementary color
Monochromatic Colors of #9582EE
Black with #9582EE
Text Example
Text Example
White with #9582EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9582EE; }
p { color: rgb(149,130,238); }
H1.HeaderClassName
{
color: #9582EE;
}
.AnyTagClassName
{
color: #9582EE;
}
</style>
background-color css
<style>
a { background-color: #9582EE; }
a { background-color: rgb(149,130,238); }
div.DivClassName
{
background-color: #9582EE;
}
.BgClassName
{
background-color: #9582EE;
}
</style>
border-color css
<style>
span { border-color: #9582EE; }
span { border-color: rgb(149,130,238); }
td.TdClassName
{
border-color: #9582EE;
}
.TagClassName
{
border-color: #9582EE;
}
</style>