Shades of Medium Purple #8963E6
Tints of Medium Purple #8963E6
RGB
CMYK
RGB Variations
Color information
#8963E6 (or 0x8963E6) is known color: Medium Purple. HEX triplet: 89, 63 and E6. RGB value is (137,99,230). Sum of RGB (Red+Green+Blue) = 137+99+230=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #8963E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963E6 is #769C19. Grayscale: #7C7C7C. Windows color (decimal): -7773210 or 15098761. OLE color: 15098761.
HSL color Cylindrical-coordinate representation of color #8963E6: hue angle of 257.4º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8963E6 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 99 | 230 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.10 |
| HSL | 257.4º | 0.72% | 0.65% | - |
| HSV(B) | 257.4º | 0.57% | 0.9% | - |
| XYZ | 29.06 | 19.96 | 77.18 | - |
| YUV | 125.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 230 | 0.40 | 0.57 | 0 | 0.10 | 257.4 | 0.72 | 0.65 |
| Hex | 89 | 63 | E6 | 28 | 39 | 0 | A | 101 | 48 | 41 |
| Octal | 211 | 143 | 346 | 50 | 71 | 0 | 12 | 401 | 110 | 101 |
| Binary | 10001001 | 1100011 | 11100110 | 101000 | 111001 | 0 | 1010 | 100000001 | 1001000 | 1000001 |
Color Harmonies of #8963E6
Complementary color
Monochromatic Colors of #8963E6
Black with #8963E6
Text Example
Text Example
White with #8963E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963E6; }
p { color: rgb(137,99,230); }
H1.HeaderClassName
{
color: #8963E6;
}
.AnyTagClassName
{
color: #8963E6;
}
</style>
background-color css
<style>
a { background-color: #8963E6; }
a { background-color: rgb(137,99,230); }
div.DivClassName
{
background-color: #8963E6;
}
.BgClassName
{
background-color: #8963E6;
}
</style>
border-color css
<style>
span { border-color: #8963E6; }
span { border-color: rgb(137,99,230); }
td.TdClassName
{
border-color: #8963E6;
}
.TagClassName
{
border-color: #8963E6;
}
</style>