Shades of True V #825FD0
Tints of True V #825FD0
RGB
CMYK
RGB Variations
Color information
#825FD0 (or 0x825FD0) is known color: True V. HEX triplet: 82, 5F and D0. RGB value is (130,95,208). Sum of RGB (Red+Green+Blue) = 130+95+208=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #825FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FD0 is #7DA02F. Grayscale: #757575. Windows color (decimal): -8233008 or 13655938. OLE color: 13655938.
HSL color Cylindrical-coordinate representation of color #825FD0: hue angle of 258.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825FD0 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 95 | 208 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.18 |
| HSL | 258.58º | 0.55% | 0.59% | - |
| HSV(B) | 258.58º | 0.54% | 0.82% | - |
| XYZ | 24.68 | 17.48 | 61.75 | - |
| YUV | 118.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 208 | 0.38 | 0.54 | 0 | 0.18 | 258.58 | 0.55 | 0.59 |
| Hex | 82 | 5F | D0 | 26 | 36 | 0 | 12 | 103 | 37 | 3B |
| Octal | 202 | 137 | 320 | 46 | 66 | 0 | 22 | 403 | 67 | 73 |
| Binary | 10000010 | 1011111 | 11010000 | 100110 | 110110 | 0 | 10010 | 100000011 | 110111 | 111011 |
Color Harmonies of #825FD0
Complementary color
Monochromatic Colors of #825FD0
Black with #825FD0
Text Example
Text Example
White with #825FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FD0; }
p { color: rgb(130,95,208); }
H1.HeaderClassName
{
color: #825FD0;
}
.AnyTagClassName
{
color: #825FD0;
}
</style>
background-color css
<style>
a { background-color: #825FD0; }
a { background-color: rgb(130,95,208); }
div.DivClassName
{
background-color: #825FD0;
}
.BgClassName
{
background-color: #825FD0;
}
</style>
border-color css
<style>
span { border-color: #825FD0; }
span { border-color: rgb(130,95,208); }
td.TdClassName
{
border-color: #825FD0;
}
.TagClassName
{
border-color: #825FD0;
}
</style>