Shades of Medium Purple #855FDF
Tints of Medium Purple #855FDF
RGB
CMYK
RGB Variations
Color information
#855FDF (or 0x855FDF) is known color: Medium Purple. HEX triplet: 85, 5F and DF. RGB value is (133,95,223). Sum of RGB (Red+Green+Blue) = 133+95+223=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #855FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FDF is #7AA020. Grayscale: #787878. Windows color (decimal): -8036385 or 14638981. OLE color: 14638981.
HSL color Cylindrical-coordinate representation of color #855FDF: hue angle of 257.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855FDF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 95 | 223 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.13 |
| HSL | 257.81º | 0.67% | 0.62% | - |
| HSV(B) | 257.81º | 0.57% | 0.87% | - |
| XYZ | 27.08 | 18.5 | 71.96 | - |
| YUV | 120.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 223 | 0.40 | 0.57 | 0 | 0.13 | 257.81 | 0.67 | 0.62 |
| Hex | 85 | 5F | DF | 28 | 39 | 0 | D | 102 | 43 | 3E |
| Octal | 205 | 137 | 337 | 50 | 71 | 0 | 15 | 402 | 103 | 76 |
| Binary | 10000101 | 1011111 | 11011111 | 101000 | 111001 | 0 | 1101 | 100000010 | 1000011 | 111110 |
Color Harmonies of #855FDF
Complementary color
Monochromatic Colors of #855FDF
Black with #855FDF
Text Example
Text Example
White with #855FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FDF; }
p { color: rgb(133,95,223); }
H1.HeaderClassName
{
color: #855FDF;
}
.AnyTagClassName
{
color: #855FDF;
}
</style>
background-color css
<style>
a { background-color: #855FDF; }
a { background-color: rgb(133,95,223); }
div.DivClassName
{
background-color: #855FDF;
}
.BgClassName
{
background-color: #855FDF;
}
</style>
border-color css
<style>
span { border-color: #855FDF; }
span { border-color: rgb(133,95,223); }
td.TdClassName
{
border-color: #855FDF;
}
.TagClassName
{
border-color: #855FDF;
}
</style>