Shades of Medium Purple #855ADE
Tints of Medium Purple #855ADE
RGB
CMYK
RGB Variations
Color information
#855ADE (or 0x855ADE) is known color: Medium Purple. HEX triplet: 85, 5A and DE. RGB value is (133,90,222). Sum of RGB (Red+Green+Blue) = 133+90+222=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #855ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ADE is #7AA521. Grayscale: #757575. Windows color (decimal): -8037666 or 14572165. OLE color: 14572165.
HSL color Cylindrical-coordinate representation of color #855ADE: hue angle of 259.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855ADE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 90 | 222 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.13 |
| HSL | 259.55º | 0.67% | 0.61% | - |
| HSV(B) | 259.55º | 0.59% | 0.87% | - |
| XYZ | 26.51 | 17.57 | 71.1 | - |
| YUV | 117.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 222 | 0.40 | 0.59 | 0 | 0.13 | 259.55 | 0.67 | 0.61 |
| Hex | 85 | 5A | DE | 28 | 3B | 0 | D | 104 | 43 | 3D |
| Octal | 205 | 132 | 336 | 50 | 73 | 0 | 15 | 404 | 103 | 75 |
| Binary | 10000101 | 1011010 | 11011110 | 101000 | 111011 | 0 | 1101 | 100000100 | 1000011 | 111101 |
Color Harmonies of #855ADE
Complementary color
Monochromatic Colors of #855ADE
Black with #855ADE
Text Example
Text Example
White with #855ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ADE; }
p { color: rgb(133,90,222); }
H1.HeaderClassName
{
color: #855ADE;
}
.AnyTagClassName
{
color: #855ADE;
}
</style>
background-color css
<style>
a { background-color: #855ADE; }
a { background-color: rgb(133,90,222); }
div.DivClassName
{
background-color: #855ADE;
}
.BgClassName
{
background-color: #855ADE;
}
</style>
border-color css
<style>
span { border-color: #855ADE; }
span { border-color: rgb(133,90,222); }
td.TdClassName
{
border-color: #855ADE;
}
.TagClassName
{
border-color: #855ADE;
}
</style>