Shades of Medium Purple #9982EF
Tints of Medium Purple #9982EF
RGB
CMYK
RGB Variations
Color information
#9982EF (or 0x9982EF) is known color: Medium Purple. HEX triplet: 99, 82 and EF. RGB value is (153,130,239). Sum of RGB (Red+Green+Blue) = 153+130+239=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #9982EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982EF is #667D10. Grayscale: #949494. Windows color (decimal): -6716689 or 15696537. OLE color: 15696537.
HSL color Cylindrical-coordinate representation of color #9982EF: hue angle of 252.66º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9982EF is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 130 | 239 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.06 |
| HSL | 252.66º | 0.77% | 0.72% | - |
| HSV(B) | 252.66º | 0.46% | 0.94% | - |
| XYZ | 36.7 | 28.97 | 85.32 | - |
| YUV | 149.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 239 | 0.36 | 0.46 | 0 | 0.06 | 252.66 | 0.77 | 0.72 |
| Hex | 99 | 82 | EF | 24 | 2E | 0 | 6 | FD | 4D | 48 |
| Octal | 231 | 202 | 357 | 44 | 56 | 0 | 6 | 375 | 115 | 110 |
| Binary | 10011001 | 10000010 | 11101111 | 100100 | 101110 | 0 | 110 | 11111101 | 1001101 | 1001000 |
Color Harmonies of #9982EF
Complementary color
Monochromatic Colors of #9982EF
Black with #9982EF
Text Example
Text Example
White with #9982EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982EF; }
p { color: rgb(153,130,239); }
H1.HeaderClassName
{
color: #9982EF;
}
.AnyTagClassName
{
color: #9982EF;
}
</style>
background-color css
<style>
a { background-color: #9982EF; }
a { background-color: rgb(153,130,239); }
div.DivClassName
{
background-color: #9982EF;
}
.BgClassName
{
background-color: #9982EF;
}
</style>
border-color css
<style>
span { border-color: #9982EF; }
span { border-color: rgb(153,130,239); }
td.TdClassName
{
border-color: #9982EF;
}
.TagClassName
{
border-color: #9982EF;
}
</style>