Shades of True V #856AC9
Tints of True V #856AC9
RGB
CMYK
RGB Variations
Color information
#856AC9 (or 0x856AC9) is known color: True V. HEX triplet: 85, 6A and C9. RGB value is (133,106,201). Sum of RGB (Red+Green+Blue) = 133+106+201=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #856AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856AC9 is #7A9536. Grayscale: #7C7C7C. Windows color (decimal): -8033591 or 13200005. OLE color: 13200005.
HSL color Cylindrical-coordinate representation of color #856AC9: hue angle of 257.05º 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 #856AC9 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 106 | 201 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.21 |
| HSL | 257.05º | 0.47% | 0.6% | - |
| HSV(B) | 257.05º | 0.47% | 0.79% | - |
| XYZ | 25.37 | 19.51 | 57.69 | - |
| YUV | 124.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 201 | 0.34 | 0.47 | 0 | 0.21 | 257.05 | 0.47 | 0.6 |
| Hex | 85 | 6A | C9 | 22 | 2F | 0 | 15 | 101 | 2F | 3C |
| Octal | 205 | 152 | 311 | 42 | 57 | 0 | 25 | 401 | 57 | 74 |
| Binary | 10000101 | 1101010 | 11001001 | 100010 | 101111 | 0 | 10101 | 100000001 | 101111 | 111100 |
Color Harmonies of #856AC9
Complementary color
Monochromatic Colors of #856AC9
Black with #856AC9
Text Example
Text Example
White with #856AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AC9; }
p { color: rgb(133,106,201); }
H1.HeaderClassName
{
color: #856AC9;
}
.AnyTagClassName
{
color: #856AC9;
}
</style>
background-color css
<style>
a { background-color: #856AC9; }
a { background-color: rgb(133,106,201); }
div.DivClassName
{
background-color: #856AC9;
}
.BgClassName
{
background-color: #856AC9;
}
</style>
border-color css
<style>
span { border-color: #856AC9; }
span { border-color: rgb(133,106,201); }
td.TdClassName
{
border-color: #856AC9;
}
.TagClassName
{
border-color: #856AC9;
}
</style>