Shades of True V #825AC9
Tints of True V #825AC9
RGB
CMYK
RGB Variations
Color information
#825AC9 (or 0x825AC9) is known color: True V. HEX triplet: 82, 5A and C9. RGB value is (130,90,201). Sum of RGB (Red+Green+Blue) = 130+90+201=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #825AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AC9 is #7DA536. Grayscale: #727272. Windows color (decimal): -8234295 or 13195906. OLE color: 13195906.
HSL color Cylindrical-coordinate representation of color #825AC9: hue angle of 261.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825AC9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 90 | 201 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.21 |
| HSL | 261.62º | 0.51% | 0.57% | - |
| HSV(B) | 261.62º | 0.55% | 0.79% | - |
| XYZ | 23.4 | 16.28 | 57.17 | - |
| YUV | 114.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 201 | 0.35 | 0.55 | 0 | 0.21 | 261.62 | 0.51 | 0.57 |
| Hex | 82 | 5A | C9 | 23 | 37 | 0 | 15 | 106 | 33 | 39 |
| Octal | 202 | 132 | 311 | 43 | 67 | 0 | 25 | 406 | 63 | 71 |
| Binary | 10000010 | 1011010 | 11001001 | 100011 | 110111 | 0 | 10101 | 100000110 | 110011 | 111001 |
Color Harmonies of #825AC9
Complementary color
Monochromatic Colors of #825AC9
Black with #825AC9
Text Example
Text Example
White with #825AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AC9; }
p { color: rgb(130,90,201); }
H1.HeaderClassName
{
color: #825AC9;
}
.AnyTagClassName
{
color: #825AC9;
}
</style>
background-color css
<style>
a { background-color: #825AC9; }
a { background-color: rgb(130,90,201); }
div.DivClassName
{
background-color: #825AC9;
}
.BgClassName
{
background-color: #825AC9;
}
</style>
border-color css
<style>
span { border-color: #825AC9; }
span { border-color: rgb(130,90,201); }
td.TdClassName
{
border-color: #825AC9;
}
.TagClassName
{
border-color: #825AC9;
}
</style>