Shades of True V #825AC6
Tints of True V #825AC6
RGB
CMYK
RGB Variations
Color information
#825AC6 (or 0x825AC6) is known color: True V. HEX triplet: 82, 5A and C6. RGB value is (130,90,198). Sum of RGB (Red+Green+Blue) = 130+90+198=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #825AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AC6 is #7DA539. Grayscale: #717171. Windows color (decimal): -8234298 or 12999298. OLE color: 12999298.
HSL color Cylindrical-coordinate representation of color #825AC6: hue angle of 262.22º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825AC6 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 90 | 198 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.22 |
| HSL | 262.22º | 0.49% | 0.56% | - |
| HSV(B) | 262.22º | 0.55% | 0.78% | - |
| XYZ | 23.06 | 16.14 | 55.33 | - |
| YUV | 114.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 198 | 0.34 | 0.55 | 0 | 0.22 | 262.22 | 0.49 | 0.56 |
| Hex | 82 | 5A | C6 | 22 | 37 | 0 | 16 | 106 | 31 | 38 |
| Octal | 202 | 132 | 306 | 42 | 67 | 0 | 26 | 406 | 61 | 70 |
| Binary | 10000010 | 1011010 | 11000110 | 100010 | 110111 | 0 | 10110 | 100000110 | 110001 | 111000 |
Color Harmonies of #825AC6
Complementary color
Monochromatic Colors of #825AC6
Black with #825AC6
Text Example
Text Example
White with #825AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AC6; }
p { color: rgb(130,90,198); }
H1.HeaderClassName
{
color: #825AC6;
}
.AnyTagClassName
{
color: #825AC6;
}
</style>
background-color css
<style>
a { background-color: #825AC6; }
a { background-color: rgb(130,90,198); }
div.DivClassName
{
background-color: #825AC6;
}
.BgClassName
{
background-color: #825AC6;
}
</style>
border-color css
<style>
span { border-color: #825AC6; }
span { border-color: rgb(130,90,198); }
td.TdClassName
{
border-color: #825AC6;
}
.TagClassName
{
border-color: #825AC6;
}
</style>