Shades of Vivid Violet #83459B
Tints of Vivid Violet #83459B
RGB
CMYK
RGB Variations
Color information
#83459B (or 0x83459B) is known color: Vivid Violet. HEX triplet: 83, 45 and 9B. RGB value is (131,69,155). Sum of RGB (Red+Green+Blue) = 131+69+155=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #83459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83459B is #7CBA64. Grayscale: #616161. Windows color (decimal): -8174181 or 10175875. OLE color: 10175875.
HSL color Cylindrical-coordinate representation of color #83459B: hue angle of 283.26º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83459B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 69 | 155 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.39 |
| HSL | 283.26º | 0.38% | 0.44% | - |
| HSV(B) | 283.26º | 0.55% | 0.61% | - |
| XYZ | 17.4 | 11.45 | 32.3 | - |
| YUV | 97.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 155 | 0.15 | 0.55 | 0 | 0.39 | 283.26 | 0.38 | 0.44 |
| Hex | 83 | 45 | 9B | F | 37 | 0 | 27 | 11B | 26 | 2C |
| Octal | 203 | 105 | 233 | 17 | 67 | 0 | 47 | 433 | 46 | 54 |
| Binary | 10000011 | 1000101 | 10011011 | 1111 | 110111 | 0 | 100111 | 100011011 | 100110 | 101100 |
Color Harmonies of #83459B
Complementary color
Monochromatic Colors of #83459B
Black with #83459B
Text Example
Text Example
White with #83459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83459B; }
p { color: rgb(131,69,155); }
H1.HeaderClassName
{
color: #83459B;
}
.AnyTagClassName
{
color: #83459B;
}
</style>
background-color css
<style>
a { background-color: #83459B; }
a { background-color: rgb(131,69,155); }
div.DivClassName
{
background-color: #83459B;
}
.BgClassName
{
background-color: #83459B;
}
</style>
border-color css
<style>
span { border-color: #83459B; }
span { border-color: rgb(131,69,155); }
td.TdClassName
{
border-color: #83459B;
}
.TagClassName
{
border-color: #83459B;
}
</style>