Shades of Vivid Violet #844299
Tints of Vivid Violet #844299
RGB
CMYK
RGB Variations
Color information
#844299 (or 0x844299) is known color: Vivid Violet. HEX triplet: 84, 42 and 99. RGB value is (132,66,153). Sum of RGB (Red+Green+Blue) = 132+66+153=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #844299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844299 is #7BBD66. Grayscale: #5F5F5F. Windows color (decimal): -8109415 or 10044036. OLE color: 10044036.
HSL color Cylindrical-coordinate representation of color #844299: hue angle of 285.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844299 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 66 | 153 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.4 |
| HSL | 285.52º | 0.4% | 0.43% | - |
| HSV(B) | 285.52º | 0.57% | 0.6% | - |
| XYZ | 17.21 | 11.1 | 31.37 | - |
| YUV | 95.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 153 | 0.14 | 0.57 | 0 | 0.4 | 285.52 | 0.4 | 0.43 |
| Hex | 84 | 42 | 99 | E | 39 | 0 | 28 | 11E | 28 | 2B |
| Octal | 204 | 102 | 231 | 16 | 71 | 0 | 50 | 436 | 50 | 53 |
| Binary | 10000100 | 1000010 | 10011001 | 1110 | 111001 | 0 | 101000 | 100011110 | 101000 | 101011 |
Color Harmonies of #844299
Complementary color
Monochromatic Colors of #844299
Black with #844299
Text Example
Text Example
White with #844299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844299; }
p { color: rgb(132,66,153); }
H1.HeaderClassName
{
color: #844299;
}
.AnyTagClassName
{
color: #844299;
}
</style>
background-color css
<style>
a { background-color: #844299; }
a { background-color: rgb(132,66,153); }
div.DivClassName
{
background-color: #844299;
}
.BgClassName
{
background-color: #844299;
}
</style>
border-color css
<style>
span { border-color: #844299; }
span { border-color: rgb(132,66,153); }
td.TdClassName
{
border-color: #844299;
}
.TagClassName
{
border-color: #844299;
}
</style>