Shades of Medium Purple #8953E1
Tints of Medium Purple #8953E1
RGB
CMYK
RGB Variations
Color information
#8953E1 (or 0x8953E1) is known color: Medium Purple. HEX triplet: 89, 53 and E1. RGB value is (137,83,225). Sum of RGB (Red+Green+Blue) = 137+83+225=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #8953E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953E1 is #76AC1E. Grayscale: #727272. Windows color (decimal): -7777311 or 14766985. OLE color: 14766985.
HSL color Cylindrical-coordinate representation of color #8953E1: hue angle of 262.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8953E1 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 83 | 225 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.12 |
| HSL | 262.82º | 0.7% | 0.6% | - |
| HSV(B) | 262.82º | 0.63% | 0.88% | - |
| XYZ | 27 | 16.94 | 73.08 | - |
| YUV | 115.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 225 | 0.39 | 0.63 | 0 | 0.12 | 262.82 | 0.7 | 0.6 |
| Hex | 89 | 53 | E1 | 27 | 3F | 0 | C | 107 | 46 | 3C |
| Octal | 211 | 123 | 341 | 47 | 77 | 0 | 14 | 407 | 106 | 74 |
| Binary | 10001001 | 1010011 | 11100001 | 100111 | 111111 | 0 | 1100 | 100000111 | 1000110 | 111100 |
Color Harmonies of #8953E1
Complementary color
Monochromatic Colors of #8953E1
Black with #8953E1
Text Example
Text Example
White with #8953E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953E1; }
p { color: rgb(137,83,225); }
H1.HeaderClassName
{
color: #8953E1;
}
.AnyTagClassName
{
color: #8953E1;
}
</style>
background-color css
<style>
a { background-color: #8953E1; }
a { background-color: rgb(137,83,225); }
div.DivClassName
{
background-color: #8953E1;
}
.BgClassName
{
background-color: #8953E1;
}
</style>
border-color css
<style>
span { border-color: #8953E1; }
span { border-color: rgb(137,83,225); }
td.TdClassName
{
border-color: #8953E1;
}
.TagClassName
{
border-color: #8953E1;
}
</style>