Shades of Medium Purple #8D62DB
Tints of Medium Purple #8D62DB
RGB
CMYK
RGB Variations
Color information
#8D62DB (or 0x8D62DB) is known color: Medium Purple. HEX triplet: 8D, 62 and DB. RGB value is (141,98,219). Sum of RGB (Red+Green+Blue) = 141+98+219=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D62DB is #729D24. Grayscale: #7C7C7C. Windows color (decimal): -7511333 or 14377613. OLE color: 14377613.
HSL color Cylindrical-coordinate representation of color #8D62DB: hue angle of 261.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D62DB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 98 | 219 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.14 |
| HSL | 261.32º | 0.63% | 0.62% | - |
| HSV(B) | 261.32º | 0.55% | 0.86% | - |
| XYZ | 28.14 | 19.51 | 69.3 | - |
| YUV | 124.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 219 | 0.36 | 0.55 | 0 | 0.14 | 261.32 | 0.63 | 0.62 |
| Hex | 8D | 62 | DB | 24 | 37 | 0 | E | 105 | 3F | 3E |
| Octal | 215 | 142 | 333 | 44 | 67 | 0 | 16 | 405 | 77 | 76 |
| Binary | 10001101 | 1100010 | 11011011 | 100100 | 110111 | 0 | 1110 | 100000101 | 111111 | 111110 |
Color Harmonies of #8D62DB
Complementary color
Monochromatic Colors of #8D62DB
Black with #8D62DB
Text Example
Text Example
White with #8D62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D62DB; }
p { color: rgb(141,98,219); }
H1.HeaderClassName
{
color: #8D62DB;
}
.AnyTagClassName
{
color: #8D62DB;
}
</style>
background-color css
<style>
a { background-color: #8D62DB; }
a { background-color: rgb(141,98,219); }
div.DivClassName
{
background-color: #8D62DB;
}
.BgClassName
{
background-color: #8D62DB;
}
</style>
border-color css
<style>
span { border-color: #8D62DB; }
span { border-color: rgb(141,98,219); }
td.TdClassName
{
border-color: #8D62DB;
}
.TagClassName
{
border-color: #8D62DB;
}
</style>