Shades of Vivid Violet #843F96
Tints of Vivid Violet #843F96
RGB
CMYK
RGB Variations
Color information
#843F96 (or 0x843F96) is known color: Vivid Violet. HEX triplet: 84, 3F and 96. RGB value is (132,63,150). Sum of RGB (Red+Green+Blue) = 132+63+150=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #843F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843F96 is #7BC069. Grayscale: #5D5D5D. Windows color (decimal): -8110186 or 9846660. OLE color: 9846660.
HSL color Cylindrical-coordinate representation of color #843F96: hue angle of 287.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843F96 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 63 | 150 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.41 |
| HSL | 287.59º | 0.41% | 0.42% | - |
| HSV(B) | 287.59º | 0.58% | 0.59% | - |
| XYZ | 16.8 | 10.66 | 30.03 | - |
| YUV | 93.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 150 | 0.12 | 0.58 | 0 | 0.41 | 287.59 | 0.41 | 0.42 |
| Hex | 84 | 3F | 96 | C | 3A | 0 | 29 | 120 | 29 | 2A |
| Octal | 204 | 77 | 226 | 14 | 72 | 0 | 51 | 440 | 51 | 52 |
| Binary | 10000100 | 111111 | 10010110 | 1100 | 111010 | 0 | 101001 | 100100000 | 101001 | 101010 |
Color Harmonies of #843F96
Complementary color
Monochromatic Colors of #843F96
Black with #843F96
Text Example
Text Example
White with #843F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F96; }
p { color: rgb(132,63,150); }
H1.HeaderClassName
{
color: #843F96;
}
.AnyTagClassName
{
color: #843F96;
}
</style>
background-color css
<style>
a { background-color: #843F96; }
a { background-color: rgb(132,63,150); }
div.DivClassName
{
background-color: #843F96;
}
.BgClassName
{
background-color: #843F96;
}
</style>
border-color css
<style>
span { border-color: #843F96; }
span { border-color: rgb(132,63,150); }
td.TdClassName
{
border-color: #843F96;
}
.TagClassName
{
border-color: #843F96;
}
</style>