Shades of Vivid Violet #833388
Tints of Vivid Violet #833388
RGB
CMYK
RGB Variations
Color information
#833388 (or 0x833388) is known color: Vivid Violet. HEX triplet: 83, 33 and 88. RGB value is (131,51,136). Sum of RGB (Red+Green+Blue) = 131+51+136=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #833388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833388 is #7CCC77. Grayscale: #545454. Windows color (decimal): -8178808 or 8926083. OLE color: 8926083.
HSL color Cylindrical-coordinate representation of color #833388: hue angle of 296.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833388 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 51 | 136 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.47 |
| HSL | 296.47º | 0.45% | 0.37% | - |
| HSV(B) | 296.47º | 0.63% | 0.53% | - |
| XYZ | 14.99 | 8.97 | 24.23 | - |
| YUV | 84.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 136 | 0.04 | 0.62 | 0 | 0.47 | 296.47 | 0.45 | 0.37 |
| Hex | 83 | 33 | 88 | 4 | 3E | 0 | 2F | 128 | 2D | 25 |
| Octal | 203 | 63 | 210 | 4 | 76 | 0 | 57 | 450 | 55 | 45 |
| Binary | 10000011 | 110011 | 10001000 | 100 | 111110 | 0 | 101111 | 100101000 | 101101 | 100101 |
Color Harmonies of #833388
Complementary color
Monochromatic Colors of #833388
Black with #833388
Text Example
Text Example
White with #833388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833388; }
p { color: rgb(131,51,136); }
H1.HeaderClassName
{
color: #833388;
}
.AnyTagClassName
{
color: #833388;
}
</style>
background-color css
<style>
a { background-color: #833388; }
a { background-color: rgb(131,51,136); }
div.DivClassName
{
background-color: #833388;
}
.BgClassName
{
background-color: #833388;
}
</style>
border-color css
<style>
span { border-color: #833388; }
span { border-color: rgb(131,51,136); }
td.TdClassName
{
border-color: #833388;
}
.TagClassName
{
border-color: #833388;
}
</style>