Shades of True V #825BCF
Tints of True V #825BCF
RGB
CMYK
RGB Variations
Color information
#825BCF (or 0x825BCF) is known color: True V. HEX triplet: 82, 5B and CF. RGB value is (130,91,207). Sum of RGB (Red+Green+Blue) = 130+91+207=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #825BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BCF is #7DA430. Grayscale: #737373. Windows color (decimal): -8234033 or 13589378. OLE color: 13589378.
HSL color Cylindrical-coordinate representation of color #825BCF: hue angle of 260.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825BCF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 91 | 207 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.19 |
| HSL | 260.17º | 0.55% | 0.58% | - |
| HSV(B) | 260.17º | 0.56% | 0.81% | - |
| XYZ | 24.21 | 16.73 | 60.99 | - |
| YUV | 115.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 207 | 0.37 | 0.56 | 0 | 0.19 | 260.17 | 0.55 | 0.58 |
| Hex | 82 | 5B | CF | 25 | 38 | 0 | 13 | 104 | 37 | 3A |
| Octal | 202 | 133 | 317 | 45 | 70 | 0 | 23 | 404 | 67 | 72 |
| Binary | 10000010 | 1011011 | 11001111 | 100101 | 111000 | 0 | 10011 | 100000100 | 110111 | 111010 |
Color Harmonies of #825BCF
Complementary color
Monochromatic Colors of #825BCF
Black with #825BCF
Text Example
Text Example
White with #825BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BCF; }
p { color: rgb(130,91,207); }
H1.HeaderClassName
{
color: #825BCF;
}
.AnyTagClassName
{
color: #825BCF;
}
</style>
background-color css
<style>
a { background-color: #825BCF; }
a { background-color: rgb(130,91,207); }
div.DivClassName
{
background-color: #825BCF;
}
.BgClassName
{
background-color: #825BCF;
}
</style>
border-color css
<style>
span { border-color: #825BCF; }
span { border-color: rgb(130,91,207); }
td.TdClassName
{
border-color: #825BCF;
}
.TagClassName
{
border-color: #825BCF;
}
</style>