Shades of Medium Purple #8862DA
Tints of Medium Purple #8862DA
RGB
CMYK
RGB Variations
Color information
#8862DA (or 0x8862DA) is known color: Medium Purple. HEX triplet: 88, 62 and DA. RGB value is (136,98,218). Sum of RGB (Red+Green+Blue) = 136+98+218=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #8862DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862DA is #779D25. Grayscale: #7A7A7A. Windows color (decimal): -7839014 or 14312072. OLE color: 14312072.
HSL color Cylindrical-coordinate representation of color #8862DA: hue angle of 259º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8862DA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 98 | 218 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.15 |
| HSL | 259º | 0.62% | 0.62% | - |
| HSV(B) | 259º | 0.55% | 0.85% | - |
| XYZ | 27.18 | 19.03 | 68.57 | - |
| YUV | 123.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 218 | 0.38 | 0.55 | 0 | 0.15 | 259 | 0.62 | 0.62 |
| Hex | 88 | 62 | DA | 26 | 37 | 0 | F | 103 | 3E | 3E |
| Octal | 210 | 142 | 332 | 46 | 67 | 0 | 17 | 403 | 76 | 76 |
| Binary | 10001000 | 1100010 | 11011010 | 100110 | 110111 | 0 | 1111 | 100000011 | 111110 | 111110 |
Color Harmonies of #8862DA
Complementary color
Monochromatic Colors of #8862DA
Black with #8862DA
Text Example
Text Example
White with #8862DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8862DA; }
p { color: rgb(136,98,218); }
H1.HeaderClassName
{
color: #8862DA;
}
.AnyTagClassName
{
color: #8862DA;
}
</style>
background-color css
<style>
a { background-color: #8862DA; }
a { background-color: rgb(136,98,218); }
div.DivClassName
{
background-color: #8862DA;
}
.BgClassName
{
background-color: #8862DA;
}
</style>
border-color css
<style>
span { border-color: #8862DA; }
span { border-color: rgb(136,98,218); }
td.TdClassName
{
border-color: #8862DA;
}
.TagClassName
{
border-color: #8862DA;
}
</style>