Shades of Vivid Violet #844B8D
Tints of Vivid Violet #844B8D
RGB
CMYK
RGB Variations
Color information
#844B8D (or 0x844B8D) is known color: Vivid Violet. HEX triplet: 84, 4B and 8D. RGB value is (132,75,141). Sum of RGB (Red+Green+Blue) = 132+75+141=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #844B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B8D is #7BB472. Grayscale: #636363. Windows color (decimal): -8107123 or 9259908. OLE color: 9259908.
HSL color Cylindrical-coordinate representation of color #844B8D: hue angle of 291.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844B8D is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 75 | 141 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.45 |
| HSL | 291.82º | 0.31% | 0.42% | - |
| HSV(B) | 291.82º | 0.47% | 0.55% | - |
| XYZ | 16.84 | 11.86 | 26.6 | - |
| YUV | 99.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 141 | 0.06 | 0.47 | 0 | 0.45 | 291.82 | 0.31 | 0.42 |
| Hex | 84 | 4B | 8D | 6 | 2F | 0 | 2D | 124 | 1F | 2A |
| Octal | 204 | 113 | 215 | 6 | 57 | 0 | 55 | 444 | 37 | 52 |
| Binary | 10000100 | 1001011 | 10001101 | 110 | 101111 | 0 | 101101 | 100100100 | 11111 | 101010 |
Color Harmonies of #844B8D
Complementary color
Monochromatic Colors of #844B8D
Black with #844B8D
Text Example
Text Example
White with #844B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B8D; }
p { color: rgb(132,75,141); }
H1.HeaderClassName
{
color: #844B8D;
}
.AnyTagClassName
{
color: #844B8D;
}
</style>
background-color css
<style>
a { background-color: #844B8D; }
a { background-color: rgb(132,75,141); }
div.DivClassName
{
background-color: #844B8D;
}
.BgClassName
{
background-color: #844B8D;
}
</style>
border-color css
<style>
span { border-color: #844B8D; }
span { border-color: rgb(132,75,141); }
td.TdClassName
{
border-color: #844B8D;
}
.TagClassName
{
border-color: #844B8D;
}
</style>