Shades of Medium Purple #8878DA
Tints of Medium Purple #8878DA
RGB
CMYK
RGB Variations
Color information
#8878DA (or 0x8878DA) is known color: Medium Purple. HEX triplet: 88, 78 and DA. RGB value is (136,120,218). Sum of RGB (Red+Green+Blue) = 136+120+218=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #8878DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878DA is #778725. Grayscale: #878787. Windows color (decimal): -7833382 or 14317704. OLE color: 14317704.
HSL color Cylindrical-coordinate representation of color #8878DA: hue angle of 249.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8878DA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 120 | 218 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.15 |
| HSL | 249.8º | 0.57% | 0.66% | - |
| HSV(B) | 249.8º | 0.45% | 0.85% | - |
| XYZ | 29.52 | 23.73 | 69.35 | - |
| YUV | 135.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 218 | 0.38 | 0.45 | 0 | 0.15 | 249.8 | 0.57 | 0.66 |
| Hex | 88 | 78 | DA | 26 | 2D | 0 | F | FA | 39 | 42 |
| Octal | 210 | 170 | 332 | 46 | 55 | 0 | 17 | 372 | 71 | 102 |
| Binary | 10001000 | 1111000 | 11011010 | 100110 | 101101 | 0 | 1111 | 11111010 | 111001 | 1000010 |
Color Harmonies of #8878DA
Complementary color
Monochromatic Colors of #8878DA
Black with #8878DA
Text Example
Text Example
White with #8878DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878DA; }
p { color: rgb(136,120,218); }
H1.HeaderClassName
{
color: #8878DA;
}
.AnyTagClassName
{
color: #8878DA;
}
</style>
background-color css
<style>
a { background-color: #8878DA; }
a { background-color: rgb(136,120,218); }
div.DivClassName
{
background-color: #8878DA;
}
.BgClassName
{
background-color: #8878DA;
}
</style>
border-color css
<style>
span { border-color: #8878DA; }
span { border-color: rgb(136,120,218); }
td.TdClassName
{
border-color: #8878DA;
}
.TagClassName
{
border-color: #8878DA;
}
</style>