Shades of True V #825DC9
Tints of True V #825DC9
RGB
CMYK
RGB Variations
Color information
#825DC9 (or 0x825DC9) is known color: True V. HEX triplet: 82, 5D and C9. RGB value is (130,93,201). Sum of RGB (Red+Green+Blue) = 130+93+201=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #825DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DC9 is #7DA236. Grayscale: #737373. Windows color (decimal): -8233527 or 13196674. OLE color: 13196674.
HSL color Cylindrical-coordinate representation of color #825DC9: hue angle of 260.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825DC9 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 93 | 201 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.21 |
| HSL | 260.56º | 0.5% | 0.58% | - |
| HSV(B) | 260.56º | 0.54% | 0.79% | - |
| XYZ | 23.66 | 16.79 | 57.25 | - |
| YUV | 116.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 201 | 0.35 | 0.54 | 0 | 0.21 | 260.56 | 0.5 | 0.58 |
| Hex | 82 | 5D | C9 | 23 | 36 | 0 | 15 | 105 | 32 | 3A |
| Octal | 202 | 135 | 311 | 43 | 66 | 0 | 25 | 405 | 62 | 72 |
| Binary | 10000010 | 1011101 | 11001001 | 100011 | 110110 | 0 | 10101 | 100000101 | 110010 | 111010 |
Color Harmonies of #825DC9
Complementary color
Monochromatic Colors of #825DC9
Black with #825DC9
Text Example
Text Example
White with #825DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DC9; }
p { color: rgb(130,93,201); }
H1.HeaderClassName
{
color: #825DC9;
}
.AnyTagClassName
{
color: #825DC9;
}
</style>
background-color css
<style>
a { background-color: #825DC9; }
a { background-color: rgb(130,93,201); }
div.DivClassName
{
background-color: #825DC9;
}
.BgClassName
{
background-color: #825DC9;
}
</style>
border-color css
<style>
span { border-color: #825DC9; }
span { border-color: rgb(130,93,201); }
td.TdClassName
{
border-color: #825DC9;
}
.TagClassName
{
border-color: #825DC9;
}
</style>