Shades of Medium Purple #8878DF
Tints of Medium Purple #8878DF
RGB
CMYK
RGB Variations
Color information
#8878DF (or 0x8878DF) is known color: Medium Purple. HEX triplet: 88, 78 and DF. RGB value is (136,120,223). Sum of RGB (Red+Green+Blue) = 136+120+223=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #8878DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878DF is #778720. Grayscale: #888888. Windows color (decimal): -7833377 or 14645384. OLE color: 14645384.
HSL color Cylindrical-coordinate representation of color #8878DF: hue angle of 249.32º degrees, saturation: 0.62, 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 #8878DF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 120 | 223 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.13 |
| HSL | 249.32º | 0.62% | 0.67% | - |
| HSV(B) | 249.32º | 0.46% | 0.87% | - |
| XYZ | 30.19 | 23.99 | 72.85 | - |
| YUV | 136.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 223 | 0.39 | 0.46 | 0 | 0.13 | 249.32 | 0.62 | 0.67 |
| Hex | 88 | 78 | DF | 27 | 2E | 0 | D | F9 | 3E | 43 |
| Octal | 210 | 170 | 337 | 47 | 56 | 0 | 15 | 371 | 76 | 103 |
| Binary | 10001000 | 1111000 | 11011111 | 100111 | 101110 | 0 | 1101 | 11111001 | 111110 | 1000011 |
Color Harmonies of #8878DF
Complementary color
Monochromatic Colors of #8878DF
Black with #8878DF
Text Example
Text Example
White with #8878DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878DF; }
p { color: rgb(136,120,223); }
H1.HeaderClassName
{
color: #8878DF;
}
.AnyTagClassName
{
color: #8878DF;
}
</style>
background-color css
<style>
a { background-color: #8878DF; }
a { background-color: rgb(136,120,223); }
div.DivClassName
{
background-color: #8878DF;
}
.BgClassName
{
background-color: #8878DF;
}
</style>
border-color css
<style>
span { border-color: #8878DF; }
span { border-color: rgb(136,120,223); }
td.TdClassName
{
border-color: #8878DF;
}
.TagClassName
{
border-color: #8878DF;
}
</style>