Shades of True V #825CCD
Tints of True V #825CCD
RGB
CMYK
RGB Variations
Color information
#825CCD (or 0x825CCD) is known color: True V. HEX triplet: 82, 5C and CD. RGB value is (130,92,205). Sum of RGB (Red+Green+Blue) = 130+92+205=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #825CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CCD is #7DA332. Grayscale: #737373. Windows color (decimal): -8233779 or 13458562. OLE color: 13458562.
HSL color Cylindrical-coordinate representation of color #825CCD: hue angle of 260.18º 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 #825CCD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 92 | 205 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.20 |
| HSL | 260.18º | 0.53% | 0.58% | - |
| HSV(B) | 260.18º | 0.55% | 0.8% | - |
| XYZ | 24.05 | 16.81 | 59.73 | - |
| YUV | 116.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 205 | 0.37 | 0.55 | 0 | 0.20 | 260.18 | 0.53 | 0.58 |
| Hex | 82 | 5C | CD | 25 | 37 | 0 | 14 | 104 | 35 | 3A |
| Octal | 202 | 134 | 315 | 45 | 67 | 0 | 24 | 404 | 65 | 72 |
| Binary | 10000010 | 1011100 | 11001101 | 100101 | 110111 | 0 | 10100 | 100000100 | 110101 | 111010 |
Color Harmonies of #825CCD
Complementary color
Monochromatic Colors of #825CCD
Black with #825CCD
Text Example
Text Example
White with #825CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CCD; }
p { color: rgb(130,92,205); }
H1.HeaderClassName
{
color: #825CCD;
}
.AnyTagClassName
{
color: #825CCD;
}
</style>
background-color css
<style>
a { background-color: #825CCD; }
a { background-color: rgb(130,92,205); }
div.DivClassName
{
background-color: #825CCD;
}
.BgClassName
{
background-color: #825CCD;
}
</style>
border-color css
<style>
span { border-color: #825CCD; }
span { border-color: rgb(130,92,205); }
td.TdClassName
{
border-color: #825CCD;
}
.TagClassName
{
border-color: #825CCD;
}
</style>