Shades of Medium Purple #8879DF
Tints of Medium Purple #8879DF
RGB
CMYK
RGB Variations
Color information
#8879DF (or 0x8879DF) is known color: Medium Purple. HEX triplet: 88, 79 and DF. RGB value is (136,121,223). Sum of RGB (Red+Green+Blue) = 136+121+223=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #8879DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879DF is #778620. Grayscale: #888888. Windows color (decimal): -7833121 or 14645640. OLE color: 14645640.
HSL color Cylindrical-coordinate representation of color #8879DF: hue angle of 248.82º 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 #8879DF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 121 | 223 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.13 |
| HSL | 248.82º | 0.61% | 0.67% | - |
| HSV(B) | 248.82º | 0.46% | 0.87% | - |
| XYZ | 30.31 | 24.24 | 72.89 | - |
| YUV | 137.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 223 | 0.39 | 0.46 | 0 | 0.13 | 248.82 | 0.61 | 0.67 |
| Hex | 88 | 79 | DF | 27 | 2E | 0 | D | F9 | 3D | 43 |
| Octal | 210 | 171 | 337 | 47 | 56 | 0 | 15 | 371 | 75 | 103 |
| Binary | 10001000 | 1111001 | 11011111 | 100111 | 101110 | 0 | 1101 | 11111001 | 111101 | 1000011 |
Color Harmonies of #8879DF
Complementary color
Monochromatic Colors of #8879DF
Black with #8879DF
Text Example
Text Example
White with #8879DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879DF; }
p { color: rgb(136,121,223); }
H1.HeaderClassName
{
color: #8879DF;
}
.AnyTagClassName
{
color: #8879DF;
}
</style>
background-color css
<style>
a { background-color: #8879DF; }
a { background-color: rgb(136,121,223); }
div.DivClassName
{
background-color: #8879DF;
}
.BgClassName
{
background-color: #8879DF;
}
</style>
border-color css
<style>
span { border-color: #8879DF; }
span { border-color: rgb(136,121,223); }
td.TdClassName
{
border-color: #8879DF;
}
.TagClassName
{
border-color: #8879DF;
}
</style>