Shades of True V #856AC2
Tints of True V #856AC2
RGB
CMYK
RGB Variations
Color information
#856AC2 (or 0x856AC2) is known color: True V. HEX triplet: 85, 6A and C2. RGB value is (133,106,194). Sum of RGB (Red+Green+Blue) = 133+106+194=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #856AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856AC2 is #7A953D. Grayscale: #7B7B7B. Windows color (decimal): -8033598 or 12741253. OLE color: 12741253.
HSL color Cylindrical-coordinate representation of color #856AC2: hue angle of 258.41º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #856AC2 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 106 | 194 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.24 |
| HSL | 258.41º | 0.42% | 0.59% | - |
| HSV(B) | 258.41º | 0.45% | 0.76% | - |
| XYZ | 24.56 | 19.19 | 53.45 | - |
| YUV | 124.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 194 | 0.31 | 0.45 | 0 | 0.24 | 258.41 | 0.42 | 0.59 |
| Hex | 85 | 6A | C2 | 1F | 2D | 0 | 18 | 102 | 2A | 3B |
| Octal | 205 | 152 | 302 | 37 | 55 | 0 | 30 | 402 | 52 | 73 |
| Binary | 10000101 | 1101010 | 11000010 | 11111 | 101101 | 0 | 11000 | 100000010 | 101010 | 111011 |
Color Harmonies of #856AC2
Complementary color
Monochromatic Colors of #856AC2
Black with #856AC2
Text Example
Text Example
White with #856AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AC2; }
p { color: rgb(133,106,194); }
H1.HeaderClassName
{
color: #856AC2;
}
.AnyTagClassName
{
color: #856AC2;
}
</style>
background-color css
<style>
a { background-color: #856AC2; }
a { background-color: rgb(133,106,194); }
div.DivClassName
{
background-color: #856AC2;
}
.BgClassName
{
background-color: #856AC2;
}
</style>
border-color css
<style>
span { border-color: #856AC2; }
span { border-color: rgb(133,106,194); }
td.TdClassName
{
border-color: #856AC2;
}
.TagClassName
{
border-color: #856AC2;
}
</style>