Shades of Vivid Violet #83418A
Tints of Vivid Violet #83418A
RGB
CMYK
RGB Variations
Color information
#83418A (or 0x83418A) is known color: Vivid Violet. HEX triplet: 83, 41 and 8A. RGB value is (131,65,138). Sum of RGB (Red+Green+Blue) = 131+65+138=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #83418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83418A is #7CBE75. Grayscale: #5C5C5C. Windows color (decimal): -8175222 or 9060739. OLE color: 9060739.
HSL color Cylindrical-coordinate representation of color #83418A: hue angle of 294.25º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83418A is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 65 | 138 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.46 |
| HSL | 294.25º | 0.36% | 0.4% | - |
| HSV(B) | 294.25º | 0.53% | 0.54% | - |
| XYZ | 15.84 | 10.44 | 25.23 | - |
| YUV | 93.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 138 | 0.05 | 0.53 | 0 | 0.46 | 294.25 | 0.36 | 0.4 |
| Hex | 83 | 41 | 8A | 5 | 35 | 0 | 2E | 126 | 24 | 28 |
| Octal | 203 | 101 | 212 | 5 | 65 | 0 | 56 | 446 | 44 | 50 |
| Binary | 10000011 | 1000001 | 10001010 | 101 | 110101 | 0 | 101110 | 100100110 | 100100 | 101000 |
Color Harmonies of #83418A
Complementary color
Monochromatic Colors of #83418A
Black with #83418A
Text Example
Text Example
White with #83418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83418A; }
p { color: rgb(131,65,138); }
H1.HeaderClassName
{
color: #83418A;
}
.AnyTagClassName
{
color: #83418A;
}
</style>
background-color css
<style>
a { background-color: #83418A; }
a { background-color: rgb(131,65,138); }
div.DivClassName
{
background-color: #83418A;
}
.BgClassName
{
background-color: #83418A;
}
</style>
border-color css
<style>
span { border-color: #83418A; }
span { border-color: rgb(131,65,138); }
td.TdClassName
{
border-color: #83418A;
}
.TagClassName
{
border-color: #83418A;
}
</style>