Shades of Medium Purple #9F82EA
Tints of Medium Purple #9F82EA
RGB
CMYK
RGB Variations
Color information
#9F82EA (or 0x9F82EA) is known color: Medium Purple. HEX triplet: 9F, 82 and EA. RGB value is (159,130,234). Sum of RGB (Red+Green+Blue) = 159+130+234=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F82EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F82EA is #607D15. Grayscale: #969696. Windows color (decimal): -6323478 or 15368863. OLE color: 15368863.
HSL color Cylindrical-coordinate representation of color #9F82EA: hue angle of 256.73º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F82EA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 130 | 234 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.08 |
| HSL | 256.73º | 0.71% | 0.71% | - |
| HSV(B) | 256.73º | 0.44% | 0.92% | - |
| XYZ | 37.13 | 29.28 | 81.54 | - |
| YUV | 150.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 234 | 0.32 | 0.44 | 0 | 0.08 | 256.73 | 0.71 | 0.71 |
| Hex | 9F | 82 | EA | 20 | 2C | 0 | 8 | 101 | 47 | 47 |
| Octal | 237 | 202 | 352 | 40 | 54 | 0 | 10 | 401 | 107 | 107 |
| Binary | 10011111 | 10000010 | 11101010 | 100000 | 101100 | 0 | 1000 | 100000001 | 1000111 | 1000111 |
Color Harmonies of #9F82EA
Complementary color
Monochromatic Colors of #9F82EA
Black with #9F82EA
Text Example
Text Example
White with #9F82EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F82EA; }
p { color: rgb(159,130,234); }
H1.HeaderClassName
{
color: #9F82EA;
}
.AnyTagClassName
{
color: #9F82EA;
}
</style>
background-color css
<style>
a { background-color: #9F82EA; }
a { background-color: rgb(159,130,234); }
div.DivClassName
{
background-color: #9F82EA;
}
.BgClassName
{
background-color: #9F82EA;
}
</style>
border-color css
<style>
span { border-color: #9F82EA; }
span { border-color: rgb(159,130,234); }
td.TdClassName
{
border-color: #9F82EA;
}
.TagClassName
{
border-color: #9F82EA;
}
</style>