Shades of True V #856DD3
Tints of True V #856DD3
RGB
CMYK
RGB Variations
Color information
#856DD3 (or 0x856DD3) is known color: True V. HEX triplet: 85, 6D and D3. RGB value is (133,109,211). Sum of RGB (Red+Green+Blue) = 133+109+211=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #856DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DD3 is #7A922C. Grayscale: #7F7F7F. Windows color (decimal): -8032813 or 13856133. OLE color: 13856133.
HSL color Cylindrical-coordinate representation of color #856DD3: hue angle of 254.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856DD3 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 109 | 211 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.17 |
| HSL | 254.12º | 0.54% | 0.63% | - |
| HSV(B) | 254.12º | 0.48% | 0.83% | - |
| XYZ | 26.9 | 20.63 | 64.19 | - |
| YUV | 127.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 211 | 0.37 | 0.48 | 0 | 0.17 | 254.12 | 0.54 | 0.63 |
| Hex | 85 | 6D | D3 | 25 | 30 | 0 | 11 | FE | 36 | 3F |
| Octal | 205 | 155 | 323 | 45 | 60 | 0 | 21 | 376 | 66 | 77 |
| Binary | 10000101 | 1101101 | 11010011 | 100101 | 110000 | 0 | 10001 | 11111110 | 110110 | 111111 |
Color Harmonies of #856DD3
Complementary color
Monochromatic Colors of #856DD3
Black with #856DD3
Text Example
Text Example
White with #856DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856DD3; }
p { color: rgb(133,109,211); }
H1.HeaderClassName
{
color: #856DD3;
}
.AnyTagClassName
{
color: #856DD3;
}
</style>
background-color css
<style>
a { background-color: #856DD3; }
a { background-color: rgb(133,109,211); }
div.DivClassName
{
background-color: #856DD3;
}
.BgClassName
{
background-color: #856DD3;
}
</style>
border-color css
<style>
span { border-color: #856DD3; }
span { border-color: rgb(133,109,211); }
td.TdClassName
{
border-color: #856DD3;
}
.TagClassName
{
border-color: #856DD3;
}
</style>