Shades of Vivid Violet #832688
Tints of Vivid Violet #832688
RGB
CMYK
RGB Variations
Color information
#832688 (or 0x832688) is known color: Vivid Violet. HEX triplet: 83, 26 and 88. RGB value is (131,38,136). Sum of RGB (Red+Green+Blue) = 131+38+136=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #832688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832688 is #7CD977. Grayscale: #4C4C4C. Windows color (decimal): -8182136 or 8922755. OLE color: 8922755.
HSL color Cylindrical-coordinate representation of color #832688: hue angle of 296.94º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832688 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 38 | 136 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.47 |
| HSL | 296.94º | 0.56% | 0.34% | - |
| HSV(B) | 296.94º | 0.72% | 0.53% | - |
| XYZ | 14.5 | 7.99 | 24.07 | - |
| YUV | 76.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 136 | 0.04 | 0.72 | 0 | 0.47 | 296.94 | 0.56 | 0.34 |
| Hex | 83 | 26 | 88 | 4 | 48 | 0 | 2F | 129 | 38 | 22 |
| Octal | 203 | 46 | 210 | 4 | 110 | 0 | 57 | 451 | 70 | 42 |
| Binary | 10000011 | 100110 | 10001000 | 100 | 1001000 | 0 | 101111 | 100101001 | 111000 | 100010 |
Color Harmonies of #832688
Complementary color
Monochromatic Colors of #832688
Black with #832688
Text Example
Text Example
White with #832688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832688; }
p { color: rgb(131,38,136); }
H1.HeaderClassName
{
color: #832688;
}
.AnyTagClassName
{
color: #832688;
}
</style>
background-color css
<style>
a { background-color: #832688; }
a { background-color: rgb(131,38,136); }
div.DivClassName
{
background-color: #832688;
}
.BgClassName
{
background-color: #832688;
}
</style>
border-color css
<style>
span { border-color: #832688; }
span { border-color: rgb(131,38,136); }
td.TdClassName
{
border-color: #832688;
}
.TagClassName
{
border-color: #832688;
}
</style>