Shades of Vivid Violet #833089
Tints of Vivid Violet #833089
RGB
CMYK
RGB Variations
Color information
#833089 (or 0x833089) is known color: Vivid Violet. HEX triplet: 83, 30 and 89. RGB value is (131,48,137). Sum of RGB (Red+Green+Blue) = 131+48+137=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #833089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833089 is #7CCF76. Grayscale: #525252. Windows color (decimal): -8179575 or 8990851. OLE color: 8990851.
HSL color Cylindrical-coordinate representation of color #833089: hue angle of 295.96º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833089 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 48 | 137 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.46 |
| HSL | 295.96º | 0.48% | 0.36% | - |
| HSV(B) | 295.96º | 0.65% | 0.54% | - |
| XYZ | 14.93 | 8.75 | 24.57 | - |
| YUV | 82.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 137 | 0.04 | 0.65 | 0 | 0.46 | 295.96 | 0.48 | 0.36 |
| Hex | 83 | 30 | 89 | 4 | 41 | 0 | 2E | 128 | 30 | 24 |
| Octal | 203 | 60 | 211 | 4 | 101 | 0 | 56 | 450 | 60 | 44 |
| Binary | 10000011 | 110000 | 10001001 | 100 | 1000001 | 0 | 101110 | 100101000 | 110000 | 100100 |
Color Harmonies of #833089
Complementary color
Monochromatic Colors of #833089
Black with #833089
Text Example
Text Example
White with #833089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833089; }
p { color: rgb(131,48,137); }
H1.HeaderClassName
{
color: #833089;
}
.AnyTagClassName
{
color: #833089;
}
</style>
background-color css
<style>
a { background-color: #833089; }
a { background-color: rgb(131,48,137); }
div.DivClassName
{
background-color: #833089;
}
.BgClassName
{
background-color: #833089;
}
</style>
border-color css
<style>
span { border-color: #833089; }
span { border-color: rgb(131,48,137); }
td.TdClassName
{
border-color: #833089;
}
.TagClassName
{
border-color: #833089;
}
</style>