Shades of Medium Purple #855CDA
Tints of Medium Purple #855CDA
RGB
CMYK
RGB Variations
Color information
#855CDA (or 0x855CDA) is known color: Medium Purple. HEX triplet: 85, 5C and DA. RGB value is (133,92,218). Sum of RGB (Red+Green+Blue) = 133+92+218=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #855CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CDA is #7AA325. Grayscale: #767676. Windows color (decimal): -8037158 or 14310533. OLE color: 14310533.
HSL color Cylindrical-coordinate representation of color #855CDA: hue angle of 259.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855CDA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 92 | 218 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.15 |
| HSL | 259.52º | 0.63% | 0.61% | - |
| HSV(B) | 259.52º | 0.58% | 0.85% | - |
| XYZ | 26.15 | 17.7 | 68.37 | - |
| YUV | 118.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 218 | 0.39 | 0.58 | 0 | 0.15 | 259.52 | 0.63 | 0.61 |
| Hex | 85 | 5C | DA | 27 | 3A | 0 | F | 104 | 3F | 3D |
| Octal | 205 | 134 | 332 | 47 | 72 | 0 | 17 | 404 | 77 | 75 |
| Binary | 10000101 | 1011100 | 11011010 | 100111 | 111010 | 0 | 1111 | 100000100 | 111111 | 111101 |
Color Harmonies of #855CDA
Complementary color
Monochromatic Colors of #855CDA
Black with #855CDA
Text Example
Text Example
White with #855CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CDA; }
p { color: rgb(133,92,218); }
H1.HeaderClassName
{
color: #855CDA;
}
.AnyTagClassName
{
color: #855CDA;
}
</style>
background-color css
<style>
a { background-color: #855CDA; }
a { background-color: rgb(133,92,218); }
div.DivClassName
{
background-color: #855CDA;
}
.BgClassName
{
background-color: #855CDA;
}
</style>
border-color css
<style>
span { border-color: #855CDA; }
span { border-color: rgb(133,92,218); }
td.TdClassName
{
border-color: #855CDA;
}
.TagClassName
{
border-color: #855CDA;
}
</style>