Shades of Vivid Violet #83189C
Tints of Vivid Violet #83189C
RGB
CMYK
RGB Variations
Color information
#83189C (or 0x83189C) is known color: Vivid Violet. HEX triplet: 83, 18 and 9C. RGB value is (131,24,156). Sum of RGB (Red+Green+Blue) = 131+24+156=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #83189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83189C is #7CE763. Grayscale: #464646. Windows color (decimal): -8185700 or 10229891. OLE color: 10229891.
HSL color Cylindrical-coordinate representation of color #83189C: hue angle of 288.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83189C is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 24 | 156 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.39 |
| HSL | 288.64º | 0.73% | 0.35% | - |
| HSV(B) | 288.64º | 0.85% | 0.61% | - |
| XYZ | 15.69 | 7.88 | 32.15 | - |
| YUV | 71.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 156 | 0.16 | 0.85 | 0 | 0.39 | 288.64 | 0.73 | 0.35 |
| Hex | 83 | 18 | 9C | 10 | 55 | 0 | 27 | 121 | 49 | 23 |
| Octal | 203 | 30 | 234 | 20 | 125 | 0 | 47 | 441 | 111 | 43 |
| Binary | 10000011 | 11000 | 10011100 | 10000 | 1010101 | 0 | 100111 | 100100001 | 1001001 | 100011 |
Color Harmonies of #83189C
Complementary color
Monochromatic Colors of #83189C
Black with #83189C
Text Example
Text Example
White with #83189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83189C; }
p { color: rgb(131,24,156); }
H1.HeaderClassName
{
color: #83189C;
}
.AnyTagClassName
{
color: #83189C;
}
</style>
background-color css
<style>
a { background-color: #83189C; }
a { background-color: rgb(131,24,156); }
div.DivClassName
{
background-color: #83189C;
}
.BgClassName
{
background-color: #83189C;
}
</style>
border-color css
<style>
span { border-color: #83189C; }
span { border-color: rgb(131,24,156); }
td.TdClassName
{
border-color: #83189C;
}
.TagClassName
{
border-color: #83189C;
}
</style>