Shades of Medium Purple #8558DB
Tints of Medium Purple #8558DB
RGB
CMYK
RGB Variations
Color information
#8558DB (or 0x8558DB) is known color: Medium Purple. HEX triplet: 85, 58 and DB. RGB value is (133,88,219). Sum of RGB (Red+Green+Blue) = 133+88+219=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #8558DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558DB is #7AA724. Grayscale: #737373. Windows color (decimal): -8038181 or 14375045. OLE color: 14375045.
HSL color Cylindrical-coordinate representation of color #8558DB: hue angle of 260.61º 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 #8558DB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 88 | 219 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.14 |
| HSL | 260.61º | 0.65% | 0.6% | - |
| HSV(B) | 260.61º | 0.6% | 0.86% | - |
| XYZ | 25.95 | 17.08 | 68.95 | - |
| YUV | 116.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 219 | 0.39 | 0.60 | 0 | 0.14 | 260.61 | 0.65 | 0.6 |
| Hex | 85 | 58 | DB | 27 | 3C | 0 | E | 105 | 41 | 3C |
| Octal | 205 | 130 | 333 | 47 | 74 | 0 | 16 | 405 | 101 | 74 |
| Binary | 10000101 | 1011000 | 11011011 | 100111 | 111100 | 0 | 1110 | 100000101 | 1000001 | 111100 |
Color Harmonies of #8558DB
Complementary color
Monochromatic Colors of #8558DB
Black with #8558DB
Text Example
Text Example
White with #8558DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558DB; }
p { color: rgb(133,88,219); }
H1.HeaderClassName
{
color: #8558DB;
}
.AnyTagClassName
{
color: #8558DB;
}
</style>
background-color css
<style>
a { background-color: #8558DB; }
a { background-color: rgb(133,88,219); }
div.DivClassName
{
background-color: #8558DB;
}
.BgClassName
{
background-color: #8558DB;
}
</style>
border-color css
<style>
span { border-color: #8558DB; }
span { border-color: rgb(133,88,219); }
td.TdClassName
{
border-color: #8558DB;
}
.TagClassName
{
border-color: #8558DB;
}
</style>