Shades of True V #825DCD
Tints of True V #825DCD
RGB
CMYK
RGB Variations
Color information
#825DCD (or 0x825DCD) is known color: True V. HEX triplet: 82, 5D and CD. RGB value is (130,93,205). Sum of RGB (Red+Green+Blue) = 130+93+205=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #825DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DCD is #7DA232. Grayscale: #747474. Windows color (decimal): -8233523 or 13458818. OLE color: 13458818.
HSL color Cylindrical-coordinate representation of color #825DCD: hue angle of 259.82º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825DCD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 93 | 205 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.20 |
| HSL | 259.82º | 0.53% | 0.58% | - |
| HSV(B) | 259.82º | 0.55% | 0.8% | - |
| XYZ | 24.14 | 16.98 | 59.76 | - |
| YUV | 116.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 205 | 0.37 | 0.55 | 0 | 0.20 | 259.82 | 0.53 | 0.58 |
| Hex | 82 | 5D | CD | 25 | 37 | 0 | 14 | 104 | 35 | 3A |
| Octal | 202 | 135 | 315 | 45 | 67 | 0 | 24 | 404 | 65 | 72 |
| Binary | 10000010 | 1011101 | 11001101 | 100101 | 110111 | 0 | 10100 | 100000100 | 110101 | 111010 |
Color Harmonies of #825DCD
Complementary color
Monochromatic Colors of #825DCD
Black with #825DCD
Text Example
Text Example
White with #825DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DCD; }
p { color: rgb(130,93,205); }
H1.HeaderClassName
{
color: #825DCD;
}
.AnyTagClassName
{
color: #825DCD;
}
</style>
background-color css
<style>
a { background-color: #825DCD; }
a { background-color: rgb(130,93,205); }
div.DivClassName
{
background-color: #825DCD;
}
.BgClassName
{
background-color: #825DCD;
}
</style>
border-color css
<style>
span { border-color: #825DCD; }
span { border-color: rgb(130,93,205); }
td.TdClassName
{
border-color: #825DCD;
}
.TagClassName
{
border-color: #825DCD;
}
</style>