Shades of True V #825BC6
Tints of True V #825BC6
RGB
CMYK
RGB Variations
Color information
#825BC6 (or 0x825BC6) is known color: True V. HEX triplet: 82, 5B and C6. RGB value is (130,91,198). Sum of RGB (Red+Green+Blue) = 130+91+198=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #825BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BC6 is #7DA439. Grayscale: #727272. Windows color (decimal): -8234042 or 12999554. OLE color: 12999554.
HSL color Cylindrical-coordinate representation of color #825BC6: hue angle of 261.87º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825BC6 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 91 | 198 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.22 |
| HSL | 261.87º | 0.48% | 0.57% | - |
| HSV(B) | 261.87º | 0.54% | 0.78% | - |
| XYZ | 23.14 | 16.31 | 55.35 | - |
| YUV | 114.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 198 | 0.34 | 0.54 | 0 | 0.22 | 261.87 | 0.48 | 0.57 |
| Hex | 82 | 5B | C6 | 22 | 36 | 0 | 16 | 106 | 30 | 39 |
| Octal | 202 | 133 | 306 | 42 | 66 | 0 | 26 | 406 | 60 | 71 |
| Binary | 10000010 | 1011011 | 11000110 | 100010 | 110110 | 0 | 10110 | 100000110 | 110000 | 111001 |
Color Harmonies of #825BC6
Complementary color
Monochromatic Colors of #825BC6
Black with #825BC6
Text Example
Text Example
White with #825BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BC6; }
p { color: rgb(130,91,198); }
H1.HeaderClassName
{
color: #825BC6;
}
.AnyTagClassName
{
color: #825BC6;
}
</style>
background-color css
<style>
a { background-color: #825BC6; }
a { background-color: rgb(130,91,198); }
div.DivClassName
{
background-color: #825BC6;
}
.BgClassName
{
background-color: #825BC6;
}
</style>
border-color css
<style>
span { border-color: #825BC6; }
span { border-color: rgb(130,91,198); }
td.TdClassName
{
border-color: #825BC6;
}
.TagClassName
{
border-color: #825BC6;
}
</style>