Shades of Vivid Violet #844181
Tints of Vivid Violet #844181
RGB
CMYK
RGB Variations
Color information
#844181 (or 0x844181) is known color: Vivid Violet. HEX triplet: 84, 41 and 81. RGB value is (132,65,129). Sum of RGB (Red+Green+Blue) = 132+65+129=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844181 is #7BBE7E. Grayscale: #5C5C5C. Windows color (decimal): -8109695 or 8470916. OLE color: 8470916.
HSL color Cylindrical-coordinate representation of color #844181: hue angle of 302.69º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844181 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 129 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.48 |
| HSL | 302.69º | 0.34% | 0.39% | - |
| HSV(B) | 302.69º | 0.51% | 0.52% | - |
| XYZ | 15.37 | 10.27 | 21.94 | - |
| YUV | 92.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 129 | 0 | 0.51 | 0.02 | 0.48 | 302.69 | 0.34 | 0.39 |
| Hex | 84 | 41 | 81 | 0 | 33 | 2 | 30 | 12F | 22 | 27 |
| Octal | 204 | 101 | 201 | 0 | 63 | 2 | 60 | 457 | 42 | 47 |
| Binary | 10000100 | 1000001 | 10000001 | 0 | 110011 | 10 | 110000 | 100101111 | 100010 | 100111 |
Color Harmonies of #844181
Complementary color
Monochromatic Colors of #844181
Black with #844181
Text Example
Text Example
White with #844181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844181; }
p { color: rgb(132,65,129); }
H1.HeaderClassName
{
color: #844181;
}
.AnyTagClassName
{
color: #844181;
}
</style>
background-color css
<style>
a { background-color: #844181; }
a { background-color: rgb(132,65,129); }
div.DivClassName
{
background-color: #844181;
}
.BgClassName
{
background-color: #844181;
}
</style>
border-color css
<style>
span { border-color: #844181; }
span { border-color: rgb(132,65,129); }
td.TdClassName
{
border-color: #844181;
}
.TagClassName
{
border-color: #844181;
}
</style>