Shades of Medium Purple #8668DC
Tints of Medium Purple #8668DC
RGB
CMYK
RGB Variations
Color information
#8668DC (or 0x8668DC) is known color: Medium Purple. HEX triplet: 86, 68 and DC. RGB value is (134,104,220). Sum of RGB (Red+Green+Blue) = 134+104+220=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #8668DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8668DC is #799723. Grayscale: #7D7D7D. Windows color (decimal): -7968548 or 14444678. OLE color: 14444678.
HSL color Cylindrical-coordinate representation of color #8668DC: hue angle of 255.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8668DC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 104 | 220 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.14 |
| HSL | 255.52º | 0.62% | 0.64% | - |
| HSV(B) | 255.52º | 0.53% | 0.86% | - |
| XYZ | 27.7 | 20.14 | 70.14 | - |
| YUV | 126.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 220 | 0.39 | 0.53 | 0 | 0.14 | 255.52 | 0.62 | 0.64 |
| Hex | 86 | 68 | DC | 27 | 35 | 0 | E | 100 | 3E | 40 |
| Octal | 206 | 150 | 334 | 47 | 65 | 0 | 16 | 400 | 76 | 100 |
| Binary | 10000110 | 1101000 | 11011100 | 100111 | 110101 | 0 | 1110 | 100000000 | 111110 | 1000000 |
Color Harmonies of #8668DC
Complementary color
Monochromatic Colors of #8668DC
Black with #8668DC
Text Example
Text Example
White with #8668DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8668DC; }
p { color: rgb(134,104,220); }
H1.HeaderClassName
{
color: #8668DC;
}
.AnyTagClassName
{
color: #8668DC;
}
</style>
background-color css
<style>
a { background-color: #8668DC; }
a { background-color: rgb(134,104,220); }
div.DivClassName
{
background-color: #8668DC;
}
.BgClassName
{
background-color: #8668DC;
}
</style>
border-color css
<style>
span { border-color: #8668DC; }
span { border-color: rgb(134,104,220); }
td.TdClassName
{
border-color: #8668DC;
}
.TagClassName
{
border-color: #8668DC;
}
</style>