Shades of True V #825ACD
Tints of True V #825ACD
RGB
CMYK
RGB Variations
Color information
#825ACD (or 0x825ACD) is known color: True V. HEX triplet: 82, 5A and CD. RGB value is (130,90,205). Sum of RGB (Red+Green+Blue) = 130+90+205=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #825ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ACD is #7DA532. Grayscale: #727272. Windows color (decimal): -8234291 or 13458050. OLE color: 13458050.
HSL color Cylindrical-coordinate representation of color #825ACD: hue angle of 260.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825ACD is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 90 | 205 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.20 |
| HSL | 260.87º | 0.53% | 0.58% | - |
| HSV(B) | 260.87º | 0.56% | 0.8% | - |
| XYZ | 23.88 | 16.47 | 59.68 | - |
| YUV | 115.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 205 | 0.37 | 0.56 | 0 | 0.20 | 260.87 | 0.53 | 0.58 |
| Hex | 82 | 5A | CD | 25 | 38 | 0 | 14 | 105 | 35 | 3A |
| Octal | 202 | 132 | 315 | 45 | 70 | 0 | 24 | 405 | 65 | 72 |
| Binary | 10000010 | 1011010 | 11001101 | 100101 | 111000 | 0 | 10100 | 100000101 | 110101 | 111010 |
Color Harmonies of #825ACD
Complementary color
Monochromatic Colors of #825ACD
Black with #825ACD
Text Example
Text Example
White with #825ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825ACD; }
p { color: rgb(130,90,205); }
H1.HeaderClassName
{
color: #825ACD;
}
.AnyTagClassName
{
color: #825ACD;
}
</style>
background-color css
<style>
a { background-color: #825ACD; }
a { background-color: rgb(130,90,205); }
div.DivClassName
{
background-color: #825ACD;
}
.BgClassName
{
background-color: #825ACD;
}
</style>
border-color css
<style>
span { border-color: #825ACD; }
span { border-color: rgb(130,90,205); }
td.TdClassName
{
border-color: #825ACD;
}
.TagClassName
{
border-color: #825ACD;
}
</style>