Shades of True V #825BD0
Tints of True V #825BD0
RGB
CMYK
RGB Variations
Color information
#825BD0 (or 0x825BD0) is known color: True V. HEX triplet: 82, 5B and D0. RGB value is (130,91,208). Sum of RGB (Red+Green+Blue) = 130+91+208=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #825BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BD0 is #7DA42F. Grayscale: #737373. Windows color (decimal): -8234032 or 13654914. OLE color: 13654914.
HSL color Cylindrical-coordinate representation of color #825BD0: hue angle of 260º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825BD0 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 91 | 208 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.18 |
| HSL | 260º | 0.55% | 0.59% | - |
| HSV(B) | 260º | 0.56% | 0.82% | - |
| XYZ | 24.33 | 16.78 | 61.63 | - |
| YUV | 116 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 208 | 0.38 | 0.56 | 0 | 0.18 | 260 | 0.55 | 0.59 |
| Hex | 82 | 5B | D0 | 26 | 38 | 0 | 12 | 104 | 37 | 3B |
| Octal | 202 | 133 | 320 | 46 | 70 | 0 | 22 | 404 | 67 | 73 |
| Binary | 10000010 | 1011011 | 11010000 | 100110 | 111000 | 0 | 10010 | 100000100 | 110111 | 111011 |
Color Harmonies of #825BD0
Complementary color
Monochromatic Colors of #825BD0
Black with #825BD0
Text Example
Text Example
White with #825BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BD0; }
p { color: rgb(130,91,208); }
H1.HeaderClassName
{
color: #825BD0;
}
.AnyTagClassName
{
color: #825BD0;
}
</style>
background-color css
<style>
a { background-color: #825BD0; }
a { background-color: rgb(130,91,208); }
div.DivClassName
{
background-color: #825BD0;
}
.BgClassName
{
background-color: #825BD0;
}
</style>
border-color css
<style>
span { border-color: #825BD0; }
span { border-color: rgb(130,91,208); }
td.TdClassName
{
border-color: #825BD0;
}
.TagClassName
{
border-color: #825BD0;
}
</style>