Shades of Medium Purple #8661DB
Tints of Medium Purple #8661DB
RGB
CMYK
RGB Variations
Color information
#8661DB (or 0x8661DB) is known color: Medium Purple. HEX triplet: 86, 61 and DB. RGB value is (134,97,219). Sum of RGB (Red+Green+Blue) = 134+97+219=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8661DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8661DB is #799E24. Grayscale: #797979. Windows color (decimal): -7970341 or 14377350. OLE color: 14377350.
HSL color Cylindrical-coordinate representation of color #8661DB: hue angle of 258.2º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8661DB is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 97 | 219 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.14 |
| HSL | 258.2º | 0.63% | 0.62% | - |
| HSV(B) | 258.2º | 0.56% | 0.86% | - |
| XYZ | 26.89 | 18.73 | 69.22 | - |
| YUV | 121.97 | 182.76 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 219 | 0.39 | 0.56 | 0 | 0.14 | 258.2 | 0.63 | 0.62 |
| Hex | 86 | 61 | DB | 27 | 38 | 0 | E | 102 | 3F | 3E |
| Octal | 206 | 141 | 333 | 47 | 70 | 0 | 16 | 402 | 77 | 76 |
| Binary | 10000110 | 1100001 | 11011011 | 100111 | 111000 | 0 | 1110 | 100000010 | 111111 | 111110 |
Color Harmonies of #8661DB
Complementary color
Monochromatic Colors of #8661DB
Black with #8661DB
Text Example
Text Example
White with #8661DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8661DB; }
p { color: rgb(134,97,219); }
H1.HeaderClassName
{
color: #8661DB;
}
.AnyTagClassName
{
color: #8661DB;
}
</style>
background-color css
<style>
a { background-color: #8661DB; }
a { background-color: rgb(134,97,219); }
div.DivClassName
{
background-color: #8661DB;
}
.BgClassName
{
background-color: #8661DB;
}
</style>
border-color css
<style>
span { border-color: #8661DB; }
span { border-color: rgb(134,97,219); }
td.TdClassName
{
border-color: #8661DB;
}
.TagClassName
{
border-color: #8661DB;
}
</style>