Shades of Medium Purple #8864DB
Tints of Medium Purple #8864DB
RGB
CMYK
RGB Variations
Color information
#8864DB (or 0x8864DB) is known color: Medium Purple. HEX triplet: 88, 64 and DB. RGB value is (136,100,219). Sum of RGB (Red+Green+Blue) = 136+100+219=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #8864DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864DB is #779B24. Grayscale: #7B7B7B. Windows color (decimal): -7838501 or 14378120. OLE color: 14378120.
HSL color Cylindrical-coordinate representation of color #8864DB: hue angle of 258.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8864DB is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 100 | 219 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.14 |
| HSL | 258.15º | 0.62% | 0.63% | - |
| HSV(B) | 258.15º | 0.54% | 0.86% | - |
| XYZ | 27.5 | 19.46 | 69.33 | - |
| YUV | 124.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 219 | 0.38 | 0.54 | 0 | 0.14 | 258.15 | 0.62 | 0.63 |
| Hex | 88 | 64 | DB | 26 | 36 | 0 | E | 102 | 3E | 3F |
| Octal | 210 | 144 | 333 | 46 | 66 | 0 | 16 | 402 | 76 | 77 |
| Binary | 10001000 | 1100100 | 11011011 | 100110 | 110110 | 0 | 1110 | 100000010 | 111110 | 111111 |
Color Harmonies of #8864DB
Complementary color
Monochromatic Colors of #8864DB
Black with #8864DB
Text Example
Text Example
White with #8864DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864DB; }
p { color: rgb(136,100,219); }
H1.HeaderClassName
{
color: #8864DB;
}
.AnyTagClassName
{
color: #8864DB;
}
</style>
background-color css
<style>
a { background-color: #8864DB; }
a { background-color: rgb(136,100,219); }
div.DivClassName
{
background-color: #8864DB;
}
.BgClassName
{
background-color: #8864DB;
}
</style>
border-color css
<style>
span { border-color: #8864DB; }
span { border-color: rgb(136,100,219); }
td.TdClassName
{
border-color: #8864DB;
}
.TagClassName
{
border-color: #8864DB;
}
</style>