Shades of Medium Purple #8E6FD3
Tints of Medium Purple #8E6FD3
RGB
CMYK
RGB Variations
Color information
#8E6FD3 (or 0x8E6FD3) is known color: Medium Purple. HEX triplet: 8E, 6F and D3. RGB value is (142,111,211). Sum of RGB (Red+Green+Blue) = 142+111+211=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #8E6FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6FD3 is #71902C. Grayscale: #838383. Windows color (decimal): -7442477 or 13856654. OLE color: 13856654.
HSL color Cylindrical-coordinate representation of color #8E6FD3: hue angle of 258.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E6FD3 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 111 | 211 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.17 |
| HSL | 258.6º | 0.53% | 0.63% | - |
| HSV(B) | 258.6º | 0.47% | 0.83% | - |
| XYZ | 28.6 | 21.82 | 64.33 | - |
| YUV | 131.67 | 172.77 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 211 | 0.33 | 0.47 | 0 | 0.17 | 258.6 | 0.53 | 0.63 |
| Hex | 8E | 6F | D3 | 21 | 2F | 0 | 11 | 103 | 35 | 3F |
| Octal | 216 | 157 | 323 | 41 | 57 | 0 | 21 | 403 | 65 | 77 |
| Binary | 10001110 | 1101111 | 11010011 | 100001 | 101111 | 0 | 10001 | 100000011 | 110101 | 111111 |
Color Harmonies of #8E6FD3
Complementary color
Monochromatic Colors of #8E6FD3
Black with #8E6FD3
Text Example
Text Example
White with #8E6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6FD3; }
p { color: rgb(142,111,211); }
H1.HeaderClassName
{
color: #8E6FD3;
}
.AnyTagClassName
{
color: #8E6FD3;
}
</style>
background-color css
<style>
a { background-color: #8E6FD3; }
a { background-color: rgb(142,111,211); }
div.DivClassName
{
background-color: #8E6FD3;
}
.BgClassName
{
background-color: #8E6FD3;
}
</style>
border-color css
<style>
span { border-color: #8E6FD3; }
span { border-color: rgb(142,111,211); }
td.TdClassName
{
border-color: #8E6FD3;
}
.TagClassName
{
border-color: #8E6FD3;
}
</style>