Shades of Medium Purple #8E83DF
Tints of Medium Purple #8E83DF
RGB
CMYK
RGB Variations
Color information
#8E83DF (or 0x8E83DF) is known color: Medium Purple. HEX triplet: 8E, 83 and DF. RGB value is (142,131,223). Sum of RGB (Red+Green+Blue) = 142+131+223=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83DF is #717C20. Grayscale: #909090. Windows color (decimal): -7437345 or 14648206. OLE color: 14648206.
HSL color Cylindrical-coordinate representation of color #8E83DF: hue angle of 247.17º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E83DF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 131 | 223 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.13 |
| HSL | 247.17º | 0.59% | 0.69% | - |
| HSV(B) | 247.17º | 0.41% | 0.87% | - |
| XYZ | 32.59 | 27.31 | 73.37 | - |
| YUV | 144.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 223 | 0.36 | 0.41 | 0 | 0.13 | 247.17 | 0.59 | 0.69 |
| Hex | 8E | 83 | DF | 24 | 29 | 0 | D | F7 | 3B | 45 |
| Octal | 216 | 203 | 337 | 44 | 51 | 0 | 15 | 367 | 73 | 105 |
| Binary | 10001110 | 10000011 | 11011111 | 100100 | 101001 | 0 | 1101 | 11110111 | 111011 | 1000101 |
Color Harmonies of #8E83DF
Complementary color
Monochromatic Colors of #8E83DF
Black with #8E83DF
Text Example
Text Example
White with #8E83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83DF; }
p { color: rgb(142,131,223); }
H1.HeaderClassName
{
color: #8E83DF;
}
.AnyTagClassName
{
color: #8E83DF;
}
</style>
background-color css
<style>
a { background-color: #8E83DF; }
a { background-color: rgb(142,131,223); }
div.DivClassName
{
background-color: #8E83DF;
}
.BgClassName
{
background-color: #8E83DF;
}
</style>
border-color css
<style>
span { border-color: #8E83DF; }
span { border-color: rgb(142,131,223); }
td.TdClassName
{
border-color: #8E83DF;
}
.TagClassName
{
border-color: #8E83DF;
}
</style>