Shades of Medium Purple #855FDD
Tints of Medium Purple #855FDD
RGB
CMYK
RGB Variations
Color information
#855FDD (or 0x855FDD) is known color: Medium Purple. HEX triplet: 85, 5F and DD. RGB value is (133,95,221). Sum of RGB (Red+Green+Blue) = 133+95+221=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #855FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FDD is #7AA022. Grayscale: #787878. Windows color (decimal): -8036387 or 14507909. OLE color: 14507909.
HSL color Cylindrical-coordinate representation of color #855FDD: hue angle of 258.1º degrees, saturation: 0.65, 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 #855FDD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 95 | 221 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.13 |
| HSL | 258.1º | 0.65% | 0.62% | - |
| HSV(B) | 258.1º | 0.57% | 0.87% | - |
| XYZ | 26.82 | 18.39 | 70.54 | - |
| YUV | 120.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 221 | 0.40 | 0.57 | 0 | 0.13 | 258.1 | 0.65 | 0.62 |
| Hex | 85 | 5F | DD | 28 | 39 | 0 | D | 102 | 41 | 3E |
| Octal | 205 | 137 | 335 | 50 | 71 | 0 | 15 | 402 | 101 | 76 |
| Binary | 10000101 | 1011111 | 11011101 | 101000 | 111001 | 0 | 1101 | 100000010 | 1000001 | 111110 |
Color Harmonies of #855FDD
Complementary color
Monochromatic Colors of #855FDD
Black with #855FDD
Text Example
Text Example
White with #855FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FDD; }
p { color: rgb(133,95,221); }
H1.HeaderClassName
{
color: #855FDD;
}
.AnyTagClassName
{
color: #855FDD;
}
</style>
background-color css
<style>
a { background-color: #855FDD; }
a { background-color: rgb(133,95,221); }
div.DivClassName
{
background-color: #855FDD;
}
.BgClassName
{
background-color: #855FDD;
}
</style>
border-color css
<style>
span { border-color: #855FDD; }
span { border-color: rgb(133,95,221); }
td.TdClassName
{
border-color: #855FDD;
}
.TagClassName
{
border-color: #855FDD;
}
</style>