Shades of Medium Purple #8E6BEC
Tints of Medium Purple #8E6BEC
RGB
CMYK
RGB Variations
Color information
#8E6BEC (or 0x8E6BEC) is known color: Medium Purple. HEX triplet: 8E, 6B and EC. RGB value is (142,107,236). Sum of RGB (Red+Green+Blue) = 142+107+236=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6BEC is #719413. Grayscale: #838383. Windows color (decimal): -7443476 or 15494030. OLE color: 15494030.
HSL color Cylindrical-coordinate representation of color #8E6BEC: hue angle of 256.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E6BEC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 107 | 236 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.07 |
| HSL | 256.28º | 0.77% | 0.67% | - |
| HSV(B) | 256.28º | 0.55% | 0.93% | - |
| XYZ | 31.55 | 22.32 | 82 | - |
| YUV | 132.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 236 | 0.40 | 0.55 | 0 | 0.07 | 256.28 | 0.77 | 0.67 |
| Hex | 8E | 6B | EC | 28 | 37 | 0 | 7 | 100 | 4D | 43 |
| Octal | 216 | 153 | 354 | 50 | 67 | 0 | 7 | 400 | 115 | 103 |
| Binary | 10001110 | 1101011 | 11101100 | 101000 | 110111 | 0 | 111 | 100000000 | 1001101 | 1000011 |
Color Harmonies of #8E6BEC
Complementary color
Monochromatic Colors of #8E6BEC
Black with #8E6BEC
Text Example
Text Example
White with #8E6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6BEC; }
p { color: rgb(142,107,236); }
H1.HeaderClassName
{
color: #8E6BEC;
}
.AnyTagClassName
{
color: #8E6BEC;
}
</style>
background-color css
<style>
a { background-color: #8E6BEC; }
a { background-color: rgb(142,107,236); }
div.DivClassName
{
background-color: #8E6BEC;
}
.BgClassName
{
background-color: #8E6BEC;
}
</style>
border-color css
<style>
span { border-color: #8E6BEC; }
span { border-color: rgb(142,107,236); }
td.TdClassName
{
border-color: #8E6BEC;
}
.TagClassName
{
border-color: #8E6BEC;
}
</style>