Shades of True V #856ECF
Tints of True V #856ECF
RGB
CMYK
RGB Variations
Color information
#856ECF (or 0x856ECF) is known color: True V. HEX triplet: 85, 6E and CF. RGB value is (133,110,207). Sum of RGB (Red+Green+Blue) = 133+110+207=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #856ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ECF is #7A9130. Grayscale: #7F7F7F. Windows color (decimal): -8032561 or 13594245. OLE color: 13594245.
HSL color Cylindrical-coordinate representation of color #856ECF: hue angle of 254.23º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856ECF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 110 | 207 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.19 |
| HSL | 254.23º | 0.5% | 0.62% | - |
| HSV(B) | 254.23º | 0.47% | 0.81% | - |
| XYZ | 26.51 | 20.64 | 61.62 | - |
| YUV | 127.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 207 | 0.36 | 0.47 | 0 | 0.19 | 254.23 | 0.5 | 0.62 |
| Hex | 85 | 6E | CF | 24 | 2F | 0 | 13 | FE | 32 | 3E |
| Octal | 205 | 156 | 317 | 44 | 57 | 0 | 23 | 376 | 62 | 76 |
| Binary | 10000101 | 1101110 | 11001111 | 100100 | 101111 | 0 | 10011 | 11111110 | 110010 | 111110 |
Color Harmonies of #856ECF
Complementary color
Monochromatic Colors of #856ECF
Black with #856ECF
Text Example
Text Example
White with #856ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856ECF; }
p { color: rgb(133,110,207); }
H1.HeaderClassName
{
color: #856ECF;
}
.AnyTagClassName
{
color: #856ECF;
}
</style>
background-color css
<style>
a { background-color: #856ECF; }
a { background-color: rgb(133,110,207); }
div.DivClassName
{
background-color: #856ECF;
}
.BgClassName
{
background-color: #856ECF;
}
</style>
border-color css
<style>
span { border-color: #856ECF; }
span { border-color: rgb(133,110,207); }
td.TdClassName
{
border-color: #856ECF;
}
.TagClassName
{
border-color: #856ECF;
}
</style>