Shades of Medium Purple #8558DF
Tints of Medium Purple #8558DF
RGB
CMYK
RGB Variations
Color information
#8558DF (or 0x8558DF) is known color: Medium Purple. HEX triplet: 85, 58 and DF. RGB value is (133,88,223). Sum of RGB (Red+Green+Blue) = 133+88+223=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #8558DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558DF is #7AA720. Grayscale: #747474. Windows color (decimal): -8038177 or 14637189. OLE color: 14637189.
HSL color Cylindrical-coordinate representation of color #8558DF: hue angle of 260º 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 #8558DF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 88 | 223 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.13 |
| HSL | 260º | 0.68% | 0.61% | - |
| HSV(B) | 260º | 0.61% | 0.87% | - |
| XYZ | 26.48 | 17.29 | 71.75 | - |
| YUV | 116.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 223 | 0.40 | 0.61 | 0 | 0.13 | 260 | 0.68 | 0.61 |
| Hex | 85 | 58 | DF | 28 | 3D | 0 | D | 104 | 44 | 3D |
| Octal | 205 | 130 | 337 | 50 | 75 | 0 | 15 | 404 | 104 | 75 |
| Binary | 10000101 | 1011000 | 11011111 | 101000 | 111101 | 0 | 1101 | 100000100 | 1000100 | 111101 |
Color Harmonies of #8558DF
Complementary color
Monochromatic Colors of #8558DF
Black with #8558DF
Text Example
Text Example
White with #8558DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558DF; }
p { color: rgb(133,88,223); }
H1.HeaderClassName
{
color: #8558DF;
}
.AnyTagClassName
{
color: #8558DF;
}
</style>
background-color css
<style>
a { background-color: #8558DF; }
a { background-color: rgb(133,88,223); }
div.DivClassName
{
background-color: #8558DF;
}
.BgClassName
{
background-color: #8558DF;
}
</style>
border-color css
<style>
span { border-color: #8558DF; }
span { border-color: rgb(133,88,223); }
td.TdClassName
{
border-color: #8558DF;
}
.TagClassName
{
border-color: #8558DF;
}
</style>