Shades of Medium Purple #9879DF
Tints of Medium Purple #9879DF
RGB
CMYK
RGB Variations
Color information
#9879DF (or 0x9879DF) is known color: Medium Purple. HEX triplet: 98, 79 and DF. RGB value is (152,121,223). Sum of RGB (Red+Green+Blue) = 152+121+223=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9879DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9879DF is #678620. Grayscale: #8D8D8D. Windows color (decimal): -6784545 or 14645656. OLE color: 14645656.
HSL color Cylindrical-coordinate representation of color #9879DF: hue angle of 258.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9879DF is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 121 | 223 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.13 |
| HSL | 258.24º | 0.61% | 0.67% | - |
| HSV(B) | 258.24º | 0.46% | 0.87% | - |
| XYZ | 33.11 | 25.68 | 73.02 | - |
| YUV | 141.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 223 | 0.32 | 0.46 | 0 | 0.13 | 258.24 | 0.61 | 0.67 |
| Hex | 98 | 79 | DF | 20 | 2E | 0 | D | 102 | 3D | 43 |
| Octal | 230 | 171 | 337 | 40 | 56 | 0 | 15 | 402 | 75 | 103 |
| Binary | 10011000 | 1111001 | 11011111 | 100000 | 101110 | 0 | 1101 | 100000010 | 111101 | 1000011 |
Color Harmonies of #9879DF
Complementary color
Monochromatic Colors of #9879DF
Black with #9879DF
Text Example
Text Example
White with #9879DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9879DF; }
p { color: rgb(152,121,223); }
H1.HeaderClassName
{
color: #9879DF;
}
.AnyTagClassName
{
color: #9879DF;
}
</style>
background-color css
<style>
a { background-color: #9879DF; }
a { background-color: rgb(152,121,223); }
div.DivClassName
{
background-color: #9879DF;
}
.BgClassName
{
background-color: #9879DF;
}
</style>
border-color css
<style>
span { border-color: #9879DF; }
span { border-color: rgb(152,121,223); }
td.TdClassName
{
border-color: #9879DF;
}
.TagClassName
{
border-color: #9879DF;
}
</style>