Shades of Vivid Violet #841BAE
Tints of Vivid Violet #841BAE
RGB
CMYK
RGB Variations
Color information
#841BAE (or 0x841BAE) is known color: Vivid Violet. HEX triplet: 84, 1B and AE. RGB value is (132,27,174). Sum of RGB (Red+Green+Blue) = 132+27+174=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #841BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841BAE is #7BE451. Grayscale: #4A4A4A. Windows color (decimal): -8119378 or 11410308. OLE color: 11410308.
HSL color Cylindrical-coordinate representation of color #841BAE: hue angle of 282.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841BAE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 27 | 174 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.32 |
| HSL | 282.86º | 0.73% | 0.39% | - |
| HSV(B) | 282.86º | 0.84% | 0.68% | - |
| XYZ | 17.55 | 8.75 | 40.81 | - |
| YUV | 75.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 174 | 0.24 | 0.84 | 0 | 0.32 | 282.86 | 0.73 | 0.39 |
| Hex | 84 | 1B | AE | 18 | 54 | 0 | 20 | 11B | 49 | 27 |
| Octal | 204 | 33 | 256 | 30 | 124 | 0 | 40 | 433 | 111 | 47 |
| Binary | 10000100 | 11011 | 10101110 | 11000 | 1010100 | 0 | 100000 | 100011011 | 1001001 | 100111 |
Color Harmonies of #841BAE
Complementary color
Monochromatic Colors of #841BAE
Black with #841BAE
Text Example
Text Example
White with #841BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BAE; }
p { color: rgb(132,27,174); }
H1.HeaderClassName
{
color: #841BAE;
}
.AnyTagClassName
{
color: #841BAE;
}
</style>
background-color css
<style>
a { background-color: #841BAE; }
a { background-color: rgb(132,27,174); }
div.DivClassName
{
background-color: #841BAE;
}
.BgClassName
{
background-color: #841BAE;
}
</style>
border-color css
<style>
span { border-color: #841BAE; }
span { border-color: rgb(132,27,174); }
td.TdClassName
{
border-color: #841BAE;
}
.TagClassName
{
border-color: #841BAE;
}
</style>