Shades of Vivid Violet #841DAD
Tints of Vivid Violet #841DAD
RGB
CMYK
RGB Variations
Color information
#841DAD (or 0x841DAD) is known color: Vivid Violet. HEX triplet: 84, 1D and AD. RGB value is (132,29,173). Sum of RGB (Red+Green+Blue) = 132+29+173=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #841DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841DAD is #7BE252. Grayscale: #4B4B4B. Windows color (decimal): -8118867 or 11345284. OLE color: 11345284.
HSL color Cylindrical-coordinate representation of color #841DAD: hue angle of 282.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841DAD is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 29 | 173 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.32 |
| HSL | 282.92º | 0.71% | 0.4% | - |
| HSV(B) | 282.92º | 0.83% | 0.68% | - |
| XYZ | 17.5 | 8.8 | 40.31 | - |
| YUV | 76.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 173 | 0.24 | 0.83 | 0 | 0.32 | 282.92 | 0.71 | 0.4 |
| Hex | 84 | 1D | AD | 18 | 53 | 0 | 20 | 11B | 47 | 28 |
| Octal | 204 | 35 | 255 | 30 | 123 | 0 | 40 | 433 | 107 | 50 |
| Binary | 10000100 | 11101 | 10101101 | 11000 | 1010011 | 0 | 100000 | 100011011 | 1000111 | 101000 |
Color Harmonies of #841DAD
Complementary color
Monochromatic Colors of #841DAD
Black with #841DAD
Text Example
Text Example
White with #841DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DAD; }
p { color: rgb(132,29,173); }
H1.HeaderClassName
{
color: #841DAD;
}
.AnyTagClassName
{
color: #841DAD;
}
</style>
background-color css
<style>
a { background-color: #841DAD; }
a { background-color: rgb(132,29,173); }
div.DivClassName
{
background-color: #841DAD;
}
.BgClassName
{
background-color: #841DAD;
}
</style>
border-color css
<style>
span { border-color: #841DAD; }
span { border-color: rgb(132,29,173); }
td.TdClassName
{
border-color: #841DAD;
}
.TagClassName
{
border-color: #841DAD;
}
</style>