Shades of Vivid Violet #833B9B
Tints of Vivid Violet #833B9B
RGB
CMYK
RGB Variations
Color information
#833B9B (or 0x833B9B) is known color: Vivid Violet. HEX triplet: 83, 3B and 9B. RGB value is (131,59,155). Sum of RGB (Red+Green+Blue) = 131+59+155=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #833B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833B9B is #7CC464. Grayscale: #5B5B5B. Windows color (decimal): -8176741 or 10173315. OLE color: 10173315.
HSL color Cylindrical-coordinate representation of color #833B9B: hue angle of 285º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833B9B is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 59 | 155 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.39 |
| HSL | 285º | 0.45% | 0.42% | - |
| HSV(B) | 285º | 0.62% | 0.61% | - |
| XYZ | 16.84 | 10.32 | 32.11 | - |
| YUV | 91.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 155 | 0.15 | 0.62 | 0 | 0.39 | 285 | 0.45 | 0.42 |
| Hex | 83 | 3B | 9B | F | 3E | 0 | 27 | 11D | 2D | 2A |
| Octal | 203 | 73 | 233 | 17 | 76 | 0 | 47 | 435 | 55 | 52 |
| Binary | 10000011 | 111011 | 10011011 | 1111 | 111110 | 0 | 100111 | 100011101 | 101101 | 101010 |
Color Harmonies of #833B9B
Complementary color
Monochromatic Colors of #833B9B
Black with #833B9B
Text Example
Text Example
White with #833B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B9B; }
p { color: rgb(131,59,155); }
H1.HeaderClassName
{
color: #833B9B;
}
.AnyTagClassName
{
color: #833B9B;
}
</style>
background-color css
<style>
a { background-color: #833B9B; }
a { background-color: rgb(131,59,155); }
div.DivClassName
{
background-color: #833B9B;
}
.BgClassName
{
background-color: #833B9B;
}
</style>
border-color css
<style>
span { border-color: #833B9B; }
span { border-color: rgb(131,59,155); }
td.TdClassName
{
border-color: #833B9B;
}
.TagClassName
{
border-color: #833B9B;
}
</style>