Shades of True V #855ED1
Tints of True V #855ED1
RGB
CMYK
RGB Variations
Color information
#855ED1 (or 0x855ED1) is known color: True V. HEX triplet: 85, 5E and D1. RGB value is (133,94,209). Sum of RGB (Red+Green+Blue) = 133+94+209=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #855ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ED1 is #7AA12E. Grayscale: #767676. Windows color (decimal): -8036655 or 13721221. OLE color: 13721221.
HSL color Cylindrical-coordinate representation of color #855ED1: hue angle of 260.35º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #855ED1 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 94 | 209 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.18 |
| HSL | 260.35º | 0.56% | 0.59% | - |
| HSV(B) | 260.35º | 0.55% | 0.82% | - |
| XYZ | 25.18 | 17.6 | 62.39 | - |
| YUV | 118.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 209 | 0.36 | 0.55 | 0 | 0.18 | 260.35 | 0.56 | 0.59 |
| Hex | 85 | 5E | D1 | 24 | 37 | 0 | 12 | 104 | 38 | 3B |
| Octal | 205 | 136 | 321 | 44 | 67 | 0 | 22 | 404 | 70 | 73 |
| Binary | 10000101 | 1011110 | 11010001 | 100100 | 110111 | 0 | 10010 | 100000100 | 111000 | 111011 |
Color Harmonies of #855ED1
Complementary color
Monochromatic Colors of #855ED1
Black with #855ED1
Text Example
Text Example
White with #855ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ED1; }
p { color: rgb(133,94,209); }
H1.HeaderClassName
{
color: #855ED1;
}
.AnyTagClassName
{
color: #855ED1;
}
</style>
background-color css
<style>
a { background-color: #855ED1; }
a { background-color: rgb(133,94,209); }
div.DivClassName
{
background-color: #855ED1;
}
.BgClassName
{
background-color: #855ED1;
}
</style>
border-color css
<style>
span { border-color: #855ED1; }
span { border-color: rgb(133,94,209); }
td.TdClassName
{
border-color: #855ED1;
}
.TagClassName
{
border-color: #855ED1;
}
</style>