Shades of Medium Purple #8D67DA
Tints of Medium Purple #8D67DA
RGB
CMYK
RGB Variations
Color information
#8D67DA (or 0x8D67DA) is known color: Medium Purple. HEX triplet: 8D, 67 and DA. RGB value is (141,103,218). Sum of RGB (Red+Green+Blue) = 141+103+218=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D67DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D67DA is #729825. Grayscale: #7F7F7F. Windows color (decimal): -7510054 or 14313357. OLE color: 14313357.
HSL color Cylindrical-coordinate representation of color #8D67DA: hue angle of 259.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D67DA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 103 | 218 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.15 |
| HSL | 259.83º | 0.61% | 0.63% | - |
| HSV(B) | 259.83º | 0.53% | 0.85% | - |
| XYZ | 28.49 | 20.43 | 68.77 | - |
| YUV | 127.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 218 | 0.35 | 0.53 | 0 | 0.15 | 259.83 | 0.61 | 0.63 |
| Hex | 8D | 67 | DA | 23 | 35 | 0 | F | 104 | 3D | 3F |
| Octal | 215 | 147 | 332 | 43 | 65 | 0 | 17 | 404 | 75 | 77 |
| Binary | 10001101 | 1100111 | 11011010 | 100011 | 110101 | 0 | 1111 | 100000100 | 111101 | 111111 |
Color Harmonies of #8D67DA
Complementary color
Monochromatic Colors of #8D67DA
Black with #8D67DA
Text Example
Text Example
White with #8D67DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D67DA; }
p { color: rgb(141,103,218); }
H1.HeaderClassName
{
color: #8D67DA;
}
.AnyTagClassName
{
color: #8D67DA;
}
</style>
background-color css
<style>
a { background-color: #8D67DA; }
a { background-color: rgb(141,103,218); }
div.DivClassName
{
background-color: #8D67DA;
}
.BgClassName
{
background-color: #8D67DA;
}
</style>
border-color css
<style>
span { border-color: #8D67DA; }
span { border-color: rgb(141,103,218); }
td.TdClassName
{
border-color: #8D67DA;
}
.TagClassName
{
border-color: #8D67DA;
}
</style>