Shades of Medium Purple #9F80EA
Tints of Medium Purple #9F80EA
RGB
CMYK
RGB Variations
Color information
#9F80EA (or 0x9F80EA) is known color: Medium Purple. HEX triplet: 9F, 80 and EA. RGB value is (159,128,234). Sum of RGB (Red+Green+Blue) = 159+128+234=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F80EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F80EA is #607F15. Grayscale: #949494. Windows color (decimal): -6323990 or 15368351. OLE color: 15368351.
HSL color Cylindrical-coordinate representation of color #9F80EA: hue angle of 257.55º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F80EA is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 128 | 234 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.08 |
| HSL | 257.55º | 0.72% | 0.71% | - |
| HSV(B) | 257.55º | 0.45% | 0.92% | - |
| XYZ | 36.87 | 28.75 | 81.45 | - |
| YUV | 149.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 234 | 0.32 | 0.45 | 0 | 0.08 | 257.55 | 0.72 | 0.71 |
| Hex | 9F | 80 | EA | 20 | 2D | 0 | 8 | 102 | 48 | 47 |
| Octal | 237 | 200 | 352 | 40 | 55 | 0 | 10 | 402 | 110 | 107 |
| Binary | 10011111 | 10000000 | 11101010 | 100000 | 101101 | 0 | 1000 | 100000010 | 1001000 | 1000111 |
Color Harmonies of #9F80EA
Complementary color
Monochromatic Colors of #9F80EA
Black with #9F80EA
Text Example
Text Example
White with #9F80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F80EA; }
p { color: rgb(159,128,234); }
H1.HeaderClassName
{
color: #9F80EA;
}
.AnyTagClassName
{
color: #9F80EA;
}
</style>
background-color css
<style>
a { background-color: #9F80EA; }
a { background-color: rgb(159,128,234); }
div.DivClassName
{
background-color: #9F80EA;
}
.BgClassName
{
background-color: #9F80EA;
}
</style>
border-color css
<style>
span { border-color: #9F80EA; }
span { border-color: rgb(159,128,234); }
td.TdClassName
{
border-color: #9F80EA;
}
.TagClassName
{
border-color: #9F80EA;
}
</style>