Shades of Vivid Violet #843F95
Tints of Vivid Violet #843F95
RGB
CMYK
RGB Variations
Color information
#843F95 (or 0x843F95) is known color: Vivid Violet. HEX triplet: 84, 3F and 95. RGB value is (132,63,149). Sum of RGB (Red+Green+Blue) = 132+63+149=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #843F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843F95 is #7BC06A. Grayscale: #5D5D5D. Windows color (decimal): -8110187 or 9781124. OLE color: 9781124.
HSL color Cylindrical-coordinate representation of color #843F95: hue angle of 288.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843F95 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 63 | 149 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.42 |
| HSL | 288.14º | 0.41% | 0.42% | - |
| HSV(B) | 288.14º | 0.58% | 0.58% | - |
| XYZ | 16.72 | 10.63 | 29.6 | - |
| YUV | 93.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 149 | 0.11 | 0.58 | 0 | 0.42 | 288.14 | 0.41 | 0.42 |
| Hex | 84 | 3F | 95 | B | 3A | 0 | 2A | 120 | 29 | 2A |
| Octal | 204 | 77 | 225 | 13 | 72 | 0 | 52 | 440 | 51 | 52 |
| Binary | 10000100 | 111111 | 10010101 | 1011 | 111010 | 0 | 101010 | 100100000 | 101001 | 101010 |
Color Harmonies of #843F95
Complementary color
Monochromatic Colors of #843F95
Black with #843F95
Text Example
Text Example
White with #843F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F95; }
p { color: rgb(132,63,149); }
H1.HeaderClassName
{
color: #843F95;
}
.AnyTagClassName
{
color: #843F95;
}
</style>
background-color css
<style>
a { background-color: #843F95; }
a { background-color: rgb(132,63,149); }
div.DivClassName
{
background-color: #843F95;
}
.BgClassName
{
background-color: #843F95;
}
</style>
border-color css
<style>
span { border-color: #843F95; }
span { border-color: rgb(132,63,149); }
td.TdClassName
{
border-color: #843F95;
}
.TagClassName
{
border-color: #843F95;
}
</style>