Shades of Medium Purple #8663DB
Tints of Medium Purple #8663DB
RGB
CMYK
RGB Variations
Color information
#8663DB (or 0x8663DB) is known color: Medium Purple. HEX triplet: 86, 63 and DB. RGB value is (134,99,219). Sum of RGB (Red+Green+Blue) = 134+99+219=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8663DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663DB is #799C24. Grayscale: #7A7A7A. Windows color (decimal): -7969829 or 14377862. OLE color: 14377862.
HSL color Cylindrical-coordinate representation of color #8663DB: hue angle of 257.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8663DB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 99 | 219 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.14 |
| HSL | 257.5º | 0.63% | 0.62% | - |
| HSV(B) | 257.5º | 0.55% | 0.86% | - |
| XYZ | 27.08 | 19.11 | 69.28 | - |
| YUV | 123.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 219 | 0.39 | 0.55 | 0 | 0.14 | 257.5 | 0.63 | 0.62 |
| Hex | 86 | 63 | DB | 27 | 37 | 0 | E | 102 | 3E | 3E |
| Octal | 206 | 143 | 333 | 47 | 67 | 0 | 16 | 402 | 76 | 76 |
| Binary | 10000110 | 1100011 | 11011011 | 100111 | 110111 | 0 | 1110 | 100000010 | 111110 | 111110 |
Color Harmonies of #8663DB
Complementary color
Monochromatic Colors of #8663DB
Black with #8663DB
Text Example
Text Example
White with #8663DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663DB; }
p { color: rgb(134,99,219); }
H1.HeaderClassName
{
color: #8663DB;
}
.AnyTagClassName
{
color: #8663DB;
}
</style>
background-color css
<style>
a { background-color: #8663DB; }
a { background-color: rgb(134,99,219); }
div.DivClassName
{
background-color: #8663DB;
}
.BgClassName
{
background-color: #8663DB;
}
</style>
border-color css
<style>
span { border-color: #8663DB; }
span { border-color: rgb(134,99,219); }
td.TdClassName
{
border-color: #8663DB;
}
.TagClassName
{
border-color: #8663DB;
}
</style>