Shades of Vivid Violet #833A8B
Tints of Vivid Violet #833A8B
RGB
CMYK
RGB Variations
Color information
#833A8B (or 0x833A8B) is known color: Vivid Violet. HEX triplet: 83, 3A and 8B. RGB value is (131,58,139). Sum of RGB (Red+Green+Blue) = 131+58+139=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #833A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833A8B is #7CC574. Grayscale: #585858. Windows color (decimal): -8177013 or 9124483. OLE color: 9124483.
HSL color Cylindrical-coordinate representation of color #833A8B: hue angle of 294.07º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833A8B is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 58 | 139 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.45 |
| HSL | 294.07º | 0.41% | 0.39% | - |
| HSV(B) | 294.07º | 0.58% | 0.55% | - |
| XYZ | 15.53 | 9.72 | 25.48 | - |
| YUV | 89.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 139 | 0.06 | 0.58 | 0 | 0.45 | 294.07 | 0.41 | 0.39 |
| Hex | 83 | 3A | 8B | 6 | 3A | 0 | 2D | 126 | 29 | 27 |
| Octal | 203 | 72 | 213 | 6 | 72 | 0 | 55 | 446 | 51 | 47 |
| Binary | 10000011 | 111010 | 10001011 | 110 | 111010 | 0 | 101101 | 100100110 | 101001 | 100111 |
Color Harmonies of #833A8B
Complementary color
Monochromatic Colors of #833A8B
Black with #833A8B
Text Example
Text Example
White with #833A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A8B; }
p { color: rgb(131,58,139); }
H1.HeaderClassName
{
color: #833A8B;
}
.AnyTagClassName
{
color: #833A8B;
}
</style>
background-color css
<style>
a { background-color: #833A8B; }
a { background-color: rgb(131,58,139); }
div.DivClassName
{
background-color: #833A8B;
}
.BgClassName
{
background-color: #833A8B;
}
</style>
border-color css
<style>
span { border-color: #833A8B; }
span { border-color: rgb(131,58,139); }
td.TdClassName
{
border-color: #833A8B;
}
.TagClassName
{
border-color: #833A8B;
}
</style>