Shades of True V #825DBB
Tints of True V #825DBB
RGB
CMYK
RGB Variations
Color information
#825DBB (or 0x825DBB) is known color: True V. HEX triplet: 82, 5D and BB. RGB value is (130,93,187). Sum of RGB (Red+Green+Blue) = 130+93+187=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #825DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DBB is #7DA244. Grayscale: #727272. Windows color (decimal): -8233541 or 12279170. OLE color: 12279170.
HSL color Cylindrical-coordinate representation of color #825DBB: hue angle of 263.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825DBB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 93 | 187 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.27 |
| HSL | 263.62º | 0.41% | 0.55% | - |
| HSV(B) | 263.62º | 0.5% | 0.73% | - |
| XYZ | 22.09 | 16.16 | 48.97 | - |
| YUV | 114.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 187 | 0.30 | 0.50 | 0 | 0.27 | 263.62 | 0.41 | 0.55 |
| Hex | 82 | 5D | BB | 1E | 32 | 0 | 1B | 108 | 29 | 37 |
| Octal | 202 | 135 | 273 | 36 | 62 | 0 | 33 | 410 | 51 | 67 |
| Binary | 10000010 | 1011101 | 10111011 | 11110 | 110010 | 0 | 11011 | 100001000 | 101001 | 110111 |
Color Harmonies of #825DBB
Complementary color
Monochromatic Colors of #825DBB
Black with #825DBB
Text Example
Text Example
White with #825DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DBB; }
p { color: rgb(130,93,187); }
H1.HeaderClassName
{
color: #825DBB;
}
.AnyTagClassName
{
color: #825DBB;
}
</style>
background-color css
<style>
a { background-color: #825DBB; }
a { background-color: rgb(130,93,187); }
div.DivClassName
{
background-color: #825DBB;
}
.BgClassName
{
background-color: #825DBB;
}
</style>
border-color css
<style>
span { border-color: #825DBB; }
span { border-color: rgb(130,93,187); }
td.TdClassName
{
border-color: #825DBB;
}
.TagClassName
{
border-color: #825DBB;
}
</style>