Shades of True V #825BBD
Tints of True V #825BBD
RGB
CMYK
RGB Variations
Color information
#825BBD (or 0x825BBD) is known color: True V. HEX triplet: 82, 5B and BD. RGB value is (130,91,189). Sum of RGB (Red+Green+Blue) = 130+91+189=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #825BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BBD is #7DA442. Grayscale: #717171. Windows color (decimal): -8234051 or 12409730. OLE color: 12409730.
HSL color Cylindrical-coordinate representation of color #825BBD: hue angle of 263.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825BBD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 91 | 189 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.26 |
| HSL | 263.88º | 0.43% | 0.55% | - |
| HSV(B) | 263.88º | 0.52% | 0.74% | - |
| XYZ | 22.13 | 15.9 | 50.05 | - |
| YUV | 113.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 189 | 0.31 | 0.52 | 0 | 0.26 | 263.88 | 0.43 | 0.55 |
| Hex | 82 | 5B | BD | 1F | 34 | 0 | 1A | 108 | 2B | 37 |
| Octal | 202 | 133 | 275 | 37 | 64 | 0 | 32 | 410 | 53 | 67 |
| Binary | 10000010 | 1011011 | 10111101 | 11111 | 110100 | 0 | 11010 | 100001000 | 101011 | 110111 |
Color Harmonies of #825BBD
Complementary color
Monochromatic Colors of #825BBD
Black with #825BBD
Text Example
Text Example
White with #825BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BBD; }
p { color: rgb(130,91,189); }
H1.HeaderClassName
{
color: #825BBD;
}
.AnyTagClassName
{
color: #825BBD;
}
</style>
background-color css
<style>
a { background-color: #825BBD; }
a { background-color: rgb(130,91,189); }
div.DivClassName
{
background-color: #825BBD;
}
.BgClassName
{
background-color: #825BBD;
}
</style>
border-color css
<style>
span { border-color: #825BBD; }
span { border-color: rgb(130,91,189); }
td.TdClassName
{
border-color: #825BBD;
}
.TagClassName
{
border-color: #825BBD;
}
</style>