Shades of Medium Purple #8671E1
Tints of Medium Purple #8671E1
RGB
CMYK
RGB Variations
Color information
#8671E1 (or 0x8671E1) is known color: Medium Purple. HEX triplet: 86, 71 and E1. RGB value is (134,113,225). Sum of RGB (Red+Green+Blue) = 134+113+225=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #8671E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671E1 is #798E1E. Grayscale: #838383. Windows color (decimal): -7966239 or 14774662. OLE color: 14774662.
HSL color Cylindrical-coordinate representation of color #8671E1: hue angle of 251.25º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8671E1 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 113 | 225 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.12 |
| HSL | 251.25º | 0.65% | 0.66% | - |
| HSV(B) | 251.25º | 0.5% | 0.88% | - |
| XYZ | 29.33 | 22.31 | 74 | - |
| YUV | 132.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 225 | 0.40 | 0.50 | 0 | 0.12 | 251.25 | 0.65 | 0.66 |
| Hex | 86 | 71 | E1 | 28 | 32 | 0 | C | FB | 41 | 42 |
| Octal | 206 | 161 | 341 | 50 | 62 | 0 | 14 | 373 | 101 | 102 |
| Binary | 10000110 | 1110001 | 11100001 | 101000 | 110010 | 0 | 1100 | 11111011 | 1000001 | 1000010 |
Color Harmonies of #8671E1
Complementary color
Monochromatic Colors of #8671E1
Black with #8671E1
Text Example
Text Example
White with #8671E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671E1; }
p { color: rgb(134,113,225); }
H1.HeaderClassName
{
color: #8671E1;
}
.AnyTagClassName
{
color: #8671E1;
}
</style>
background-color css
<style>
a { background-color: #8671E1; }
a { background-color: rgb(134,113,225); }
div.DivClassName
{
background-color: #8671E1;
}
.BgClassName
{
background-color: #8671E1;
}
</style>
border-color css
<style>
span { border-color: #8671E1; }
span { border-color: rgb(134,113,225); }
td.TdClassName
{
border-color: #8671E1;
}
.TagClassName
{
border-color: #8671E1;
}
</style>