Shades of Vivid Violet #832890
Tints of Vivid Violet #832890
RGB
CMYK
RGB Variations
Color information
#832890 (or 0x832890) is known color: Vivid Violet. HEX triplet: 83, 28 and 90. RGB value is (131,40,144). Sum of RGB (Red+Green+Blue) = 131+40+144=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #832890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832890 is #7CD76F. Grayscale: #4E4E4E. Windows color (decimal): -8181616 or 9447555. OLE color: 9447555.
HSL color Cylindrical-coordinate representation of color #832890: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832890 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 40 | 144 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.44 |
| HSL | 292.5º | 0.57% | 0.36% | - |
| HSV(B) | 292.5º | 0.72% | 0.56% | - |
| XYZ | 15.15 | 8.36 | 27.2 | - |
| YUV | 79.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 144 | 0.09 | 0.72 | 0 | 0.44 | 292.5 | 0.57 | 0.36 |
| Hex | 83 | 28 | 90 | 9 | 48 | 0 | 2C | 124 | 39 | 24 |
| Octal | 203 | 50 | 220 | 11 | 110 | 0 | 54 | 444 | 71 | 44 |
| Binary | 10000011 | 101000 | 10010000 | 1001 | 1001000 | 0 | 101100 | 100100100 | 111001 | 100100 |
Color Harmonies of #832890
Complementary color
Monochromatic Colors of #832890
Black with #832890
Text Example
Text Example
White with #832890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832890; }
p { color: rgb(131,40,144); }
H1.HeaderClassName
{
color: #832890;
}
.AnyTagClassName
{
color: #832890;
}
</style>
background-color css
<style>
a { background-color: #832890; }
a { background-color: rgb(131,40,144); }
div.DivClassName
{
background-color: #832890;
}
.BgClassName
{
background-color: #832890;
}
</style>
border-color css
<style>
span { border-color: #832890; }
span { border-color: rgb(131,40,144); }
td.TdClassName
{
border-color: #832890;
}
.TagClassName
{
border-color: #832890;
}
</style>