Shades of True V #825FBC
Tints of True V #825FBC
RGB
CMYK
RGB Variations
Color information
#825FBC (or 0x825FBC) is known color: True V. HEX triplet: 82, 5F and BC. RGB value is (130,95,188). Sum of RGB (Red+Green+Blue) = 130+95+188=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #825FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FBC is #7DA043. Grayscale: #737373. Windows color (decimal): -8233028 or 12345218. OLE color: 12345218.
HSL color Cylindrical-coordinate representation of color #825FBC: hue angle of 262.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #825FBC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 95 | 188 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.26 |
| HSL | 262.58º | 0.41% | 0.55% | - |
| HSV(B) | 262.58º | 0.49% | 0.74% | - |
| XYZ | 22.38 | 16.56 | 49.59 | - |
| YUV | 116.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 188 | 0.31 | 0.49 | 0 | 0.26 | 262.58 | 0.41 | 0.55 |
| Hex | 82 | 5F | BC | 1F | 31 | 0 | 1A | 107 | 29 | 37 |
| Octal | 202 | 137 | 274 | 37 | 61 | 0 | 32 | 407 | 51 | 67 |
| Binary | 10000010 | 1011111 | 10111100 | 11111 | 110001 | 0 | 11010 | 100000111 | 101001 | 110111 |
Color Harmonies of #825FBC
Complementary color
Monochromatic Colors of #825FBC
Black with #825FBC
Text Example
Text Example
White with #825FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FBC; }
p { color: rgb(130,95,188); }
H1.HeaderClassName
{
color: #825FBC;
}
.AnyTagClassName
{
color: #825FBC;
}
</style>
background-color css
<style>
a { background-color: #825FBC; }
a { background-color: rgb(130,95,188); }
div.DivClassName
{
background-color: #825FBC;
}
.BgClassName
{
background-color: #825FBC;
}
</style>
border-color css
<style>
span { border-color: #825FBC; }
span { border-color: rgb(130,95,188); }
td.TdClassName
{
border-color: #825FBC;
}
.TagClassName
{
border-color: #825FBC;
}
</style>