Shades of True V #856CCC
Tints of True V #856CCC
RGB
CMYK
RGB Variations
Color information
#856CCC (or 0x856CCC) is known color: True V. HEX triplet: 85, 6C and CC. RGB value is (133,108,204). Sum of RGB (Red+Green+Blue) = 133+108+204=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #856CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CCC is #7A9333. Grayscale: #7E7E7E. Windows color (decimal): -8033076 or 13397125. OLE color: 13397125.
HSL color Cylindrical-coordinate representation of color #856CCC: hue angle of 255.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856CCC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 108 | 204 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.2 |
| HSL | 255.63º | 0.48% | 0.61% | - |
| HSV(B) | 255.63º | 0.47% | 0.8% | - |
| XYZ | 25.93 | 20.07 | 59.63 | - |
| YUV | 126.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 204 | 0.35 | 0.47 | 0 | 0.2 | 255.63 | 0.48 | 0.61 |
| Hex | 85 | 6C | CC | 23 | 2F | 0 | 14 | 100 | 30 | 3D |
| Octal | 205 | 154 | 314 | 43 | 57 | 0 | 24 | 400 | 60 | 75 |
| Binary | 10000101 | 1101100 | 11001100 | 100011 | 101111 | 0 | 10100 | 100000000 | 110000 | 111101 |
Color Harmonies of #856CCC
Complementary color
Monochromatic Colors of #856CCC
Black with #856CCC
Text Example
Text Example
White with #856CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CCC; }
p { color: rgb(133,108,204); }
H1.HeaderClassName
{
color: #856CCC;
}
.AnyTagClassName
{
color: #856CCC;
}
</style>
background-color css
<style>
a { background-color: #856CCC; }
a { background-color: rgb(133,108,204); }
div.DivClassName
{
background-color: #856CCC;
}
.BgClassName
{
background-color: #856CCC;
}
</style>
border-color css
<style>
span { border-color: #856CCC; }
span { border-color: rgb(133,108,204); }
td.TdClassName
{
border-color: #856CCC;
}
.TagClassName
{
border-color: #856CCC;
}
</style>