Shades of True V #825CBF
Tints of True V #825CBF
RGB
CMYK
RGB Variations
Color information
#825CBF (or 0x825CBF) is known color: True V. HEX triplet: 82, 5C and BF. RGB value is (130,92,191). Sum of RGB (Red+Green+Blue) = 130+92+191=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #825CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CBF is #7DA340. Grayscale: #727272. Windows color (decimal): -8233793 or 12541058. OLE color: 12541058.
HSL color Cylindrical-coordinate representation of color #825CBF: hue angle of 263.03º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825CBF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 92 | 191 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.25 |
| HSL | 263.03º | 0.44% | 0.55% | - |
| HSV(B) | 263.03º | 0.52% | 0.75% | - |
| XYZ | 22.44 | 16.16 | 51.23 | - |
| YUV | 114.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 191 | 0.32 | 0.52 | 0 | 0.25 | 263.03 | 0.44 | 0.55 |
| Hex | 82 | 5C | BF | 20 | 34 | 0 | 19 | 107 | 2C | 37 |
| Octal | 202 | 134 | 277 | 40 | 64 | 0 | 31 | 407 | 54 | 67 |
| Binary | 10000010 | 1011100 | 10111111 | 100000 | 110100 | 0 | 11001 | 100000111 | 101100 | 110111 |
Color Harmonies of #825CBF
Complementary color
Monochromatic Colors of #825CBF
Black with #825CBF
Text Example
Text Example
White with #825CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CBF; }
p { color: rgb(130,92,191); }
H1.HeaderClassName
{
color: #825CBF;
}
.AnyTagClassName
{
color: #825CBF;
}
</style>
background-color css
<style>
a { background-color: #825CBF; }
a { background-color: rgb(130,92,191); }
div.DivClassName
{
background-color: #825CBF;
}
.BgClassName
{
background-color: #825CBF;
}
</style>
border-color css
<style>
span { border-color: #825CBF; }
span { border-color: rgb(130,92,191); }
td.TdClassName
{
border-color: #825CBF;
}
.TagClassName
{
border-color: #825CBF;
}
</style>