Shades of True V #825EC6
Tints of True V #825EC6
RGB
CMYK
RGB Variations
Color information
#825EC6 (or 0x825EC6) is known color: True V. HEX triplet: 82, 5E and C6. RGB value is (130,94,198). Sum of RGB (Red+Green+Blue) = 130+94+198=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #825EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EC6 is #7DA139. Grayscale: #747474. Windows color (decimal): -8233274 or 13000322. OLE color: 13000322.
HSL color Cylindrical-coordinate representation of color #825EC6: hue angle of 260.77º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #825EC6 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 94 | 198 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.22 |
| HSL | 260.77º | 0.48% | 0.57% | - |
| HSV(B) | 260.77º | 0.53% | 0.78% | - |
| XYZ | 23.4 | 16.83 | 55.44 | - |
| YUV | 116.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 198 | 0.34 | 0.53 | 0 | 0.22 | 260.77 | 0.48 | 0.57 |
| Hex | 82 | 5E | C6 | 22 | 35 | 0 | 16 | 105 | 30 | 39 |
| Octal | 202 | 136 | 306 | 42 | 65 | 0 | 26 | 405 | 60 | 71 |
| Binary | 10000010 | 1011110 | 11000110 | 100010 | 110101 | 0 | 10110 | 100000101 | 110000 | 111001 |
Color Harmonies of #825EC6
Complementary color
Monochromatic Colors of #825EC6
Black with #825EC6
Text Example
Text Example
White with #825EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825EC6; }
p { color: rgb(130,94,198); }
H1.HeaderClassName
{
color: #825EC6;
}
.AnyTagClassName
{
color: #825EC6;
}
</style>
background-color css
<style>
a { background-color: #825EC6; }
a { background-color: rgb(130,94,198); }
div.DivClassName
{
background-color: #825EC6;
}
.BgClassName
{
background-color: #825EC6;
}
</style>
border-color css
<style>
span { border-color: #825EC6; }
span { border-color: rgb(130,94,198); }
td.TdClassName
{
border-color: #825EC6;
}
.TagClassName
{
border-color: #825EC6;
}
</style>