Shades of Medium Purple #8963E0
Tints of Medium Purple #8963E0
RGB
CMYK
RGB Variations
Color information
#8963E0 (or 0x8963E0) is known color: Medium Purple. HEX triplet: 89, 63 and E0. RGB value is (137,99,224). Sum of RGB (Red+Green+Blue) = 137+99+224=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #8963E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963E0 is #769C1F. Grayscale: #7C7C7C. Windows color (decimal): -7773216 or 14705545. OLE color: 14705545.
HSL color Cylindrical-coordinate representation of color #8963E0: hue angle of 258.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8963E0 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 99 | 224 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.12 |
| HSL | 258.24º | 0.67% | 0.63% | - |
| HSV(B) | 258.24º | 0.56% | 0.88% | - |
| XYZ | 28.23 | 19.62 | 72.82 | - |
| YUV | 124.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 224 | 0.39 | 0.56 | 0 | 0.12 | 258.24 | 0.67 | 0.63 |
| Hex | 89 | 63 | E0 | 27 | 38 | 0 | C | 102 | 43 | 3F |
| Octal | 211 | 143 | 340 | 47 | 70 | 0 | 14 | 402 | 103 | 77 |
| Binary | 10001001 | 1100011 | 11100000 | 100111 | 111000 | 0 | 1100 | 100000010 | 1000011 | 111111 |
Color Harmonies of #8963E0
Complementary color
Monochromatic Colors of #8963E0
Black with #8963E0
Text Example
Text Example
White with #8963E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963E0; }
p { color: rgb(137,99,224); }
H1.HeaderClassName
{
color: #8963E0;
}
.AnyTagClassName
{
color: #8963E0;
}
</style>
background-color css
<style>
a { background-color: #8963E0; }
a { background-color: rgb(137,99,224); }
div.DivClassName
{
background-color: #8963E0;
}
.BgClassName
{
background-color: #8963E0;
}
</style>
border-color css
<style>
span { border-color: #8963E0; }
span { border-color: rgb(137,99,224); }
td.TdClassName
{
border-color: #8963E0;
}
.TagClassName
{
border-color: #8963E0;
}
</style>