Shades of Medium Purple #9982EE
Tints of Medium Purple #9982EE
RGB
CMYK
RGB Variations
Color information
#9982EE (or 0x9982EE) is known color: Medium Purple. HEX triplet: 99, 82 and EE. RGB value is (153,130,238). Sum of RGB (Red+Green+Blue) = 153+130+238=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #9982EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982EE is #667D11. Grayscale: #949494. Windows color (decimal): -6716690 or 15631001. OLE color: 15631001.
HSL color Cylindrical-coordinate representation of color #9982EE: hue angle of 252.78º 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 #9982EE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 130 | 238 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.07 |
| HSL | 252.78º | 0.76% | 0.72% | - |
| HSV(B) | 252.78º | 0.45% | 0.93% | - |
| XYZ | 36.55 | 28.91 | 84.54 | - |
| YUV | 149.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 238 | 0.36 | 0.45 | 0 | 0.07 | 252.78 | 0.76 | 0.72 |
| Hex | 99 | 82 | EE | 24 | 2D | 0 | 7 | FD | 4C | 48 |
| Octal | 231 | 202 | 356 | 44 | 55 | 0 | 7 | 375 | 114 | 110 |
| Binary | 10011001 | 10000010 | 11101110 | 100100 | 101101 | 0 | 111 | 11111101 | 1001100 | 1001000 |
Color Harmonies of #9982EE
Complementary color
Monochromatic Colors of #9982EE
Black with #9982EE
Text Example
Text Example
White with #9982EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982EE; }
p { color: rgb(153,130,238); }
H1.HeaderClassName
{
color: #9982EE;
}
.AnyTagClassName
{
color: #9982EE;
}
</style>
background-color css
<style>
a { background-color: #9982EE; }
a { background-color: rgb(153,130,238); }
div.DivClassName
{
background-color: #9982EE;
}
.BgClassName
{
background-color: #9982EE;
}
</style>
border-color css
<style>
span { border-color: #9982EE; }
span { border-color: rgb(153,130,238); }
td.TdClassName
{
border-color: #9982EE;
}
.TagClassName
{
border-color: #9982EE;
}
</style>