Shades of Medium Purple #8C83E4
Tints of Medium Purple #8C83E4
RGB
CMYK
RGB Variations
Color information
#8C83E4 (or 0x8C83E4) is known color: Medium Purple. HEX triplet: 8C, 83 and E4. RGB value is (140,131,228). Sum of RGB (Red+Green+Blue) = 140+131+228=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #8C83E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83E4 is #737C1B. Grayscale: #909090. Windows color (decimal): -7568412 or 14975884. OLE color: 14975884.
HSL color Cylindrical-coordinate representation of color #8C83E4: hue angle of 245.57º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C83E4 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 131 | 228 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.11 |
| HSL | 245.57º | 0.64% | 0.7% | - |
| HSV(B) | 245.57º | 0.43% | 0.89% | - |
| XYZ | 32.94 | 27.41 | 76.95 | - |
| YUV | 144.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 228 | 0.39 | 0.43 | 0 | 0.11 | 245.57 | 0.64 | 0.7 |
| Hex | 8C | 83 | E4 | 27 | 2B | 0 | B | F6 | 40 | 46 |
| Octal | 214 | 203 | 344 | 47 | 53 | 0 | 13 | 366 | 100 | 106 |
| Binary | 10001100 | 10000011 | 11100100 | 100111 | 101011 | 0 | 1011 | 11110110 | 1000000 | 1000110 |
Color Harmonies of #8C83E4
Complementary color
Monochromatic Colors of #8C83E4
Black with #8C83E4
Text Example
Text Example
White with #8C83E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83E4; }
p { color: rgb(140,131,228); }
H1.HeaderClassName
{
color: #8C83E4;
}
.AnyTagClassName
{
color: #8C83E4;
}
</style>
background-color css
<style>
a { background-color: #8C83E4; }
a { background-color: rgb(140,131,228); }
div.DivClassName
{
background-color: #8C83E4;
}
.BgClassName
{
background-color: #8C83E4;
}
</style>
border-color css
<style>
span { border-color: #8C83E4; }
span { border-color: rgb(140,131,228); }
td.TdClassName
{
border-color: #8C83E4;
}
.TagClassName
{
border-color: #8C83E4;
}
</style>