Shades of Medium Purple #8876DA
Tints of Medium Purple #8876DA
RGB
CMYK
RGB Variations
Color information
#8876DA (or 0x8876DA) is known color: Medium Purple. HEX triplet: 88, 76 and DA. RGB value is (136,118,218). Sum of RGB (Red+Green+Blue) = 136+118+218=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #8876DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876DA is #778925. Grayscale: #868686. Windows color (decimal): -7833894 or 14317192. OLE color: 14317192.
HSL color Cylindrical-coordinate representation of color #8876DA: hue angle of 250.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8876DA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 118 | 218 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.15 |
| HSL | 250.8º | 0.57% | 0.66% | - |
| HSV(B) | 250.8º | 0.46% | 0.85% | - |
| XYZ | 29.29 | 23.25 | 69.27 | - |
| YUV | 134.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 218 | 0.38 | 0.46 | 0 | 0.15 | 250.8 | 0.57 | 0.66 |
| Hex | 88 | 76 | DA | 26 | 2E | 0 | F | FB | 39 | 42 |
| Octal | 210 | 166 | 332 | 46 | 56 | 0 | 17 | 373 | 71 | 102 |
| Binary | 10001000 | 1110110 | 11011010 | 100110 | 101110 | 0 | 1111 | 11111011 | 111001 | 1000010 |
Color Harmonies of #8876DA
Complementary color
Monochromatic Colors of #8876DA
Black with #8876DA
Text Example
Text Example
White with #8876DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876DA; }
p { color: rgb(136,118,218); }
H1.HeaderClassName
{
color: #8876DA;
}
.AnyTagClassName
{
color: #8876DA;
}
</style>
background-color css
<style>
a { background-color: #8876DA; }
a { background-color: rgb(136,118,218); }
div.DivClassName
{
background-color: #8876DA;
}
.BgClassName
{
background-color: #8876DA;
}
</style>
border-color css
<style>
span { border-color: #8876DA; }
span { border-color: rgb(136,118,218); }
td.TdClassName
{
border-color: #8876DA;
}
.TagClassName
{
border-color: #8876DA;
}
</style>