Shades of Medium Purple #8C84E3
Tints of Medium Purple #8C84E3
RGB
CMYK
RGB Variations
Color information
#8C84E3 (or 0x8C84E3) is known color: Medium Purple. HEX triplet: 8C, 84 and E3. RGB value is (140,132,227). Sum of RGB (Red+Green+Blue) = 140+132+227=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #8C84E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C84E3 is #737B1C. Grayscale: #909090. Windows color (decimal): -7568157 or 14910604. OLE color: 14910604.
HSL color Cylindrical-coordinate representation of color #8C84E3: hue angle of 245.05º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C84E3 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 132 | 227 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.11 |
| HSL | 245.05º | 0.63% | 0.7% | - |
| HSV(B) | 245.05º | 0.42% | 0.89% | - |
| XYZ | 32.93 | 27.62 | 76.27 | - |
| YUV | 145.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 227 | 0.38 | 0.42 | 0 | 0.11 | 245.05 | 0.63 | 0.7 |
| Hex | 8C | 84 | E3 | 26 | 2A | 0 | B | F5 | 3F | 46 |
| Octal | 214 | 204 | 343 | 46 | 52 | 0 | 13 | 365 | 77 | 106 |
| Binary | 10001100 | 10000100 | 11100011 | 100110 | 101010 | 0 | 1011 | 11110101 | 111111 | 1000110 |
Color Harmonies of #8C84E3
Complementary color
Monochromatic Colors of #8C84E3
Black with #8C84E3
Text Example
Text Example
White with #8C84E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C84E3; }
p { color: rgb(140,132,227); }
H1.HeaderClassName
{
color: #8C84E3;
}
.AnyTagClassName
{
color: #8C84E3;
}
</style>
background-color css
<style>
a { background-color: #8C84E3; }
a { background-color: rgb(140,132,227); }
div.DivClassName
{
background-color: #8C84E3;
}
.BgClassName
{
background-color: #8C84E3;
}
</style>
border-color css
<style>
span { border-color: #8C84E3; }
span { border-color: rgb(140,132,227); }
td.TdClassName
{
border-color: #8C84E3;
}
.TagClassName
{
border-color: #8C84E3;
}
</style>