Shades of True V #856CCF
Tints of True V #856CCF
RGB
CMYK
RGB Variations
Color information
#856CCF (or 0x856CCF) is known color: True V. HEX triplet: 85, 6C and CF. RGB value is (133,108,207). Sum of RGB (Red+Green+Blue) = 133+108+207=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #856CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CCF is #7A9330. Grayscale: #7E7E7E. Windows color (decimal): -8033073 or 13593733. OLE color: 13593733.
HSL color Cylindrical-coordinate representation of color #856CCF: hue angle of 255.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856CCF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 108 | 207 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.19 |
| HSL | 255.15º | 0.51% | 0.62% | - |
| HSV(B) | 255.15º | 0.48% | 0.81% | - |
| XYZ | 26.3 | 20.22 | 61.55 | - |
| YUV | 126.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 207 | 0.36 | 0.48 | 0 | 0.19 | 255.15 | 0.51 | 0.62 |
| Hex | 85 | 6C | CF | 24 | 30 | 0 | 13 | FF | 33 | 3E |
| Octal | 205 | 154 | 317 | 44 | 60 | 0 | 23 | 377 | 63 | 76 |
| Binary | 10000101 | 1101100 | 11001111 | 100100 | 110000 | 0 | 10011 | 11111111 | 110011 | 111110 |
Color Harmonies of #856CCF
Complementary color
Monochromatic Colors of #856CCF
Black with #856CCF
Text Example
Text Example
White with #856CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CCF; }
p { color: rgb(133,108,207); }
H1.HeaderClassName
{
color: #856CCF;
}
.AnyTagClassName
{
color: #856CCF;
}
</style>
background-color css
<style>
a { background-color: #856CCF; }
a { background-color: rgb(133,108,207); }
div.DivClassName
{
background-color: #856CCF;
}
.BgClassName
{
background-color: #856CCF;
}
</style>
border-color css
<style>
span { border-color: #856CCF; }
span { border-color: rgb(133,108,207); }
td.TdClassName
{
border-color: #856CCF;
}
.TagClassName
{
border-color: #856CCF;
}
</style>