Shades of True V #835AC2
Tints of True V #835AC2
RGB
CMYK
RGB Variations
Color information
#835AC2 (or 0x835AC2) is known color: True V. HEX triplet: 83, 5A and C2. RGB value is (131,90,194). Sum of RGB (Red+Green+Blue) = 131+90+194=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #835AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835AC2 is #7CA53D. Grayscale: #717171. Windows color (decimal): -8168766 or 12737155. OLE color: 12737155.
HSL color Cylindrical-coordinate representation of color #835AC2: hue angle of 263.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835AC2 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 90 | 194 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.24 |
| HSL | 263.65º | 0.46% | 0.56% | - |
| HSV(B) | 263.65º | 0.54% | 0.76% | - |
| XYZ | 22.75 | 16.03 | 52.93 | - |
| YUV | 114.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 194 | 0.32 | 0.54 | 0 | 0.24 | 263.65 | 0.46 | 0.56 |
| Hex | 83 | 5A | C2 | 20 | 36 | 0 | 18 | 108 | 2E | 38 |
| Octal | 203 | 132 | 302 | 40 | 66 | 0 | 30 | 410 | 56 | 70 |
| Binary | 10000011 | 1011010 | 11000010 | 100000 | 110110 | 0 | 11000 | 100001000 | 101110 | 111000 |
Color Harmonies of #835AC2
Complementary color
Monochromatic Colors of #835AC2
Black with #835AC2
Text Example
Text Example
White with #835AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AC2; }
p { color: rgb(131,90,194); }
H1.HeaderClassName
{
color: #835AC2;
}
.AnyTagClassName
{
color: #835AC2;
}
</style>
background-color css
<style>
a { background-color: #835AC2; }
a { background-color: rgb(131,90,194); }
div.DivClassName
{
background-color: #835AC2;
}
.BgClassName
{
background-color: #835AC2;
}
</style>
border-color css
<style>
span { border-color: #835AC2; }
span { border-color: rgb(131,90,194); }
td.TdClassName
{
border-color: #835AC2;
}
.TagClassName
{
border-color: #835AC2;
}
</style>