Shades of Vivid Violet #844A9B
Tints of Vivid Violet #844A9B
RGB
CMYK
RGB Variations
Color information
#844A9B (or 0x844A9B) is known color: Vivid Violet. HEX triplet: 84, 4A and 9B. RGB value is (132,74,155). Sum of RGB (Red+Green+Blue) = 132+74+155=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #844A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844A9B is #7BB564. Grayscale: #646464. Windows color (decimal): -8107365 or 10177156. OLE color: 10177156.
HSL color Cylindrical-coordinate representation of color #844A9B: hue angle of 282.96º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844A9B is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 74 | 155 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.39 |
| HSL | 282.96º | 0.35% | 0.45% | - |
| HSV(B) | 282.96º | 0.52% | 0.61% | - |
| XYZ | 17.88 | 12.17 | 32.42 | - |
| YUV | 100.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 155 | 0.15 | 0.52 | 0 | 0.39 | 282.96 | 0.35 | 0.45 |
| Hex | 84 | 4A | 9B | F | 34 | 0 | 27 | 11B | 23 | 2D |
| Octal | 204 | 112 | 233 | 17 | 64 | 0 | 47 | 433 | 43 | 55 |
| Binary | 10000100 | 1001010 | 10011011 | 1111 | 110100 | 0 | 100111 | 100011011 | 100011 | 101101 |
Color Harmonies of #844A9B
Complementary color
Monochromatic Colors of #844A9B
Black with #844A9B
Text Example
Text Example
White with #844A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A9B; }
p { color: rgb(132,74,155); }
H1.HeaderClassName
{
color: #844A9B;
}
.AnyTagClassName
{
color: #844A9B;
}
</style>
background-color css
<style>
a { background-color: #844A9B; }
a { background-color: rgb(132,74,155); }
div.DivClassName
{
background-color: #844A9B;
}
.BgClassName
{
background-color: #844A9B;
}
</style>
border-color css
<style>
span { border-color: #844A9B; }
span { border-color: rgb(132,74,155); }
td.TdClassName
{
border-color: #844A9B;
}
.TagClassName
{
border-color: #844A9B;
}
</style>