Shades of Vivid Violet #83218C
Tints of Vivid Violet #83218C
RGB
CMYK
RGB Variations
Color information
#83218C (or 0x83218C) is known color: Vivid Violet. HEX triplet: 83, 21 and 8C. RGB value is (131,33,140). Sum of RGB (Red+Green+Blue) = 131+33+140=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #83218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83218C is #7CDE73. Grayscale: #4A4A4A. Windows color (decimal): -8183412 or 9183619. OLE color: 9183619.
HSL color Cylindrical-coordinate representation of color #83218C: hue angle of 294.95º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83218C is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 33 | 140 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.45 |
| HSL | 294.95º | 0.62% | 0.34% | - |
| HSV(B) | 294.95º | 0.76% | 0.55% | - |
| XYZ | 14.64 | 7.81 | 25.55 | - |
| YUV | 74.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 140 | 0.06 | 0.76 | 0 | 0.45 | 294.95 | 0.62 | 0.34 |
| Hex | 83 | 21 | 8C | 6 | 4C | 0 | 2D | 127 | 3E | 22 |
| Octal | 203 | 41 | 214 | 6 | 114 | 0 | 55 | 447 | 76 | 42 |
| Binary | 10000011 | 100001 | 10001100 | 110 | 1001100 | 0 | 101101 | 100100111 | 111110 | 100010 |
Color Harmonies of #83218C
Complementary color
Monochromatic Colors of #83218C
Black with #83218C
Text Example
Text Example
White with #83218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83218C; }
p { color: rgb(131,33,140); }
H1.HeaderClassName
{
color: #83218C;
}
.AnyTagClassName
{
color: #83218C;
}
</style>
background-color css
<style>
a { background-color: #83218C; }
a { background-color: rgb(131,33,140); }
div.DivClassName
{
background-color: #83218C;
}
.BgClassName
{
background-color: #83218C;
}
</style>
border-color css
<style>
span { border-color: #83218C; }
span { border-color: rgb(131,33,140); }
td.TdClassName
{
border-color: #83218C;
}
.TagClassName
{
border-color: #83218C;
}
</style>