Shades of Medium Purple #855BD3
Tints of Medium Purple #855BD3
RGB
CMYK
RGB Variations
Color information
#855BD3 (or 0x855BD3) is known color: Medium Purple. HEX triplet: 85, 5B and D3. RGB value is (133,91,211). Sum of RGB (Red+Green+Blue) = 133+91+211=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #855BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BD3 is #7AA42C. Grayscale: #747474. Windows color (decimal): -8037421 or 13851525. OLE color: 13851525.
HSL color Cylindrical-coordinate representation of color #855BD3: hue angle of 261º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855BD3 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 91 | 211 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.17 |
| HSL | 261º | 0.58% | 0.59% | - |
| HSV(B) | 261º | 0.57% | 0.83% | - |
| XYZ | 25.17 | 17.17 | 63.62 | - |
| YUV | 117.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 211 | 0.37 | 0.57 | 0 | 0.17 | 261 | 0.58 | 0.59 |
| Hex | 85 | 5B | D3 | 25 | 39 | 0 | 11 | 105 | 3A | 3B |
| Octal | 205 | 133 | 323 | 45 | 71 | 0 | 21 | 405 | 72 | 73 |
| Binary | 10000101 | 1011011 | 11010011 | 100101 | 111001 | 0 | 10001 | 100000101 | 111010 | 111011 |
Color Harmonies of #855BD3
Complementary color
Monochromatic Colors of #855BD3
Black with #855BD3
Text Example
Text Example
White with #855BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BD3; }
p { color: rgb(133,91,211); }
H1.HeaderClassName
{
color: #855BD3;
}
.AnyTagClassName
{
color: #855BD3;
}
</style>
background-color css
<style>
a { background-color: #855BD3; }
a { background-color: rgb(133,91,211); }
div.DivClassName
{
background-color: #855BD3;
}
.BgClassName
{
background-color: #855BD3;
}
</style>
border-color css
<style>
span { border-color: #855BD3; }
span { border-color: rgb(133,91,211); }
td.TdClassName
{
border-color: #855BD3;
}
.TagClassName
{
border-color: #855BD3;
}
</style>