Shades of Medium Purple #8953DF
Tints of Medium Purple #8953DF
RGB
CMYK
RGB Variations
Color information
#8953DF (or 0x8953DF) is known color: Medium Purple. HEX triplet: 89, 53 and DF. RGB value is (137,83,223). Sum of RGB (Red+Green+Blue) = 137+83+223=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #8953DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953DF is #76AC20. Grayscale: #727272. Windows color (decimal): -7777313 or 14635913. OLE color: 14635913.
HSL color Cylindrical-coordinate representation of color #8953DF: hue angle of 263.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8953DF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 83 | 223 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.13 |
| HSL | 263.14º | 0.69% | 0.6% | - |
| HSV(B) | 263.14º | 0.63% | 0.87% | - |
| XYZ | 26.73 | 16.83 | 71.65 | - |
| YUV | 115.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 223 | 0.39 | 0.63 | 0 | 0.13 | 263.14 | 0.69 | 0.6 |
| Hex | 89 | 53 | DF | 27 | 3F | 0 | D | 107 | 45 | 3C |
| Octal | 211 | 123 | 337 | 47 | 77 | 0 | 15 | 407 | 105 | 74 |
| Binary | 10001001 | 1010011 | 11011111 | 100111 | 111111 | 0 | 1101 | 100000111 | 1000101 | 111100 |
Color Harmonies of #8953DF
Complementary color
Monochromatic Colors of #8953DF
Black with #8953DF
Text Example
Text Example
White with #8953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953DF; }
p { color: rgb(137,83,223); }
H1.HeaderClassName
{
color: #8953DF;
}
.AnyTagClassName
{
color: #8953DF;
}
</style>
background-color css
<style>
a { background-color: #8953DF; }
a { background-color: rgb(137,83,223); }
div.DivClassName
{
background-color: #8953DF;
}
.BgClassName
{
background-color: #8953DF;
}
</style>
border-color css
<style>
span { border-color: #8953DF; }
span { border-color: rgb(137,83,223); }
td.TdClassName
{
border-color: #8953DF;
}
.TagClassName
{
border-color: #8953DF;
}
</style>