Shades of Medium Purple #855DDE
Tints of Medium Purple #855DDE
RGB
CMYK
RGB Variations
Color information
#855DDE (or 0x855DDE) is known color: Medium Purple. HEX triplet: 85, 5D and DE. RGB value is (133,93,222). Sum of RGB (Red+Green+Blue) = 133+93+222=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #855DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DDE is #7AA221. Grayscale: #777777. Windows color (decimal): -8036898 or 14572933. OLE color: 14572933.
HSL color Cylindrical-coordinate representation of color #855DDE: hue angle of 258.6º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855DDE is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 93 | 222 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.13 |
| HSL | 258.6º | 0.66% | 0.62% | - |
| HSV(B) | 258.6º | 0.58% | 0.87% | - |
| XYZ | 26.77 | 18.09 | 71.19 | - |
| YUV | 119.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 222 | 0.40 | 0.58 | 0 | 0.13 | 258.6 | 0.66 | 0.62 |
| Hex | 85 | 5D | DE | 28 | 3A | 0 | D | 103 | 42 | 3E |
| Octal | 205 | 135 | 336 | 50 | 72 | 0 | 15 | 403 | 102 | 76 |
| Binary | 10000101 | 1011101 | 11011110 | 101000 | 111010 | 0 | 1101 | 100000011 | 1000010 | 111110 |
Color Harmonies of #855DDE
Complementary color
Monochromatic Colors of #855DDE
Black with #855DDE
Text Example
Text Example
White with #855DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DDE; }
p { color: rgb(133,93,222); }
H1.HeaderClassName
{
color: #855DDE;
}
.AnyTagClassName
{
color: #855DDE;
}
</style>
background-color css
<style>
a { background-color: #855DDE; }
a { background-color: rgb(133,93,222); }
div.DivClassName
{
background-color: #855DDE;
}
.BgClassName
{
background-color: #855DDE;
}
</style>
border-color css
<style>
span { border-color: #855DDE; }
span { border-color: rgb(133,93,222); }
td.TdClassName
{
border-color: #855DDE;
}
.TagClassName
{
border-color: #855DDE;
}
</style>