Shades of Medium Purple #9879F2
Tints of Medium Purple #9879F2
RGB
CMYK
RGB Variations
Color information
#9879F2 (or 0x9879F2) is known color: Medium Purple. HEX triplet: 98, 79 and F2. RGB value is (152,121,242). Sum of RGB (Red+Green+Blue) = 152+121+242=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #9879F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9879F2 is #67860D. Grayscale: #8F8F8F. Windows color (decimal): -6784526 or 15890840. OLE color: 15890840.
HSL color Cylindrical-coordinate representation of color #9879F2: hue angle of 255.37º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9879F2 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 121 | 242 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.05 |
| HSL | 255.37º | 0.82% | 0.71% | - |
| HSV(B) | 255.37º | 0.5% | 0.95% | - |
| XYZ | 35.81 | 26.76 | 87.28 | - |
| YUV | 144.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 242 | 0.37 | 0.50 | 0 | 0.05 | 255.37 | 0.82 | 0.71 |
| Hex | 98 | 79 | F2 | 25 | 32 | 0 | 5 | FF | 52 | 47 |
| Octal | 230 | 171 | 362 | 45 | 62 | 0 | 5 | 377 | 122 | 107 |
| Binary | 10011000 | 1111001 | 11110010 | 100101 | 110010 | 0 | 101 | 11111111 | 1010010 | 1000111 |
Color Harmonies of #9879F2
Complementary color
Monochromatic Colors of #9879F2
Black with #9879F2
Text Example
Text Example
White with #9879F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9879F2; }
p { color: rgb(152,121,242); }
H1.HeaderClassName
{
color: #9879F2;
}
.AnyTagClassName
{
color: #9879F2;
}
</style>
background-color css
<style>
a { background-color: #9879F2; }
a { background-color: rgb(152,121,242); }
div.DivClassName
{
background-color: #9879F2;
}
.BgClassName
{
background-color: #9879F2;
}
</style>
border-color css
<style>
span { border-color: #9879F2; }
span { border-color: rgb(152,121,242); }
td.TdClassName
{
border-color: #9879F2;
}
.TagClassName
{
border-color: #9879F2;
}
</style>