Shades of True V #825CC3
Tints of True V #825CC3
RGB
CMYK
RGB Variations
Color information
#825CC3 (or 0x825CC3) is known color: True V. HEX triplet: 82, 5C and C3. RGB value is (130,92,195). Sum of RGB (Red+Green+Blue) = 130+92+195=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #825CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CC3 is #7DA33C. Grayscale: #727272. Windows color (decimal): -8233789 or 12803202. OLE color: 12803202.
HSL color Cylindrical-coordinate representation of color #825CC3: hue angle of 262.14º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #825CC3 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 92 | 195 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.24 |
| HSL | 262.14º | 0.46% | 0.56% | - |
| HSV(B) | 262.14º | 0.53% | 0.76% | - |
| XYZ | 22.88 | 16.34 | 53.58 | - |
| YUV | 115.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 195 | 0.33 | 0.53 | 0 | 0.24 | 262.14 | 0.46 | 0.56 |
| Hex | 82 | 5C | C3 | 21 | 35 | 0 | 18 | 106 | 2E | 38 |
| Octal | 202 | 134 | 303 | 41 | 65 | 0 | 30 | 406 | 56 | 70 |
| Binary | 10000010 | 1011100 | 11000011 | 100001 | 110101 | 0 | 11000 | 100000110 | 101110 | 111000 |
Color Harmonies of #825CC3
Complementary color
Monochromatic Colors of #825CC3
Black with #825CC3
Text Example
Text Example
White with #825CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CC3; }
p { color: rgb(130,92,195); }
H1.HeaderClassName
{
color: #825CC3;
}
.AnyTagClassName
{
color: #825CC3;
}
</style>
background-color css
<style>
a { background-color: #825CC3; }
a { background-color: rgb(130,92,195); }
div.DivClassName
{
background-color: #825CC3;
}
.BgClassName
{
background-color: #825CC3;
}
</style>
border-color css
<style>
span { border-color: #825CC3; }
span { border-color: rgb(130,92,195); }
td.TdClassName
{
border-color: #825CC3;
}
.TagClassName
{
border-color: #825CC3;
}
</style>