Shades of True V #856FC0
Tints of True V #856FC0
RGB
CMYK
RGB Variations
Color information
#856FC0 (or 0x856FC0) is known color: True V. HEX triplet: 85, 6F and C0. RGB value is (133,111,192). Sum of RGB (Red+Green+Blue) = 133+111+192=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #856FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FC0 is #7A903F. Grayscale: #7E7E7E. Windows color (decimal): -8032320 or 12611461. OLE color: 12611461.
HSL color Cylindrical-coordinate representation of color #856FC0: hue angle of 256.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856FC0 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 111 | 192 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.25 |
| HSL | 256.3º | 0.39% | 0.59% | - |
| HSV(B) | 256.3º | 0.42% | 0.75% | - |
| XYZ | 24.87 | 20.16 | 52.45 | - |
| YUV | 126.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 192 | 0.31 | 0.42 | 0 | 0.25 | 256.3 | 0.39 | 0.59 |
| Hex | 85 | 6F | C0 | 1F | 2A | 0 | 19 | 100 | 27 | 3B |
| Octal | 205 | 157 | 300 | 37 | 52 | 0 | 31 | 400 | 47 | 73 |
| Binary | 10000101 | 1101111 | 11000000 | 11111 | 101010 | 0 | 11001 | 100000000 | 100111 | 111011 |
Color Harmonies of #856FC0
Complementary color
Monochromatic Colors of #856FC0
Black with #856FC0
Text Example
Text Example
White with #856FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FC0; }
p { color: rgb(133,111,192); }
H1.HeaderClassName
{
color: #856FC0;
}
.AnyTagClassName
{
color: #856FC0;
}
</style>
background-color css
<style>
a { background-color: #856FC0; }
a { background-color: rgb(133,111,192); }
div.DivClassName
{
background-color: #856FC0;
}
.BgClassName
{
background-color: #856FC0;
}
</style>
border-color css
<style>
span { border-color: #856FC0; }
span { border-color: rgb(133,111,192); }
td.TdClassName
{
border-color: #856FC0;
}
.TagClassName
{
border-color: #856FC0;
}
</style>