Shades of Medium Purple #9982E8
Tints of Medium Purple #9982E8
RGB
CMYK
RGB Variations
Color information
#9982E8 (or 0x9982E8) is known color: Medium Purple. HEX triplet: 99, 82 and E8. RGB value is (153,130,232). Sum of RGB (Red+Green+Blue) = 153+130+232=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #9982E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982E8 is #667D17. Grayscale: #949494. Windows color (decimal): -6716696 or 15237785. OLE color: 15237785.
HSL color Cylindrical-coordinate representation of color #9982E8: hue angle of 253.53º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9982E8 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 130 | 232 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.09 |
| HSL | 253.53º | 0.69% | 0.71% | - |
| HSV(B) | 253.53º | 0.44% | 0.91% | - |
| XYZ | 35.68 | 28.56 | 79.98 | - |
| YUV | 148.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 232 | 0.34 | 0.44 | 0 | 0.09 | 253.53 | 0.69 | 0.71 |
| Hex | 99 | 82 | E8 | 22 | 2C | 0 | 9 | FE | 45 | 47 |
| Octal | 231 | 202 | 350 | 42 | 54 | 0 | 11 | 376 | 105 | 107 |
| Binary | 10011001 | 10000010 | 11101000 | 100010 | 101100 | 0 | 1001 | 11111110 | 1000101 | 1000111 |
Color Harmonies of #9982E8
Complementary color
Monochromatic Colors of #9982E8
Black with #9982E8
Text Example
Text Example
White with #9982E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982E8; }
p { color: rgb(153,130,232); }
H1.HeaderClassName
{
color: #9982E8;
}
.AnyTagClassName
{
color: #9982E8;
}
</style>
background-color css
<style>
a { background-color: #9982E8; }
a { background-color: rgb(153,130,232); }
div.DivClassName
{
background-color: #9982E8;
}
.BgClassName
{
background-color: #9982E8;
}
</style>
border-color css
<style>
span { border-color: #9982E8; }
span { border-color: rgb(153,130,232); }
td.TdClassName
{
border-color: #9982E8;
}
.TagClassName
{
border-color: #9982E8;
}
</style>