Shades of Vivid Violet #842DAB
Tints of Vivid Violet #842DAB
RGB
CMYK
RGB Variations
Color information
#842DAB (or 0x842DAB) is known color: Vivid Violet. HEX triplet: 84, 2D and AB. RGB value is (132,45,171). Sum of RGB (Red+Green+Blue) = 132+45+171=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #842DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842DAB is #7BD254. Grayscale: #545454. Windows color (decimal): -8114773 or 11218308. OLE color: 11218308.
HSL color Cylindrical-coordinate representation of color #842DAB: hue angle of 281.43º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842DAB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 45 | 171 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.33 |
| HSL | 281.43º | 0.58% | 0.42% | - |
| HSV(B) | 281.43º | 0.74% | 0.67% | - |
| XYZ | 17.8 | 9.72 | 39.47 | - |
| YUV | 85.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 171 | 0.23 | 0.74 | 0 | 0.33 | 281.43 | 0.58 | 0.42 |
| Hex | 84 | 2D | AB | 17 | 4A | 0 | 21 | 119 | 3A | 2A |
| Octal | 204 | 55 | 253 | 27 | 112 | 0 | 41 | 431 | 72 | 52 |
| Binary | 10000100 | 101101 | 10101011 | 10111 | 1001010 | 0 | 100001 | 100011001 | 111010 | 101010 |
Color Harmonies of #842DAB
Complementary color
Monochromatic Colors of #842DAB
Black with #842DAB
Text Example
Text Example
White with #842DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DAB; }
p { color: rgb(132,45,171); }
H1.HeaderClassName
{
color: #842DAB;
}
.AnyTagClassName
{
color: #842DAB;
}
</style>
background-color css
<style>
a { background-color: #842DAB; }
a { background-color: rgb(132,45,171); }
div.DivClassName
{
background-color: #842DAB;
}
.BgClassName
{
background-color: #842DAB;
}
</style>
border-color css
<style>
span { border-color: #842DAB; }
span { border-color: rgb(132,45,171); }
td.TdClassName
{
border-color: #842DAB;
}
.TagClassName
{
border-color: #842DAB;
}
</style>