Shades of Vivid Violet #83288B
Tints of Vivid Violet #83288B
RGB
CMYK
RGB Variations
Color information
#83288B (or 0x83288B) is known color: Vivid Violet. HEX triplet: 83, 28 and 8B. RGB value is (131,40,139). Sum of RGB (Red+Green+Blue) = 131+40+139=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #83288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83288B is #7CD774. Grayscale: #4E4E4E. Windows color (decimal): -8181621 or 9119875. OLE color: 9119875.
HSL color Cylindrical-coordinate representation of color #83288B: hue angle of 295.15º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83288B is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 40 | 139 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.45 |
| HSL | 295.15º | 0.55% | 0.35% | - |
| HSV(B) | 295.15º | 0.71% | 0.55% | - |
| XYZ | 14.78 | 8.21 | 25.23 | - |
| YUV | 78.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 139 | 0.06 | 0.71 | 0 | 0.45 | 295.15 | 0.55 | 0.35 |
| Hex | 83 | 28 | 8B | 6 | 47 | 0 | 2D | 127 | 37 | 23 |
| Octal | 203 | 50 | 213 | 6 | 107 | 0 | 55 | 447 | 67 | 43 |
| Binary | 10000011 | 101000 | 10001011 | 110 | 1000111 | 0 | 101101 | 100100111 | 110111 | 100011 |
Color Harmonies of #83288B
Complementary color
Monochromatic Colors of #83288B
Black with #83288B
Text Example
Text Example
White with #83288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83288B; }
p { color: rgb(131,40,139); }
H1.HeaderClassName
{
color: #83288B;
}
.AnyTagClassName
{
color: #83288B;
}
</style>
background-color css
<style>
a { background-color: #83288B; }
a { background-color: rgb(131,40,139); }
div.DivClassName
{
background-color: #83288B;
}
.BgClassName
{
background-color: #83288B;
}
</style>
border-color css
<style>
span { border-color: #83288B; }
span { border-color: rgb(131,40,139); }
td.TdClassName
{
border-color: #83288B;
}
.TagClassName
{
border-color: #83288B;
}
</style>