Shades of True V #825DBC
Tints of True V #825DBC
RGB
CMYK
RGB Variations
Color information
#825DBC (or 0x825DBC) is known color: True V. HEX triplet: 82, 5D and BC. RGB value is (130,93,188). Sum of RGB (Red+Green+Blue) = 130+93+188=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #825DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DBC is #7DA243. Grayscale: #727272. Windows color (decimal): -8233540 or 12344706. OLE color: 12344706.
HSL color Cylindrical-coordinate representation of color #825DBC: hue angle of 263.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #825DBC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 93 | 188 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.26 |
| HSL | 263.37º | 0.41% | 0.55% | - |
| HSV(B) | 263.37º | 0.51% | 0.74% | - |
| XYZ | 22.2 | 16.21 | 49.53 | - |
| YUV | 114.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 188 | 0.31 | 0.51 | 0 | 0.26 | 263.37 | 0.41 | 0.55 |
| Hex | 82 | 5D | BC | 1F | 33 | 0 | 1A | 107 | 29 | 37 |
| Octal | 202 | 135 | 274 | 37 | 63 | 0 | 32 | 407 | 51 | 67 |
| Binary | 10000010 | 1011101 | 10111100 | 11111 | 110011 | 0 | 11010 | 100000111 | 101001 | 110111 |
Color Harmonies of #825DBC
Complementary color
Monochromatic Colors of #825DBC
Black with #825DBC
Text Example
Text Example
White with #825DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DBC; }
p { color: rgb(130,93,188); }
H1.HeaderClassName
{
color: #825DBC;
}
.AnyTagClassName
{
color: #825DBC;
}
</style>
background-color css
<style>
a { background-color: #825DBC; }
a { background-color: rgb(130,93,188); }
div.DivClassName
{
background-color: #825DBC;
}
.BgClassName
{
background-color: #825DBC;
}
</style>
border-color css
<style>
span { border-color: #825DBC; }
span { border-color: rgb(130,93,188); }
td.TdClassName
{
border-color: #825DBC;
}
.TagClassName
{
border-color: #825DBC;
}
</style>