Shades of Medium Purple #8659DB
Tints of Medium Purple #8659DB
RGB
CMYK
RGB Variations
Color information
#8659DB (or 0x8659DB) is known color: Medium Purple. HEX triplet: 86, 59 and DB. RGB value is (134,89,219). Sum of RGB (Red+Green+Blue) = 134+89+219=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #8659DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659DB is #79A624. Grayscale: #747474. Windows color (decimal): -7972389 or 14375302. OLE color: 14375302.
HSL color Cylindrical-coordinate representation of color #8659DB: hue angle of 260.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8659DB is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 89 | 219 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.14 |
| HSL | 260.77º | 0.64% | 0.6% | - |
| HSV(B) | 260.77º | 0.59% | 0.86% | - |
| XYZ | 26.19 | 17.33 | 68.98 | - |
| YUV | 117.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 219 | 0.39 | 0.59 | 0 | 0.14 | 260.77 | 0.64 | 0.6 |
| Hex | 86 | 59 | DB | 27 | 3B | 0 | E | 105 | 40 | 3C |
| Octal | 206 | 131 | 333 | 47 | 73 | 0 | 16 | 405 | 100 | 74 |
| Binary | 10000110 | 1011001 | 11011011 | 100111 | 111011 | 0 | 1110 | 100000101 | 1000000 | 111100 |
Color Harmonies of #8659DB
Complementary color
Monochromatic Colors of #8659DB
Black with #8659DB
Text Example
Text Example
White with #8659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8659DB; }
p { color: rgb(134,89,219); }
H1.HeaderClassName
{
color: #8659DB;
}
.AnyTagClassName
{
color: #8659DB;
}
</style>
background-color css
<style>
a { background-color: #8659DB; }
a { background-color: rgb(134,89,219); }
div.DivClassName
{
background-color: #8659DB;
}
.BgClassName
{
background-color: #8659DB;
}
</style>
border-color css
<style>
span { border-color: #8659DB; }
span { border-color: rgb(134,89,219); }
td.TdClassName
{
border-color: #8659DB;
}
.TagClassName
{
border-color: #8659DB;
}
</style>