Shades of Medium Purple #9E82DD
Tints of Medium Purple #9E82DD
RGB
CMYK
RGB Variations
Color information
#9E82DD (or 0x9E82DD) is known color: Medium Purple. HEX triplet: 9E, 82 and DD. RGB value is (158,130,221). Sum of RGB (Red+Green+Blue) = 158+130+221=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82DD is #617D22. Grayscale: #949494. Windows color (decimal): -6389027 or 14516894. OLE color: 14516894.
HSL color Cylindrical-coordinate representation of color #9E82DD: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E82DD is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 130 | 221 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.13 |
| HSL | 258.46º | 0.57% | 0.69% | - |
| HSV(B) | 258.46º | 0.41% | 0.87% | - |
| XYZ | 35.13 | 28.45 | 72.05 | - |
| YUV | 148.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 221 | 0.29 | 0.41 | 0 | 0.13 | 258.46 | 0.57 | 0.69 |
| Hex | 9E | 82 | DD | 1D | 29 | 0 | D | 102 | 39 | 45 |
| Octal | 236 | 202 | 335 | 35 | 51 | 0 | 15 | 402 | 71 | 105 |
| Binary | 10011110 | 10000010 | 11011101 | 11101 | 101001 | 0 | 1101 | 100000010 | 111001 | 1000101 |
Color Harmonies of #9E82DD
Complementary color
Monochromatic Colors of #9E82DD
Black with #9E82DD
Text Example
Text Example
White with #9E82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E82DD; }
p { color: rgb(158,130,221); }
H1.HeaderClassName
{
color: #9E82DD;
}
.AnyTagClassName
{
color: #9E82DD;
}
</style>
background-color css
<style>
a { background-color: #9E82DD; }
a { background-color: rgb(158,130,221); }
div.DivClassName
{
background-color: #9E82DD;
}
.BgClassName
{
background-color: #9E82DD;
}
</style>
border-color css
<style>
span { border-color: #9E82DD; }
span { border-color: rgb(158,130,221); }
td.TdClassName
{
border-color: #9E82DD;
}
.TagClassName
{
border-color: #9E82DD;
}
</style>