Shades of Medium Purple #8558DC
Tints of Medium Purple #8558DC
RGB
CMYK
RGB Variations
Color information
#8558DC (or 0x8558DC) is known color: Medium Purple. HEX triplet: 85, 58 and DC. RGB value is (133,88,220). Sum of RGB (Red+Green+Blue) = 133+88+220=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #8558DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558DC is #7AA723. Grayscale: #747474. Windows color (decimal): -8038180 or 14440581. OLE color: 14440581.
HSL color Cylindrical-coordinate representation of color #8558DC: hue angle of 260.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8558DC is Cyan = 0.40, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 88 | 220 | - |
| CMYK | 0.40 | 0.6 | 0 | 0.14 |
| HSL | 260.45º | 0.65% | 0.6% | - |
| HSV(B) | 260.45º | 0.6% | 0.86% | - |
| XYZ | 26.08 | 17.13 | 69.64 | - |
| YUV | 116.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 220 | 0.40 | 0.6 | 0 | 0.14 | 260.45 | 0.65 | 0.6 |
| Hex | 85 | 58 | DC | 28 | 3C | 0 | E | 104 | 41 | 3C |
| Octal | 205 | 130 | 334 | 50 | 74 | 0 | 16 | 404 | 101 | 74 |
| Binary | 10000101 | 1011000 | 11011100 | 101000 | 111100 | 0 | 1110 | 100000100 | 1000001 | 111100 |
Color Harmonies of #8558DC
Complementary color
Monochromatic Colors of #8558DC
Black with #8558DC
Text Example
Text Example
White with #8558DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558DC; }
p { color: rgb(133,88,220); }
H1.HeaderClassName
{
color: #8558DC;
}
.AnyTagClassName
{
color: #8558DC;
}
</style>
background-color css
<style>
a { background-color: #8558DC; }
a { background-color: rgb(133,88,220); }
div.DivClassName
{
background-color: #8558DC;
}
.BgClassName
{
background-color: #8558DC;
}
</style>
border-color css
<style>
span { border-color: #8558DC; }
span { border-color: rgb(133,88,220); }
td.TdClassName
{
border-color: #8558DC;
}
.TagClassName
{
border-color: #8558DC;
}
</style>