Shades of True V #825DCF
Tints of True V #825DCF
RGB
CMYK
RGB Variations
Color information
#825DCF (or 0x825DCF) is known color: True V. HEX triplet: 82, 5D and CF. RGB value is (130,93,207). Sum of RGB (Red+Green+Blue) = 130+93+207=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #825DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DCF is #7DA230. Grayscale: #747474. Windows color (decimal): -8233521 or 13589890. OLE color: 13589890.
HSL color Cylindrical-coordinate representation of color #825DCF: hue angle of 259.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825DCF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 93 | 207 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.19 |
| HSL | 259.47º | 0.54% | 0.59% | - |
| HSV(B) | 259.47º | 0.55% | 0.81% | - |
| XYZ | 24.38 | 17.08 | 61.04 | - |
| YUV | 117.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 207 | 0.37 | 0.55 | 0 | 0.19 | 259.47 | 0.54 | 0.59 |
| Hex | 82 | 5D | CF | 25 | 37 | 0 | 13 | 103 | 36 | 3B |
| Octal | 202 | 135 | 317 | 45 | 67 | 0 | 23 | 403 | 66 | 73 |
| Binary | 10000010 | 1011101 | 11001111 | 100101 | 110111 | 0 | 10011 | 100000011 | 110110 | 111011 |
Color Harmonies of #825DCF
Complementary color
Monochromatic Colors of #825DCF
Black with #825DCF
Text Example
Text Example
White with #825DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DCF; }
p { color: rgb(130,93,207); }
H1.HeaderClassName
{
color: #825DCF;
}
.AnyTagClassName
{
color: #825DCF;
}
</style>
background-color css
<style>
a { background-color: #825DCF; }
a { background-color: rgb(130,93,207); }
div.DivClassName
{
background-color: #825DCF;
}
.BgClassName
{
background-color: #825DCF;
}
</style>
border-color css
<style>
span { border-color: #825DCF; }
span { border-color: rgb(130,93,207); }
td.TdClassName
{
border-color: #825DCF;
}
.TagClassName
{
border-color: #825DCF;
}
</style>