Shades of Vivid Violet #841CAC
Tints of Vivid Violet #841CAC
RGB
CMYK
RGB Variations
Color information
#841CAC (or 0x841CAC) is known color: Vivid Violet. HEX triplet: 84, 1C and AC. RGB value is (132,28,172). Sum of RGB (Red+Green+Blue) = 132+28+172=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #841CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841CAC is #7BE353. Grayscale: #4B4B4B. Windows color (decimal): -8119124 or 11279492. OLE color: 11279492.
HSL color Cylindrical-coordinate representation of color #841CAC: hue angle of 283.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841CAC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 28 | 172 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.33 |
| HSL | 283.33º | 0.72% | 0.39% | - |
| HSV(B) | 283.33º | 0.84% | 0.67% | - |
| XYZ | 17.38 | 8.71 | 39.8 | - |
| YUV | 75.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 172 | 0.23 | 0.84 | 0 | 0.33 | 283.33 | 0.72 | 0.39 |
| Hex | 84 | 1C | AC | 17 | 54 | 0 | 21 | 11B | 48 | 27 |
| Octal | 204 | 34 | 254 | 27 | 124 | 0 | 41 | 433 | 110 | 47 |
| Binary | 10000100 | 11100 | 10101100 | 10111 | 1010100 | 0 | 100001 | 100011011 | 1001000 | 100111 |
Color Harmonies of #841CAC
Complementary color
Monochromatic Colors of #841CAC
Black with #841CAC
Text Example
Text Example
White with #841CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CAC; }
p { color: rgb(132,28,172); }
H1.HeaderClassName
{
color: #841CAC;
}
.AnyTagClassName
{
color: #841CAC;
}
</style>
background-color css
<style>
a { background-color: #841CAC; }
a { background-color: rgb(132,28,172); }
div.DivClassName
{
background-color: #841CAC;
}
.BgClassName
{
background-color: #841CAC;
}
</style>
border-color css
<style>
span { border-color: #841CAC; }
span { border-color: rgb(132,28,172); }
td.TdClassName
{
border-color: #841CAC;
}
.TagClassName
{
border-color: #841CAC;
}
</style>