Shades of Vivid Violet #832588
Tints of Vivid Violet #832588
RGB
CMYK
RGB Variations
Color information
#832588 (or 0x832588) is known color: Vivid Violet. HEX triplet: 83, 25 and 88. RGB value is (131,37,136). Sum of RGB (Red+Green+Blue) = 131+37+136=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #832588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832588 is #7CDA77. Grayscale: #4C4C4C. Windows color (decimal): -8182392 or 8922499. OLE color: 8922499.
HSL color Cylindrical-coordinate representation of color #832588: hue angle of 296.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832588 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 37 | 136 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.47 |
| HSL | 296.97º | 0.57% | 0.34% | - |
| HSV(B) | 296.97º | 0.73% | 0.53% | - |
| XYZ | 14.47 | 7.93 | 24.06 | - |
| YUV | 76.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 136 | 0.04 | 0.73 | 0 | 0.47 | 296.97 | 0.57 | 0.34 |
| Hex | 83 | 25 | 88 | 4 | 49 | 0 | 2F | 129 | 39 | 22 |
| Octal | 203 | 45 | 210 | 4 | 111 | 0 | 57 | 451 | 71 | 42 |
| Binary | 10000011 | 100101 | 10001000 | 100 | 1001001 | 0 | 101111 | 100101001 | 111001 | 100010 |
Color Harmonies of #832588
Complementary color
Monochromatic Colors of #832588
Black with #832588
Text Example
Text Example
White with #832588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832588; }
p { color: rgb(131,37,136); }
H1.HeaderClassName
{
color: #832588;
}
.AnyTagClassName
{
color: #832588;
}
</style>
background-color css
<style>
a { background-color: #832588; }
a { background-color: rgb(131,37,136); }
div.DivClassName
{
background-color: #832588;
}
.BgClassName
{
background-color: #832588;
}
</style>
border-color css
<style>
span { border-color: #832588; }
span { border-color: rgb(131,37,136); }
td.TdClassName
{
border-color: #832588;
}
.TagClassName
{
border-color: #832588;
}
</style>