Shades of Medium Purple #855DDF
Tints of Medium Purple #855DDF
RGB
CMYK
RGB Variations
Color information
#855DDF (or 0x855DDF) is known color: Medium Purple. HEX triplet: 85, 5D and DF. RGB value is (133,93,223). Sum of RGB (Red+Green+Blue) = 133+93+223=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #855DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DDF is #7AA220. Grayscale: #777777. Windows color (decimal): -8036897 or 14638469. OLE color: 14638469.
HSL color Cylindrical-coordinate representation of color #855DDF: hue angle of 258.46º degrees, saturation: 0.67, 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 #855DDF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 93 | 223 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.13 |
| HSL | 258.46º | 0.67% | 0.62% | - |
| HSV(B) | 258.46º | 0.58% | 0.87% | - |
| XYZ | 26.91 | 18.14 | 71.9 | - |
| YUV | 119.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 223 | 0.40 | 0.58 | 0 | 0.13 | 258.46 | 0.67 | 0.62 |
| Hex | 85 | 5D | DF | 28 | 3A | 0 | D | 102 | 43 | 3E |
| Octal | 205 | 135 | 337 | 50 | 72 | 0 | 15 | 402 | 103 | 76 |
| Binary | 10000101 | 1011101 | 11011111 | 101000 | 111010 | 0 | 1101 | 100000010 | 1000011 | 111110 |
Color Harmonies of #855DDF
Complementary color
Monochromatic Colors of #855DDF
Black with #855DDF
Text Example
Text Example
White with #855DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DDF; }
p { color: rgb(133,93,223); }
H1.HeaderClassName
{
color: #855DDF;
}
.AnyTagClassName
{
color: #855DDF;
}
</style>
background-color css
<style>
a { background-color: #855DDF; }
a { background-color: rgb(133,93,223); }
div.DivClassName
{
background-color: #855DDF;
}
.BgClassName
{
background-color: #855DDF;
}
</style>
border-color css
<style>
span { border-color: #855DDF; }
span { border-color: rgb(133,93,223); }
td.TdClassName
{
border-color: #855DDF;
}
.TagClassName
{
border-color: #855DDF;
}
</style>