Shades of True V #825FCE
Tints of True V #825FCE
RGB
CMYK
RGB Variations
Color information
#825FCE (or 0x825FCE) is known color: True V. HEX triplet: 82, 5F and CE. RGB value is (130,95,206). Sum of RGB (Red+Green+Blue) = 130+95+206=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #825FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FCE is #7DA031. Grayscale: #757575. Windows color (decimal): -8233010 or 13524866. OLE color: 13524866.
HSL color Cylindrical-coordinate representation of color #825FCE: hue angle of 258.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825FCE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 95 | 206 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.19 |
| HSL | 258.92º | 0.53% | 0.59% | - |
| HSV(B) | 258.92º | 0.54% | 0.81% | - |
| XYZ | 24.44 | 17.39 | 60.46 | - |
| YUV | 118.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 206 | 0.37 | 0.54 | 0 | 0.19 | 258.92 | 0.53 | 0.59 |
| Hex | 82 | 5F | CE | 25 | 36 | 0 | 13 | 103 | 35 | 3B |
| Octal | 202 | 137 | 316 | 45 | 66 | 0 | 23 | 403 | 65 | 73 |
| Binary | 10000010 | 1011111 | 11001110 | 100101 | 110110 | 0 | 10011 | 100000011 | 110101 | 111011 |
Color Harmonies of #825FCE
Complementary color
Monochromatic Colors of #825FCE
Black with #825FCE
Text Example
Text Example
White with #825FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FCE; }
p { color: rgb(130,95,206); }
H1.HeaderClassName
{
color: #825FCE;
}
.AnyTagClassName
{
color: #825FCE;
}
</style>
background-color css
<style>
a { background-color: #825FCE; }
a { background-color: rgb(130,95,206); }
div.DivClassName
{
background-color: #825FCE;
}
.BgClassName
{
background-color: #825FCE;
}
</style>
border-color css
<style>
span { border-color: #825FCE; }
span { border-color: rgb(130,95,206); }
td.TdClassName
{
border-color: #825FCE;
}
.TagClassName
{
border-color: #825FCE;
}
</style>