Shades of Vivid Violet #833288
Tints of Vivid Violet #833288
RGB
CMYK
RGB Variations
Color information
#833288 (or 0x833288) is known color: Vivid Violet. HEX triplet: 83, 32 and 88. RGB value is (131,50,136). Sum of RGB (Red+Green+Blue) = 131+50+136=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #833288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833288 is #7CCD77. Grayscale: #535353. Windows color (decimal): -8179064 or 8925827. OLE color: 8925827.
HSL color Cylindrical-coordinate representation of color #833288: hue angle of 296.51º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833288 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 50 | 136 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.47 |
| HSL | 296.51º | 0.46% | 0.36% | - |
| HSV(B) | 296.51º | 0.63% | 0.53% | - |
| XYZ | 14.94 | 8.88 | 24.22 | - |
| YUV | 84.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 136 | 0.04 | 0.63 | 0 | 0.47 | 296.51 | 0.46 | 0.36 |
| Hex | 83 | 32 | 88 | 4 | 3F | 0 | 2F | 129 | 2E | 24 |
| Octal | 203 | 62 | 210 | 4 | 77 | 0 | 57 | 451 | 56 | 44 |
| Binary | 10000011 | 110010 | 10001000 | 100 | 111111 | 0 | 101111 | 100101001 | 101110 | 100100 |
Color Harmonies of #833288
Complementary color
Monochromatic Colors of #833288
Black with #833288
Text Example
Text Example
White with #833288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833288; }
p { color: rgb(131,50,136); }
H1.HeaderClassName
{
color: #833288;
}
.AnyTagClassName
{
color: #833288;
}
</style>
background-color css
<style>
a { background-color: #833288; }
a { background-color: rgb(131,50,136); }
div.DivClassName
{
background-color: #833288;
}
.BgClassName
{
background-color: #833288;
}
</style>
border-color css
<style>
span { border-color: #833288; }
span { border-color: rgb(131,50,136); }
td.TdClassName
{
border-color: #833288;
}
.TagClassName
{
border-color: #833288;
}
</style>