Shades of Vivid Violet #83288F
Tints of Vivid Violet #83288F
RGB
CMYK
RGB Variations
Color information
#83288F (or 0x83288F) is known color: Vivid Violet. HEX triplet: 83, 28 and 8F. RGB value is (131,40,143). Sum of RGB (Red+Green+Blue) = 131+40+143=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #83288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83288F is #7CD770. Grayscale: #4E4E4E. Windows color (decimal): -8181617 or 9382019. OLE color: 9382019.
HSL color Cylindrical-coordinate representation of color #83288F: hue angle of 293.01º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83288F is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 40 | 143 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.44 |
| HSL | 293.01º | 0.56% | 0.36% | - |
| HSV(B) | 293.01º | 0.72% | 0.56% | - |
| XYZ | 15.08 | 8.33 | 26.8 | - |
| YUV | 78.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 143 | 0.08 | 0.72 | 0 | 0.44 | 293.01 | 0.56 | 0.36 |
| Hex | 83 | 28 | 8F | 8 | 48 | 0 | 2C | 125 | 38 | 24 |
| Octal | 203 | 50 | 217 | 10 | 110 | 0 | 54 | 445 | 70 | 44 |
| Binary | 10000011 | 101000 | 10001111 | 1000 | 1001000 | 0 | 101100 | 100100101 | 111000 | 100100 |
Color Harmonies of #83288F
Complementary color
Monochromatic Colors of #83288F
Black with #83288F
Text Example
Text Example
White with #83288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83288F; }
p { color: rgb(131,40,143); }
H1.HeaderClassName
{
color: #83288F;
}
.AnyTagClassName
{
color: #83288F;
}
</style>
background-color css
<style>
a { background-color: #83288F; }
a { background-color: rgb(131,40,143); }
div.DivClassName
{
background-color: #83288F;
}
.BgClassName
{
background-color: #83288F;
}
</style>
border-color css
<style>
span { border-color: #83288F; }
span { border-color: rgb(131,40,143); }
td.TdClassName
{
border-color: #83288F;
}
.TagClassName
{
border-color: #83288F;
}
</style>