Shades of Medium Purple #9F78EA
Tints of Medium Purple #9F78EA
RGB
CMYK
RGB Variations
Color information
#9F78EA (or 0x9F78EA) is known color: Medium Purple. HEX triplet: 9F, 78 and EA. RGB value is (159,120,234). Sum of RGB (Red+Green+Blue) = 159+120+234=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F78EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F78EA is #608715. Grayscale: #909090. Windows color (decimal): -6326038 or 15366303. OLE color: 15366303.
HSL color Cylindrical-coordinate representation of color #9F78EA: hue angle of 260.53º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F78EA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 120 | 234 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.08 |
| HSL | 260.53º | 0.73% | 0.69% | - |
| HSV(B) | 260.53º | 0.49% | 0.92% | - |
| XYZ | 35.87 | 26.74 | 81.11 | - |
| YUV | 144.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 234 | 0.32 | 0.49 | 0 | 0.08 | 260.53 | 0.73 | 0.69 |
| Hex | 9F | 78 | EA | 20 | 31 | 0 | 8 | 105 | 49 | 45 |
| Octal | 237 | 170 | 352 | 40 | 61 | 0 | 10 | 405 | 111 | 105 |
| Binary | 10011111 | 1111000 | 11101010 | 100000 | 110001 | 0 | 1000 | 100000101 | 1001001 | 1000101 |
Color Harmonies of #9F78EA
Complementary color
Monochromatic Colors of #9F78EA
Black with #9F78EA
Text Example
Text Example
White with #9F78EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F78EA; }
p { color: rgb(159,120,234); }
H1.HeaderClassName
{
color: #9F78EA;
}
.AnyTagClassName
{
color: #9F78EA;
}
</style>
background-color css
<style>
a { background-color: #9F78EA; }
a { background-color: rgb(159,120,234); }
div.DivClassName
{
background-color: #9F78EA;
}
.BgClassName
{
background-color: #9F78EA;
}
</style>
border-color css
<style>
span { border-color: #9F78EA; }
span { border-color: rgb(159,120,234); }
td.TdClassName
{
border-color: #9F78EA;
}
.TagClassName
{
border-color: #9F78EA;
}
</style>