Shades of True V #856DC1
Tints of True V #856DC1
RGB
CMYK
RGB Variations
Color information
#856DC1 (or 0x856DC1) is known color: True V. HEX triplet: 85, 6D and C1. RGB value is (133,109,193). Sum of RGB (Red+Green+Blue) = 133+109+193=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #856DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DC1 is #7A923E. Grayscale: #7D7D7D. Windows color (decimal): -8032831 or 12676485. OLE color: 12676485.
HSL color Cylindrical-coordinate representation of color #856DC1: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856DC1 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 109 | 193 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.24 |
| HSL | 257.14º | 0.4% | 0.59% | - |
| HSV(B) | 257.14º | 0.44% | 0.76% | - |
| XYZ | 24.77 | 19.77 | 52.96 | - |
| YUV | 125.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 193 | 0.31 | 0.44 | 0 | 0.24 | 257.14 | 0.4 | 0.59 |
| Hex | 85 | 6D | C1 | 1F | 2C | 0 | 18 | 101 | 28 | 3B |
| Octal | 205 | 155 | 301 | 37 | 54 | 0 | 30 | 401 | 50 | 73 |
| Binary | 10000101 | 1101101 | 11000001 | 11111 | 101100 | 0 | 11000 | 100000001 | 101000 | 111011 |
Color Harmonies of #856DC1
Complementary color
Monochromatic Colors of #856DC1
Black with #856DC1
Text Example
Text Example
White with #856DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856DC1; }
p { color: rgb(133,109,193); }
H1.HeaderClassName
{
color: #856DC1;
}
.AnyTagClassName
{
color: #856DC1;
}
</style>
background-color css
<style>
a { background-color: #856DC1; }
a { background-color: rgb(133,109,193); }
div.DivClassName
{
background-color: #856DC1;
}
.BgClassName
{
background-color: #856DC1;
}
</style>
border-color css
<style>
span { border-color: #856DC1; }
span { border-color: rgb(133,109,193); }
td.TdClassName
{
border-color: #856DC1;
}
.TagClassName
{
border-color: #856DC1;
}
</style>