Shades of Medium Purple #8963DF
Tints of Medium Purple #8963DF
RGB
CMYK
RGB Variations
Color information
#8963DF (or 0x8963DF) is known color: Medium Purple. HEX triplet: 89, 63 and DF. RGB value is (137,99,223). Sum of RGB (Red+Green+Blue) = 137+99+223=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #8963DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963DF is #769C20. Grayscale: #7C7C7C. Windows color (decimal): -7773217 or 14640009. OLE color: 14640009.
HSL color Cylindrical-coordinate representation of color #8963DF: hue angle of 258.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8963DF is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 99 | 223 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.13 |
| HSL | 258.39º | 0.66% | 0.63% | - |
| HSV(B) | 258.39º | 0.56% | 0.87% | - |
| XYZ | 28.1 | 19.57 | 72.11 | - |
| YUV | 124.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 223 | 0.39 | 0.56 | 0 | 0.13 | 258.39 | 0.66 | 0.63 |
| Hex | 89 | 63 | DF | 27 | 38 | 0 | D | 102 | 42 | 3F |
| Octal | 211 | 143 | 337 | 47 | 70 | 0 | 15 | 402 | 102 | 77 |
| Binary | 10001001 | 1100011 | 11011111 | 100111 | 111000 | 0 | 1101 | 100000010 | 1000010 | 111111 |
Color Harmonies of #8963DF
Complementary color
Monochromatic Colors of #8963DF
Black with #8963DF
Text Example
Text Example
White with #8963DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963DF; }
p { color: rgb(137,99,223); }
H1.HeaderClassName
{
color: #8963DF;
}
.AnyTagClassName
{
color: #8963DF;
}
</style>
background-color css
<style>
a { background-color: #8963DF; }
a { background-color: rgb(137,99,223); }
div.DivClassName
{
background-color: #8963DF;
}
.BgClassName
{
background-color: #8963DF;
}
</style>
border-color css
<style>
span { border-color: #8963DF; }
span { border-color: rgb(137,99,223); }
td.TdClassName
{
border-color: #8963DF;
}
.TagClassName
{
border-color: #8963DF;
}
</style>