Shades of True V #856CCD
Tints of True V #856CCD
RGB
CMYK
RGB Variations
Color information
#856CCD (or 0x856CCD) is known color: True V. HEX triplet: 85, 6C and CD. RGB value is (133,108,205). Sum of RGB (Red+Green+Blue) = 133+108+205=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #856CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CCD is #7A9332. Grayscale: #7E7E7E. Windows color (decimal): -8033075 or 13462661. OLE color: 13462661.
HSL color Cylindrical-coordinate representation of color #856CCD: hue angle of 255.46º degrees, saturation: 0.49, 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 #856CCD is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 108 | 205 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.20 |
| HSL | 255.46º | 0.49% | 0.61% | - |
| HSV(B) | 255.46º | 0.47% | 0.8% | - |
| XYZ | 26.05 | 20.12 | 60.27 | - |
| YUV | 126.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 205 | 0.35 | 0.47 | 0 | 0.20 | 255.46 | 0.49 | 0.61 |
| Hex | 85 | 6C | CD | 23 | 2F | 0 | 14 | FF | 31 | 3D |
| Octal | 205 | 154 | 315 | 43 | 57 | 0 | 24 | 377 | 61 | 75 |
| Binary | 10000101 | 1101100 | 11001101 | 100011 | 101111 | 0 | 10100 | 11111111 | 110001 | 111101 |
Color Harmonies of #856CCD
Complementary color
Monochromatic Colors of #856CCD
Black with #856CCD
Text Example
Text Example
White with #856CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CCD; }
p { color: rgb(133,108,205); }
H1.HeaderClassName
{
color: #856CCD;
}
.AnyTagClassName
{
color: #856CCD;
}
</style>
background-color css
<style>
a { background-color: #856CCD; }
a { background-color: rgb(133,108,205); }
div.DivClassName
{
background-color: #856CCD;
}
.BgClassName
{
background-color: #856CCD;
}
</style>
border-color css
<style>
span { border-color: #856CCD; }
span { border-color: rgb(133,108,205); }
td.TdClassName
{
border-color: #856CCD;
}
.TagClassName
{
border-color: #856CCD;
}
</style>