Shades of Medium Purple #8958DF
Tints of Medium Purple #8958DF
RGB
CMYK
RGB Variations
Color information
#8958DF (or 0x8958DF) is known color: Medium Purple. HEX triplet: 89, 58 and DF. RGB value is (137,88,223). Sum of RGB (Red+Green+Blue) = 137+88+223=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #8958DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958DF is #76A720. Grayscale: #757575. Windows color (decimal): -7776033 or 14637193. OLE color: 14637193.
HSL color Cylindrical-coordinate representation of color #8958DF: hue angle of 261.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8958DF is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 88 | 223 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.13 |
| HSL | 261.78º | 0.68% | 0.61% | - |
| HSV(B) | 261.78º | 0.61% | 0.87% | - |
| XYZ | 27.13 | 17.63 | 71.78 | - |
| YUV | 118.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 223 | 0.39 | 0.61 | 0 | 0.13 | 261.78 | 0.68 | 0.61 |
| Hex | 89 | 58 | DF | 27 | 3D | 0 | D | 106 | 44 | 3D |
| Octal | 211 | 130 | 337 | 47 | 75 | 0 | 15 | 406 | 104 | 75 |
| Binary | 10001001 | 1011000 | 11011111 | 100111 | 111101 | 0 | 1101 | 100000110 | 1000100 | 111101 |
Color Harmonies of #8958DF
Complementary color
Monochromatic Colors of #8958DF
Black with #8958DF
Text Example
Text Example
White with #8958DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958DF; }
p { color: rgb(137,88,223); }
H1.HeaderClassName
{
color: #8958DF;
}
.AnyTagClassName
{
color: #8958DF;
}
</style>
background-color css
<style>
a { background-color: #8958DF; }
a { background-color: rgb(137,88,223); }
div.DivClassName
{
background-color: #8958DF;
}
.BgClassName
{
background-color: #8958DF;
}
</style>
border-color css
<style>
span { border-color: #8958DF; }
span { border-color: rgb(137,88,223); }
td.TdClassName
{
border-color: #8958DF;
}
.TagClassName
{
border-color: #8958DF;
}
</style>