Shades of Medium Purple #8951DF
Tints of Medium Purple #8951DF
RGB
CMYK
RGB Variations
Color information
#8951DF (or 0x8951DF) is known color: Medium Purple. HEX triplet: 89, 51 and DF. RGB value is (137,81,223). Sum of RGB (Red+Green+Blue) = 137+81+223=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #8951DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951DF is #76AE20. Grayscale: #717171. Windows color (decimal): -7777825 or 14635401. OLE color: 14635401.
HSL color Cylindrical-coordinate representation of color #8951DF: hue angle of 263.66º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8951DF is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 81 | 223 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.13 |
| HSL | 263.66º | 0.69% | 0.6% | - |
| HSV(B) | 263.66º | 0.64% | 0.87% | - |
| XYZ | 26.58 | 16.53 | 71.6 | - |
| YUV | 113.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 223 | 0.39 | 0.64 | 0 | 0.13 | 263.66 | 0.69 | 0.6 |
| Hex | 89 | 51 | DF | 27 | 40 | 0 | D | 108 | 45 | 3C |
| Octal | 211 | 121 | 337 | 47 | 100 | 0 | 15 | 410 | 105 | 74 |
| Binary | 10001001 | 1010001 | 11011111 | 100111 | 1000000 | 0 | 1101 | 100001000 | 1000101 | 111100 |
Color Harmonies of #8951DF
Complementary color
Monochromatic Colors of #8951DF
Black with #8951DF
Text Example
Text Example
White with #8951DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951DF; }
p { color: rgb(137,81,223); }
H1.HeaderClassName
{
color: #8951DF;
}
.AnyTagClassName
{
color: #8951DF;
}
</style>
background-color css
<style>
a { background-color: #8951DF; }
a { background-color: rgb(137,81,223); }
div.DivClassName
{
background-color: #8951DF;
}
.BgClassName
{
background-color: #8951DF;
}
</style>
border-color css
<style>
span { border-color: #8951DF; }
span { border-color: rgb(137,81,223); }
td.TdClassName
{
border-color: #8951DF;
}
.TagClassName
{
border-color: #8951DF;
}
</style>