Shades of Medium Purple #8963DC
Tints of Medium Purple #8963DC
RGB
CMYK
RGB Variations
Color information
#8963DC (or 0x8963DC) is known color: Medium Purple. HEX triplet: 89, 63 and DC. RGB value is (137,99,220). Sum of RGB (Red+Green+Blue) = 137+99+220=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #8963DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963DC is #769C23. Grayscale: #7B7B7B. Windows color (decimal): -7773220 or 14443401. OLE color: 14443401.
HSL color Cylindrical-coordinate representation of color #8963DC: hue angle of 258.84º 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 #8963DC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 99 | 220 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.14 |
| HSL | 258.84º | 0.63% | 0.63% | - |
| HSV(B) | 258.84º | 0.55% | 0.86% | - |
| XYZ | 27.7 | 19.41 | 70 | - |
| YUV | 124.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 220 | 0.38 | 0.55 | 0 | 0.14 | 258.84 | 0.63 | 0.63 |
| Hex | 89 | 63 | DC | 26 | 37 | 0 | E | 103 | 3F | 3F |
| Octal | 211 | 143 | 334 | 46 | 67 | 0 | 16 | 403 | 77 | 77 |
| Binary | 10001001 | 1100011 | 11011100 | 100110 | 110111 | 0 | 1110 | 100000011 | 111111 | 111111 |
Color Harmonies of #8963DC
Complementary color
Monochromatic Colors of #8963DC
Black with #8963DC
Text Example
Text Example
White with #8963DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963DC; }
p { color: rgb(137,99,220); }
H1.HeaderClassName
{
color: #8963DC;
}
.AnyTagClassName
{
color: #8963DC;
}
</style>
background-color css
<style>
a { background-color: #8963DC; }
a { background-color: rgb(137,99,220); }
div.DivClassName
{
background-color: #8963DC;
}
.BgClassName
{
background-color: #8963DC;
}
</style>
border-color css
<style>
span { border-color: #8963DC; }
span { border-color: rgb(137,99,220); }
td.TdClassName
{
border-color: #8963DC;
}
.TagClassName
{
border-color: #8963DC;
}
</style>