Shades of Medium Purple #8D67DC
Tints of Medium Purple #8D67DC
RGB
CMYK
RGB Variations
Color information
#8D67DC (or 0x8D67DC) is known color: Medium Purple. HEX triplet: 8D, 67 and DC. RGB value is (141,103,220). Sum of RGB (Red+Green+Blue) = 141+103+220=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D67DC is #729823. Grayscale: #7F7F7F. Windows color (decimal): -7510052 or 14444429. OLE color: 14444429.
HSL color Cylindrical-coordinate representation of color #8D67DC: hue angle of 259.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D67DC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 103 | 220 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.14 |
| HSL | 259.49º | 0.63% | 0.63% | - |
| HSV(B) | 259.49º | 0.53% | 0.86% | - |
| XYZ | 28.75 | 20.53 | 70.16 | - |
| YUV | 127.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 220 | 0.36 | 0.53 | 0 | 0.14 | 259.49 | 0.63 | 0.63 |
| Hex | 8D | 67 | DC | 24 | 35 | 0 | E | 103 | 3F | 3F |
| Octal | 215 | 147 | 334 | 44 | 65 | 0 | 16 | 403 | 77 | 77 |
| Binary | 10001101 | 1100111 | 11011100 | 100100 | 110101 | 0 | 1110 | 100000011 | 111111 | 111111 |
Color Harmonies of #8D67DC
Complementary color
Monochromatic Colors of #8D67DC
Black with #8D67DC
Text Example
Text Example
White with #8D67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D67DC; }
p { color: rgb(141,103,220); }
H1.HeaderClassName
{
color: #8D67DC;
}
.AnyTagClassName
{
color: #8D67DC;
}
</style>
background-color css
<style>
a { background-color: #8D67DC; }
a { background-color: rgb(141,103,220); }
div.DivClassName
{
background-color: #8D67DC;
}
.BgClassName
{
background-color: #8D67DC;
}
</style>
border-color css
<style>
span { border-color: #8D67DC; }
span { border-color: rgb(141,103,220); }
td.TdClassName
{
border-color: #8D67DC;
}
.TagClassName
{
border-color: #8D67DC;
}
</style>