Shades of Medium Purple #8666E0
Tints of Medium Purple #8666E0
RGB
CMYK
RGB Variations
Color information
#8666E0 (or 0x8666E0) is known color: Medium Purple. HEX triplet: 86, 66 and E0. RGB value is (134,102,224). Sum of RGB (Red+Green+Blue) = 134+102+224=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #8666E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666E0 is #79991F. Grayscale: #7D7D7D. Windows color (decimal): -7969056 or 14706310. OLE color: 14706310.
HSL color Cylindrical-coordinate representation of color #8666E0: hue angle of 255.74º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8666E0 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 102 | 224 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.12 |
| HSL | 255.74º | 0.66% | 0.64% | - |
| HSV(B) | 255.74º | 0.54% | 0.88% | - |
| XYZ | 28.04 | 19.95 | 72.89 | - |
| YUV | 125.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 224 | 0.40 | 0.54 | 0 | 0.12 | 255.74 | 0.66 | 0.64 |
| Hex | 86 | 66 | E0 | 28 | 36 | 0 | C | 100 | 42 | 40 |
| Octal | 206 | 146 | 340 | 50 | 66 | 0 | 14 | 400 | 102 | 100 |
| Binary | 10000110 | 1100110 | 11100000 | 101000 | 110110 | 0 | 1100 | 100000000 | 1000010 | 1000000 |
Color Harmonies of #8666E0
Complementary color
Monochromatic Colors of #8666E0
Black with #8666E0
Text Example
Text Example
White with #8666E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666E0; }
p { color: rgb(134,102,224); }
H1.HeaderClassName
{
color: #8666E0;
}
.AnyTagClassName
{
color: #8666E0;
}
</style>
background-color css
<style>
a { background-color: #8666E0; }
a { background-color: rgb(134,102,224); }
div.DivClassName
{
background-color: #8666E0;
}
.BgClassName
{
background-color: #8666E0;
}
</style>
border-color css
<style>
span { border-color: #8666E0; }
span { border-color: rgb(134,102,224); }
td.TdClassName
{
border-color: #8666E0;
}
.TagClassName
{
border-color: #8666E0;
}
</style>