Shades of Medium Purple #8869E5
Tints of Medium Purple #8869E5
RGB
CMYK
RGB Variations
Color information
#8869E5 (or 0x8869E5) is known color: Medium Purple. HEX triplet: 88, 69 and E5. RGB value is (136,105,229). Sum of RGB (Red+Green+Blue) = 136+105+229=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #8869E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869E5 is #77961A. Grayscale: #7F7F7F. Windows color (decimal): -7837211 or 15034760. OLE color: 15034760.
HSL color Cylindrical-coordinate representation of color #8869E5: hue angle of 255º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8869E5 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 105 | 229 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.10 |
| HSL | 255º | 0.7% | 0.65% | - |
| HSV(B) | 255º | 0.54% | 0.9% | - |
| XYZ | 29.35 | 20.99 | 76.63 | - |
| YUV | 128.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 229 | 0.41 | 0.54 | 0 | 0.10 | 255 | 0.7 | 0.65 |
| Hex | 88 | 69 | E5 | 29 | 36 | 0 | A | FF | 46 | 41 |
| Octal | 210 | 151 | 345 | 51 | 66 | 0 | 12 | 377 | 106 | 101 |
| Binary | 10001000 | 1101001 | 11100101 | 101001 | 110110 | 0 | 1010 | 11111111 | 1000110 | 1000001 |
Color Harmonies of #8869E5
Complementary color
Monochromatic Colors of #8869E5
Black with #8869E5
Text Example
Text Example
White with #8869E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8869E5; }
p { color: rgb(136,105,229); }
H1.HeaderClassName
{
color: #8869E5;
}
.AnyTagClassName
{
color: #8869E5;
}
</style>
background-color css
<style>
a { background-color: #8869E5; }
a { background-color: rgb(136,105,229); }
div.DivClassName
{
background-color: #8869E5;
}
.BgClassName
{
background-color: #8869E5;
}
</style>
border-color css
<style>
span { border-color: #8869E5; }
span { border-color: rgb(136,105,229); }
td.TdClassName
{
border-color: #8869E5;
}
.TagClassName
{
border-color: #8869E5;
}
</style>