Shades of Medium Purple #8663DC
Tints of Medium Purple #8663DC
RGB
CMYK
RGB Variations
Color information
#8663DC (or 0x8663DC) is known color: Medium Purple. HEX triplet: 86, 63 and DC. RGB value is (134,99,220). Sum of RGB (Red+Green+Blue) = 134+99+220=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8663DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663DC is #799C23. Grayscale: #7A7A7A. Windows color (decimal): -7969828 or 14443398. OLE color: 14443398.
HSL color Cylindrical-coordinate representation of color #8663DC: hue angle of 257.36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8663DC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 99 | 220 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.14 |
| HSL | 257.36º | 0.63% | 0.63% | - |
| HSV(B) | 257.36º | 0.55% | 0.86% | - |
| XYZ | 27.21 | 19.16 | 69.97 | - |
| YUV | 123.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 220 | 0.39 | 0.55 | 0 | 0.14 | 257.36 | 0.63 | 0.63 |
| Hex | 86 | 63 | DC | 27 | 37 | 0 | E | 101 | 3F | 3F |
| Octal | 206 | 143 | 334 | 47 | 67 | 0 | 16 | 401 | 77 | 77 |
| Binary | 10000110 | 1100011 | 11011100 | 100111 | 110111 | 0 | 1110 | 100000001 | 111111 | 111111 |
Color Harmonies of #8663DC
Complementary color
Monochromatic Colors of #8663DC
Black with #8663DC
Text Example
Text Example
White with #8663DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663DC; }
p { color: rgb(134,99,220); }
H1.HeaderClassName
{
color: #8663DC;
}
.AnyTagClassName
{
color: #8663DC;
}
</style>
background-color css
<style>
a { background-color: #8663DC; }
a { background-color: rgb(134,99,220); }
div.DivClassName
{
background-color: #8663DC;
}
.BgClassName
{
background-color: #8663DC;
}
</style>
border-color css
<style>
span { border-color: #8663DC; }
span { border-color: rgb(134,99,220); }
td.TdClassName
{
border-color: #8663DC;
}
.TagClassName
{
border-color: #8663DC;
}
</style>