Shades of Vivid Violet #841BAD
Tints of Vivid Violet #841BAD
RGB
CMYK
RGB Variations
Color information
#841BAD (or 0x841BAD) is known color: Vivid Violet. HEX triplet: 84, 1B and AD. RGB value is (132,27,173). Sum of RGB (Red+Green+Blue) = 132+27+173=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #841BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841BAD is #7BE452. Grayscale: #4A4A4A. Windows color (decimal): -8119379 or 11344772. OLE color: 11344772.
HSL color Cylindrical-coordinate representation of color #841BAD: hue angle of 283.15º 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 #841BAD is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 27 | 173 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.32 |
| HSL | 283.15º | 0.73% | 0.39% | - |
| HSV(B) | 283.15º | 0.84% | 0.68% | - |
| XYZ | 17.45 | 8.71 | 40.3 | - |
| YUV | 75.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 173 | 0.24 | 0.84 | 0 | 0.32 | 283.15 | 0.73 | 0.39 |
| Hex | 84 | 1B | AD | 18 | 54 | 0 | 20 | 11B | 49 | 27 |
| Octal | 204 | 33 | 255 | 30 | 124 | 0 | 40 | 433 | 111 | 47 |
| Binary | 10000100 | 11011 | 10101101 | 11000 | 1010100 | 0 | 100000 | 100011011 | 1001001 | 100111 |
Color Harmonies of #841BAD
Complementary color
Monochromatic Colors of #841BAD
Black with #841BAD
Text Example
Text Example
White with #841BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BAD; }
p { color: rgb(132,27,173); }
H1.HeaderClassName
{
color: #841BAD;
}
.AnyTagClassName
{
color: #841BAD;
}
</style>
background-color css
<style>
a { background-color: #841BAD; }
a { background-color: rgb(132,27,173); }
div.DivClassName
{
background-color: #841BAD;
}
.BgClassName
{
background-color: #841BAD;
}
</style>
border-color css
<style>
span { border-color: #841BAD; }
span { border-color: rgb(132,27,173); }
td.TdClassName
{
border-color: #841BAD;
}
.TagClassName
{
border-color: #841BAD;
}
</style>