Shades of True V #825FC7
Tints of True V #825FC7
RGB
CMYK
RGB Variations
Color information
#825FC7 (or 0x825FC7) is known color: True V. HEX triplet: 82, 5F and C7. RGB value is (130,95,199). Sum of RGB (Red+Green+Blue) = 130+95+199=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #825FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FC7 is #7DA038. Grayscale: #747474. Windows color (decimal): -8233017 or 13066114. OLE color: 13066114.
HSL color Cylindrical-coordinate representation of color #825FC7: hue angle of 260.19º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825FC7 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 95 | 199 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.22 |
| HSL | 260.19º | 0.48% | 0.58% | - |
| HSV(B) | 260.19º | 0.52% | 0.78% | - |
| XYZ | 23.61 | 17.05 | 56.08 | - |
| YUV | 117.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 199 | 0.35 | 0.52 | 0 | 0.22 | 260.19 | 0.48 | 0.58 |
| Hex | 82 | 5F | C7 | 23 | 34 | 0 | 16 | 104 | 30 | 3A |
| Octal | 202 | 137 | 307 | 43 | 64 | 0 | 26 | 404 | 60 | 72 |
| Binary | 10000010 | 1011111 | 11000111 | 100011 | 110100 | 0 | 10110 | 100000100 | 110000 | 111010 |
Color Harmonies of #825FC7
Complementary color
Monochromatic Colors of #825FC7
Black with #825FC7
Text Example
Text Example
White with #825FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FC7; }
p { color: rgb(130,95,199); }
H1.HeaderClassName
{
color: #825FC7;
}
.AnyTagClassName
{
color: #825FC7;
}
</style>
background-color css
<style>
a { background-color: #825FC7; }
a { background-color: rgb(130,95,199); }
div.DivClassName
{
background-color: #825FC7;
}
.BgClassName
{
background-color: #825FC7;
}
</style>
border-color css
<style>
span { border-color: #825FC7; }
span { border-color: rgb(130,95,199); }
td.TdClassName
{
border-color: #825FC7;
}
.TagClassName
{
border-color: #825FC7;
}
</style>