Shades of Medium Purple #8678E0
Tints of Medium Purple #8678E0
RGB
CMYK
RGB Variations
Color information
#8678E0 (or 0x8678E0) is known color: Medium Purple. HEX triplet: 86, 78 and E0. RGB value is (134,120,224). Sum of RGB (Red+Green+Blue) = 134+120+224=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #8678E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678E0 is #79871F. Grayscale: #878787. Windows color (decimal): -7964448 or 14710918. OLE color: 14710918.
HSL color Cylindrical-coordinate representation of color #8678E0: hue angle of 248.08º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8678E0 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 120 | 224 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.12 |
| HSL | 248.08º | 0.63% | 0.67% | - |
| HSV(B) | 248.08º | 0.46% | 0.88% | - |
| XYZ | 30 | 23.88 | 73.55 | - |
| YUV | 136.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 224 | 0.40 | 0.46 | 0 | 0.12 | 248.08 | 0.63 | 0.67 |
| Hex | 86 | 78 | E0 | 28 | 2E | 0 | C | F8 | 3F | 43 |
| Octal | 206 | 170 | 340 | 50 | 56 | 0 | 14 | 370 | 77 | 103 |
| Binary | 10000110 | 1111000 | 11100000 | 101000 | 101110 | 0 | 1100 | 11111000 | 111111 | 1000011 |
Color Harmonies of #8678E0
Complementary color
Monochromatic Colors of #8678E0
Black with #8678E0
Text Example
Text Example
White with #8678E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678E0; }
p { color: rgb(134,120,224); }
H1.HeaderClassName
{
color: #8678E0;
}
.AnyTagClassName
{
color: #8678E0;
}
</style>
background-color css
<style>
a { background-color: #8678E0; }
a { background-color: rgb(134,120,224); }
div.DivClassName
{
background-color: #8678E0;
}
.BgClassName
{
background-color: #8678E0;
}
</style>
border-color css
<style>
span { border-color: #8678E0; }
span { border-color: rgb(134,120,224); }
td.TdClassName
{
border-color: #8678E0;
}
.TagClassName
{
border-color: #8678E0;
}
</style>