Shades of Vivid Violet #83288A
Tints of Vivid Violet #83288A
RGB
CMYK
RGB Variations
Color information
#83288A (or 0x83288A) is known color: Vivid Violet. HEX triplet: 83, 28 and 8A. RGB value is (131,40,138). Sum of RGB (Red+Green+Blue) = 131+40+138=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #83288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83288A is #7CD775. Grayscale: #4E4E4E. Windows color (decimal): -8181622 or 9054339. OLE color: 9054339.
HSL color Cylindrical-coordinate representation of color #83288A: hue angle of 295.71º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83288A is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 40 | 138 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.46 |
| HSL | 295.71º | 0.55% | 0.35% | - |
| HSV(B) | 295.71º | 0.71% | 0.54% | - |
| XYZ | 14.71 | 8.18 | 24.85 | - |
| YUV | 78.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 138 | 0.05 | 0.71 | 0 | 0.46 | 295.71 | 0.55 | 0.35 |
| Hex | 83 | 28 | 8A | 5 | 47 | 0 | 2E | 128 | 37 | 23 |
| Octal | 203 | 50 | 212 | 5 | 107 | 0 | 56 | 450 | 67 | 43 |
| Binary | 10000011 | 101000 | 10001010 | 101 | 1000111 | 0 | 101110 | 100101000 | 110111 | 100011 |
Color Harmonies of #83288A
Complementary color
Monochromatic Colors of #83288A
Black with #83288A
Text Example
Text Example
White with #83288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83288A; }
p { color: rgb(131,40,138); }
H1.HeaderClassName
{
color: #83288A;
}
.AnyTagClassName
{
color: #83288A;
}
</style>
background-color css
<style>
a { background-color: #83288A; }
a { background-color: rgb(131,40,138); }
div.DivClassName
{
background-color: #83288A;
}
.BgClassName
{
background-color: #83288A;
}
</style>
border-color css
<style>
span { border-color: #83288A; }
span { border-color: rgb(131,40,138); }
td.TdClassName
{
border-color: #83288A;
}
.TagClassName
{
border-color: #83288A;
}
</style>