Shades of Medium Purple #8877DA
Tints of Medium Purple #8877DA
RGB
CMYK
RGB Variations
Color information
#8877DA (or 0x8877DA) is known color: Medium Purple. HEX triplet: 88, 77 and DA. RGB value is (136,119,218). Sum of RGB (Red+Green+Blue) = 136+119+218=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #8877DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877DA is #778825. Grayscale: #868686. Windows color (decimal): -7833638 or 14317448. OLE color: 14317448.
HSL color Cylindrical-coordinate representation of color #8877DA: hue angle of 250.3º 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 #8877DA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 119 | 218 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.15 |
| HSL | 250.3º | 0.57% | 0.66% | - |
| HSV(B) | 250.3º | 0.45% | 0.85% | - |
| XYZ | 29.41 | 23.49 | 69.31 | - |
| YUV | 135.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 218 | 0.38 | 0.45 | 0 | 0.15 | 250.3 | 0.57 | 0.66 |
| Hex | 88 | 77 | DA | 26 | 2D | 0 | F | FA | 39 | 42 |
| Octal | 210 | 167 | 332 | 46 | 55 | 0 | 17 | 372 | 71 | 102 |
| Binary | 10001000 | 1110111 | 11011010 | 100110 | 101101 | 0 | 1111 | 11111010 | 111001 | 1000010 |
Color Harmonies of #8877DA
Complementary color
Monochromatic Colors of #8877DA
Black with #8877DA
Text Example
Text Example
White with #8877DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8877DA; }
p { color: rgb(136,119,218); }
H1.HeaderClassName
{
color: #8877DA;
}
.AnyTagClassName
{
color: #8877DA;
}
</style>
background-color css
<style>
a { background-color: #8877DA; }
a { background-color: rgb(136,119,218); }
div.DivClassName
{
background-color: #8877DA;
}
.BgClassName
{
background-color: #8877DA;
}
</style>
border-color css
<style>
span { border-color: #8877DA; }
span { border-color: rgb(136,119,218); }
td.TdClassName
{
border-color: #8877DA;
}
.TagClassName
{
border-color: #8877DA;
}
</style>