Shades of True V #856BC9
Tints of True V #856BC9
RGB
CMYK
RGB Variations
Color information
#856BC9 (or 0x856BC9) is known color: True V. HEX triplet: 85, 6B and C9. RGB value is (133,107,201). Sum of RGB (Red+Green+Blue) = 133+107+201=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #856BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BC9 is #7A9436. Grayscale: #7D7D7D. Windows color (decimal): -8033335 or 13200261. OLE color: 13200261.
HSL color Cylindrical-coordinate representation of color #856BC9: hue angle of 256.6º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856BC9 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 107 | 201 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.21 |
| HSL | 256.6º | 0.47% | 0.6% | - |
| HSV(B) | 256.6º | 0.47% | 0.79% | - |
| XYZ | 25.47 | 19.72 | 57.72 | - |
| YUV | 125.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 201 | 0.34 | 0.47 | 0 | 0.21 | 256.6 | 0.47 | 0.6 |
| Hex | 85 | 6B | C9 | 22 | 2F | 0 | 15 | 101 | 2F | 3C |
| Octal | 205 | 153 | 311 | 42 | 57 | 0 | 25 | 401 | 57 | 74 |
| Binary | 10000101 | 1101011 | 11001001 | 100010 | 101111 | 0 | 10101 | 100000001 | 101111 | 111100 |
Color Harmonies of #856BC9
Complementary color
Monochromatic Colors of #856BC9
Black with #856BC9
Text Example
Text Example
White with #856BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BC9; }
p { color: rgb(133,107,201); }
H1.HeaderClassName
{
color: #856BC9;
}
.AnyTagClassName
{
color: #856BC9;
}
</style>
background-color css
<style>
a { background-color: #856BC9; }
a { background-color: rgb(133,107,201); }
div.DivClassName
{
background-color: #856BC9;
}
.BgClassName
{
background-color: #856BC9;
}
</style>
border-color css
<style>
span { border-color: #856BC9; }
span { border-color: rgb(133,107,201); }
td.TdClassName
{
border-color: #856BC9;
}
.TagClassName
{
border-color: #856BC9;
}
</style>