Shades of Vivid Violet #841DA3
Tints of Vivid Violet #841DA3
RGB
CMYK
RGB Variations
Color information
#841DA3 (or 0x841DA3) is known color: Vivid Violet. HEX triplet: 84, 1D and A3. RGB value is (132,29,163). Sum of RGB (Red+Green+Blue) = 132+29+163=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #841DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841DA3 is #7BE25C. Grayscale: #4A4A4A. Windows color (decimal): -8118877 or 10689924. OLE color: 10689924.
HSL color Cylindrical-coordinate representation of color #841DA3: hue angle of 286.12º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841DA3 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 29 | 163 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.36 |
| HSL | 286.12º | 0.7% | 0.38% | - |
| HSV(B) | 286.12º | 0.82% | 0.64% | - |
| XYZ | 16.57 | 8.43 | 35.4 | - |
| YUV | 75.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 163 | 0.19 | 0.82 | 0 | 0.36 | 286.12 | 0.7 | 0.38 |
| Hex | 84 | 1D | A3 | 13 | 52 | 0 | 24 | 11E | 46 | 26 |
| Octal | 204 | 35 | 243 | 23 | 122 | 0 | 44 | 436 | 106 | 46 |
| Binary | 10000100 | 11101 | 10100011 | 10011 | 1010010 | 0 | 100100 | 100011110 | 1000110 | 100110 |
Color Harmonies of #841DA3
Complementary color
Monochromatic Colors of #841DA3
Black with #841DA3
Text Example
Text Example
White with #841DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DA3; }
p { color: rgb(132,29,163); }
H1.HeaderClassName
{
color: #841DA3;
}
.AnyTagClassName
{
color: #841DA3;
}
</style>
background-color css
<style>
a { background-color: #841DA3; }
a { background-color: rgb(132,29,163); }
div.DivClassName
{
background-color: #841DA3;
}
.BgClassName
{
background-color: #841DA3;
}
</style>
border-color css
<style>
span { border-color: #841DA3; }
span { border-color: rgb(132,29,163); }
td.TdClassName
{
border-color: #841DA3;
}
.TagClassName
{
border-color: #841DA3;
}
</style>