Shades of Medium Purple #8862DD
Tints of Medium Purple #8862DD
RGB
CMYK
RGB Variations
Color information
#8862DD (or 0x8862DD) is known color: Medium Purple. HEX triplet: 88, 62 and DD. RGB value is (136,98,221). Sum of RGB (Red+Green+Blue) = 136+98+221=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #8862DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862DD is #779D22. Grayscale: #7A7A7A. Windows color (decimal): -7839011 or 14508680. OLE color: 14508680.
HSL color Cylindrical-coordinate representation of color #8862DD: hue angle of 258.54º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8862DD is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 98 | 221 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.13 |
| HSL | 258.54º | 0.64% | 0.63% | - |
| HSV(B) | 258.54º | 0.56% | 0.87% | - |
| XYZ | 27.57 | 19.19 | 70.66 | - |
| YUV | 123.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 221 | 0.38 | 0.56 | 0 | 0.13 | 258.54 | 0.64 | 0.63 |
| Hex | 88 | 62 | DD | 26 | 38 | 0 | D | 103 | 40 | 3F |
| Octal | 210 | 142 | 335 | 46 | 70 | 0 | 15 | 403 | 100 | 77 |
| Binary | 10001000 | 1100010 | 11011101 | 100110 | 111000 | 0 | 1101 | 100000011 | 1000000 | 111111 |
Color Harmonies of #8862DD
Complementary color
Monochromatic Colors of #8862DD
Black with #8862DD
Text Example
Text Example
White with #8862DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8862DD; }
p { color: rgb(136,98,221); }
H1.HeaderClassName
{
color: #8862DD;
}
.AnyTagClassName
{
color: #8862DD;
}
</style>
background-color css
<style>
a { background-color: #8862DD; }
a { background-color: rgb(136,98,221); }
div.DivClassName
{
background-color: #8862DD;
}
.BgClassName
{
background-color: #8862DD;
}
</style>
border-color css
<style>
span { border-color: #8862DD; }
span { border-color: rgb(136,98,221); }
td.TdClassName
{
border-color: #8862DD;
}
.TagClassName
{
border-color: #8862DD;
}
</style>