Shades of True V #855ECF
Tints of True V #855ECF
RGB
CMYK
RGB Variations
Color information
#855ECF (or 0x855ECF) is known color: True V. HEX triplet: 85, 5E and CF. RGB value is (133,94,207). Sum of RGB (Red+Green+Blue) = 133+94+207=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #855ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ECF is #7AA130. Grayscale: #767676. Windows color (decimal): -8036657 or 13590149. OLE color: 13590149.
HSL color Cylindrical-coordinate representation of color #855ECF: hue angle of 260.71º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #855ECF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 94 | 207 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.19 |
| HSL | 260.71º | 0.54% | 0.59% | - |
| HSV(B) | 260.71º | 0.55% | 0.81% | - |
| XYZ | 24.94 | 17.5 | 61.09 | - |
| YUV | 118.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 207 | 0.36 | 0.55 | 0 | 0.19 | 260.71 | 0.54 | 0.59 |
| Hex | 85 | 5E | CF | 24 | 37 | 0 | 13 | 105 | 36 | 3B |
| Octal | 205 | 136 | 317 | 44 | 67 | 0 | 23 | 405 | 66 | 73 |
| Binary | 10000101 | 1011110 | 11001111 | 100100 | 110111 | 0 | 10011 | 100000101 | 110110 | 111011 |
Color Harmonies of #855ECF
Complementary color
Monochromatic Colors of #855ECF
Black with #855ECF
Text Example
Text Example
White with #855ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ECF; }
p { color: rgb(133,94,207); }
H1.HeaderClassName
{
color: #855ECF;
}
.AnyTagClassName
{
color: #855ECF;
}
</style>
background-color css
<style>
a { background-color: #855ECF; }
a { background-color: rgb(133,94,207); }
div.DivClassName
{
background-color: #855ECF;
}
.BgClassName
{
background-color: #855ECF;
}
</style>
border-color css
<style>
span { border-color: #855ECF; }
span { border-color: rgb(133,94,207); }
td.TdClassName
{
border-color: #855ECF;
}
.TagClassName
{
border-color: #855ECF;
}
</style>