Shades of Medium Purple #8D6EE6
Tints of Medium Purple #8D6EE6
RGB
CMYK
RGB Variations
Color information
#8D6EE6 (or 0x8D6EE6) is known color: Medium Purple. HEX triplet: 8D, 6E and E6. RGB value is (141,110,230). Sum of RGB (Red+Green+Blue) = 141+110+230=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #8D6EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6EE6 is #729119. Grayscale: #848484. Windows color (decimal): -7508250 or 15101581. OLE color: 15101581.
HSL color Cylindrical-coordinate representation of color #8D6EE6: hue angle of 255.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D6EE6 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 110 | 230 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.10 |
| HSL | 255.5º | 0.71% | 0.67% | - |
| HSV(B) | 255.5º | 0.52% | 0.9% | - |
| XYZ | 30.84 | 22.53 | 77.59 | - |
| YUV | 132.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 230 | 0.39 | 0.52 | 0 | 0.10 | 255.5 | 0.71 | 0.67 |
| Hex | 8D | 6E | E6 | 27 | 34 | 0 | A | 100 | 47 | 43 |
| Octal | 215 | 156 | 346 | 47 | 64 | 0 | 12 | 400 | 107 | 103 |
| Binary | 10001101 | 1101110 | 11100110 | 100111 | 110100 | 0 | 1010 | 100000000 | 1000111 | 1000011 |
Color Harmonies of #8D6EE6
Complementary color
Monochromatic Colors of #8D6EE6
Black with #8D6EE6
Text Example
Text Example
White with #8D6EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6EE6; }
p { color: rgb(141,110,230); }
H1.HeaderClassName
{
color: #8D6EE6;
}
.AnyTagClassName
{
color: #8D6EE6;
}
</style>
background-color css
<style>
a { background-color: #8D6EE6; }
a { background-color: rgb(141,110,230); }
div.DivClassName
{
background-color: #8D6EE6;
}
.BgClassName
{
background-color: #8D6EE6;
}
</style>
border-color css
<style>
span { border-color: #8D6EE6; }
span { border-color: rgb(141,110,230); }
td.TdClassName
{
border-color: #8D6EE6;
}
.TagClassName
{
border-color: #8D6EE6;
}
</style>