Shades of True V #825ECD
Tints of True V #825ECD
RGB
CMYK
RGB Variations
Color information
#825ECD (or 0x825ECD) is known color: True V. HEX triplet: 82, 5E and CD. RGB value is (130,94,205). Sum of RGB (Red+Green+Blue) = 130+94+205=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #825ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ECD is #7DA132. Grayscale: #757575. Windows color (decimal): -8233267 or 13459074. OLE color: 13459074.
HSL color Cylindrical-coordinate representation of color #825ECD: hue angle of 259.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825ECD is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 94 | 205 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.20 |
| HSL | 259.46º | 0.53% | 0.59% | - |
| HSV(B) | 259.46º | 0.54% | 0.8% | - |
| XYZ | 24.23 | 17.16 | 59.79 | - |
| YUV | 117.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 205 | 0.37 | 0.54 | 0 | 0.20 | 259.46 | 0.53 | 0.59 |
| Hex | 82 | 5E | CD | 25 | 36 | 0 | 14 | 103 | 35 | 3B |
| Octal | 202 | 136 | 315 | 45 | 66 | 0 | 24 | 403 | 65 | 73 |
| Binary | 10000010 | 1011110 | 11001101 | 100101 | 110110 | 0 | 10100 | 100000011 | 110101 | 111011 |
Color Harmonies of #825ECD
Complementary color
Monochromatic Colors of #825ECD
Black with #825ECD
Text Example
Text Example
White with #825ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825ECD; }
p { color: rgb(130,94,205); }
H1.HeaderClassName
{
color: #825ECD;
}
.AnyTagClassName
{
color: #825ECD;
}
</style>
background-color css
<style>
a { background-color: #825ECD; }
a { background-color: rgb(130,94,205); }
div.DivClassName
{
background-color: #825ECD;
}
.BgClassName
{
background-color: #825ECD;
}
</style>
border-color css
<style>
span { border-color: #825ECD; }
span { border-color: rgb(130,94,205); }
td.TdClassName
{
border-color: #825ECD;
}
.TagClassName
{
border-color: #825ECD;
}
</style>