Shades of True V #825BC9
Tints of True V #825BC9
RGB
CMYK
RGB Variations
Color information
#825BC9 (or 0x825BC9) is known color: True V. HEX triplet: 82, 5B and C9. RGB value is (130,91,201). Sum of RGB (Red+Green+Blue) = 130+91+201=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #825BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BC9 is #7DA436. Grayscale: #727272. Windows color (decimal): -8234039 or 13196162. OLE color: 13196162.
HSL color Cylindrical-coordinate representation of color #825BC9: hue angle of 261.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825BC9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 91 | 201 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.21 |
| HSL | 261.27º | 0.5% | 0.57% | - |
| HSV(B) | 261.27º | 0.55% | 0.79% | - |
| XYZ | 23.49 | 16.45 | 57.19 | - |
| YUV | 115.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 201 | 0.35 | 0.55 | 0 | 0.21 | 261.27 | 0.5 | 0.57 |
| Hex | 82 | 5B | C9 | 23 | 37 | 0 | 15 | 105 | 32 | 39 |
| Octal | 202 | 133 | 311 | 43 | 67 | 0 | 25 | 405 | 62 | 71 |
| Binary | 10000010 | 1011011 | 11001001 | 100011 | 110111 | 0 | 10101 | 100000101 | 110010 | 111001 |
Color Harmonies of #825BC9
Complementary color
Monochromatic Colors of #825BC9
Black with #825BC9
Text Example
Text Example
White with #825BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BC9; }
p { color: rgb(130,91,201); }
H1.HeaderClassName
{
color: #825BC9;
}
.AnyTagClassName
{
color: #825BC9;
}
</style>
background-color css
<style>
a { background-color: #825BC9; }
a { background-color: rgb(130,91,201); }
div.DivClassName
{
background-color: #825BC9;
}
.BgClassName
{
background-color: #825BC9;
}
</style>
border-color css
<style>
span { border-color: #825BC9; }
span { border-color: rgb(130,91,201); }
td.TdClassName
{
border-color: #825BC9;
}
.TagClassName
{
border-color: #825BC9;
}
</style>