Shades of Medium Purple #8558DD
Tints of Medium Purple #8558DD
RGB
CMYK
RGB Variations
Color information
#8558DD (or 0x8558DD) is known color: Medium Purple. HEX triplet: 85, 58 and DD. RGB value is (133,88,221). Sum of RGB (Red+Green+Blue) = 133+88+221=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #8558DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558DD is #7AA722. Grayscale: #747474. Windows color (decimal): -8038179 or 14506117. OLE color: 14506117.
HSL color Cylindrical-coordinate representation of color #8558DD: hue angle of 260.3º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8558DD is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 88 | 221 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.13 |
| HSL | 260.3º | 0.66% | 0.61% | - |
| HSV(B) | 260.3º | 0.6% | 0.87% | - |
| XYZ | 26.21 | 17.19 | 70.34 | - |
| YUV | 116.62 | 186.91 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 221 | 0.40 | 0.60 | 0 | 0.13 | 260.3 | 0.66 | 0.61 |
| Hex | 85 | 58 | DD | 28 | 3C | 0 | D | 104 | 42 | 3D |
| Octal | 205 | 130 | 335 | 50 | 74 | 0 | 15 | 404 | 102 | 75 |
| Binary | 10000101 | 1011000 | 11011101 | 101000 | 111100 | 0 | 1101 | 100000100 | 1000010 | 111101 |
Color Harmonies of #8558DD
Complementary color
Monochromatic Colors of #8558DD
Black with #8558DD
Text Example
Text Example
White with #8558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558DD; }
p { color: rgb(133,88,221); }
H1.HeaderClassName
{
color: #8558DD;
}
.AnyTagClassName
{
color: #8558DD;
}
</style>
background-color css
<style>
a { background-color: #8558DD; }
a { background-color: rgb(133,88,221); }
div.DivClassName
{
background-color: #8558DD;
}
.BgClassName
{
background-color: #8558DD;
}
</style>
border-color css
<style>
span { border-color: #8558DD; }
span { border-color: rgb(133,88,221); }
td.TdClassName
{
border-color: #8558DD;
}
.TagClassName
{
border-color: #8558DD;
}
</style>