Shades of Medium Purple #8854DC
Tints of Medium Purple #8854DC
RGB
CMYK
RGB Variations
Color information
#8854DC (or 0x8854DC) is known color: Medium Purple. HEX triplet: 88, 54 and DC. RGB value is (136,84,220). Sum of RGB (Red+Green+Blue) = 136+84+220=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #8854DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8854DC is #77AB23. Grayscale: #727272. Windows color (decimal): -7842596 or 14439560. OLE color: 14439560.
HSL color Cylindrical-coordinate representation of color #8854DC: hue angle of 262.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8854DC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 84 | 220 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.14 |
| HSL | 262.94º | 0.66% | 0.6% | - |
| HSV(B) | 262.94º | 0.62% | 0.86% | - |
| XYZ | 26.24 | 16.74 | 69.56 | - |
| YUV | 115.05 | 187.23 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 220 | 0.38 | 0.62 | 0 | 0.14 | 262.94 | 0.66 | 0.6 |
| Hex | 88 | 54 | DC | 26 | 3E | 0 | E | 107 | 42 | 3C |
| Octal | 210 | 124 | 334 | 46 | 76 | 0 | 16 | 407 | 102 | 74 |
| Binary | 10001000 | 1010100 | 11011100 | 100110 | 111110 | 0 | 1110 | 100000111 | 1000010 | 111100 |
Color Harmonies of #8854DC
Complementary color
Monochromatic Colors of #8854DC
Black with #8854DC
Text Example
Text Example
White with #8854DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8854DC; }
p { color: rgb(136,84,220); }
H1.HeaderClassName
{
color: #8854DC;
}
.AnyTagClassName
{
color: #8854DC;
}
</style>
background-color css
<style>
a { background-color: #8854DC; }
a { background-color: rgb(136,84,220); }
div.DivClassName
{
background-color: #8854DC;
}
.BgClassName
{
background-color: #8854DC;
}
</style>
border-color css
<style>
span { border-color: #8854DC; }
span { border-color: rgb(136,84,220); }
td.TdClassName
{
border-color: #8854DC;
}
.TagClassName
{
border-color: #8854DC;
}
</style>