Shades of Medium Purple #8668DB
Tints of Medium Purple #8668DB
RGB
CMYK
RGB Variations
Color information
#8668DB (or 0x8668DB) is known color: Medium Purple. HEX triplet: 86, 68 and DB. RGB value is (134,104,219). Sum of RGB (Red+Green+Blue) = 134+104+219=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #8668DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8668DB is #799724. Grayscale: #7D7D7D. Windows color (decimal): -7968549 or 14379142. OLE color: 14379142.
HSL color Cylindrical-coordinate representation of color #8668DB: hue angle of 255.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8668DB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 104 | 219 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.14 |
| HSL | 255.65º | 0.61% | 0.63% | - |
| HSV(B) | 255.65º | 0.53% | 0.86% | - |
| XYZ | 27.57 | 20.08 | 69.44 | - |
| YUV | 126.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 219 | 0.39 | 0.53 | 0 | 0.14 | 255.65 | 0.61 | 0.63 |
| Hex | 86 | 68 | DB | 27 | 35 | 0 | E | 100 | 3D | 3F |
| Octal | 206 | 150 | 333 | 47 | 65 | 0 | 16 | 400 | 75 | 77 |
| Binary | 10000110 | 1101000 | 11011011 | 100111 | 110101 | 0 | 1110 | 100000000 | 111101 | 111111 |
Color Harmonies of #8668DB
Complementary color
Monochromatic Colors of #8668DB
Black with #8668DB
Text Example
Text Example
White with #8668DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8668DB; }
p { color: rgb(134,104,219); }
H1.HeaderClassName
{
color: #8668DB;
}
.AnyTagClassName
{
color: #8668DB;
}
</style>
background-color css
<style>
a { background-color: #8668DB; }
a { background-color: rgb(134,104,219); }
div.DivClassName
{
background-color: #8668DB;
}
.BgClassName
{
background-color: #8668DB;
}
</style>
border-color css
<style>
span { border-color: #8668DB; }
span { border-color: rgb(134,104,219); }
td.TdClassName
{
border-color: #8668DB;
}
.TagClassName
{
border-color: #8668DB;
}
</style>