Shades of Medium Purple #9E82EE
Tints of Medium Purple #9E82EE
RGB
CMYK
RGB Variations
Color information
#9E82EE (or 0x9E82EE) is known color: Medium Purple. HEX triplet: 9E, 82 and EE. RGB value is (158,130,238). Sum of RGB (Red+Green+Blue) = 158+130+238=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E82EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E82EE is #617D11. Grayscale: #969696. Windows color (decimal): -6389010 or 15631006. OLE color: 15631006.
HSL color Cylindrical-coordinate representation of color #9E82EE: hue angle of 255.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 #9E82EE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 130 | 238 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.07 |
| HSL | 255.56º | 0.76% | 0.72% | - |
| HSV(B) | 255.56º | 0.45% | 0.93% | - |
| XYZ | 37.52 | 29.41 | 84.59 | - |
| YUV | 150.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 238 | 0.34 | 0.45 | 0 | 0.07 | 255.56 | 0.76 | 0.72 |
| Hex | 9E | 82 | EE | 22 | 2D | 0 | 7 | 100 | 4C | 48 |
| Octal | 236 | 202 | 356 | 42 | 55 | 0 | 7 | 400 | 114 | 110 |
| Binary | 10011110 | 10000010 | 11101110 | 100010 | 101101 | 0 | 111 | 100000000 | 1001100 | 1001000 |
Color Harmonies of #9E82EE
Complementary color
Monochromatic Colors of #9E82EE
Black with #9E82EE
Text Example
Text Example
White with #9E82EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E82EE; }
p { color: rgb(158,130,238); }
H1.HeaderClassName
{
color: #9E82EE;
}
.AnyTagClassName
{
color: #9E82EE;
}
</style>
background-color css
<style>
a { background-color: #9E82EE; }
a { background-color: rgb(158,130,238); }
div.DivClassName
{
background-color: #9E82EE;
}
.BgClassName
{
background-color: #9E82EE;
}
</style>
border-color css
<style>
span { border-color: #9E82EE; }
span { border-color: rgb(158,130,238); }
td.TdClassName
{
border-color: #9E82EE;
}
.TagClassName
{
border-color: #9E82EE;
}
</style>