Shades of Vivid Violet #83407F
Tints of Vivid Violet #83407F
RGB
CMYK
RGB Variations
Color information
#83407F (or 0x83407F) is known color: Vivid Violet. HEX triplet: 83, 40 and 7F. RGB value is (131,64,127). Sum of RGB (Red+Green+Blue) = 131+64+127=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83407F is #7CBF80. Grayscale: #5B5B5B. Windows color (decimal): -8175489 or 8339587. OLE color: 8339587.
HSL color Cylindrical-coordinate representation of color #83407F: hue angle of 303.58º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83407F is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 64 | 127 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.49 |
| HSL | 303.58º | 0.34% | 0.38% | - |
| HSV(B) | 303.58º | 0.51% | 0.51% | - |
| XYZ | 15.02 | 10.02 | 21.22 | - |
| YUV | 91.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 127 | 0 | 0.51 | 0.03 | 0.49 | 303.58 | 0.34 | 0.38 |
| Hex | 83 | 40 | 7F | 0 | 33 | 3 | 31 | 130 | 22 | 26 |
| Octal | 203 | 100 | 177 | 0 | 63 | 3 | 61 | 460 | 42 | 46 |
| Binary | 10000011 | 1000000 | 1111111 | 0 | 110011 | 11 | 110001 | 100110000 | 100010 | 100110 |
Color Harmonies of #83407F
Complementary color
Monochromatic Colors of #83407F
Black with #83407F
Text Example
Text Example
White with #83407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83407F; }
p { color: rgb(131,64,127); }
H1.HeaderClassName
{
color: #83407F;
}
.AnyTagClassName
{
color: #83407F;
}
</style>
background-color css
<style>
a { background-color: #83407F; }
a { background-color: rgb(131,64,127); }
div.DivClassName
{
background-color: #83407F;
}
.BgClassName
{
background-color: #83407F;
}
</style>
border-color css
<style>
span { border-color: #83407F; }
span { border-color: rgb(131,64,127); }
td.TdClassName
{
border-color: #83407F;
}
.TagClassName
{
border-color: #83407F;
}
</style>