Shades of Vivid Violet #843384
Tints of Vivid Violet #843384
RGB
CMYK
RGB Variations
Color information
#843384 (or 0x843384) is known color: Vivid Violet. HEX triplet: 84, 33 and 84. RGB value is (132,51,132). Sum of RGB (Red+Green+Blue) = 132+51+132=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #843384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843384 is #7BCC7B. Grayscale: #545454. Windows color (decimal): -8113276 or 8663940. OLE color: 8663940.
HSL color Cylindrical-coordinate representation of color #843384: hue angle of 300º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843384 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 132 | - |
| CMYK | 0 | 0.61 | 0 | 0.48 |
| HSL | 300º | 0.44% | 0.36% | - |
| HSV(B) | 300º | 0.61% | 0.52% | - |
| XYZ | 14.86 | 8.94 | 22.77 | - |
| YUV | 84.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 132 | 0 | 0.61 | 0 | 0.48 | 300 | 0.44 | 0.36 |
| Hex | 84 | 33 | 84 | 0 | 3D | 0 | 30 | 12C | 2C | 24 |
| Octal | 204 | 63 | 204 | 0 | 75 | 0 | 60 | 454 | 54 | 44 |
| Binary | 10000100 | 110011 | 10000100 | 0 | 111101 | 0 | 110000 | 100101100 | 101100 | 100100 |
Color Harmonies of #843384
Complementary color
Monochromatic Colors of #843384
Black with #843384
Text Example
Text Example
White with #843384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843384; }
p { color: rgb(132,51,132); }
H1.HeaderClassName
{
color: #843384;
}
.AnyTagClassName
{
color: #843384;
}
</style>
background-color css
<style>
a { background-color: #843384; }
a { background-color: rgb(132,51,132); }
div.DivClassName
{
background-color: #843384;
}
.BgClassName
{
background-color: #843384;
}
</style>
border-color css
<style>
span { border-color: #843384; }
span { border-color: rgb(132,51,132); }
td.TdClassName
{
border-color: #843384;
}
.TagClassName
{
border-color: #843384;
}
</style>