Shades of Vivid Violet #843488
Tints of Vivid Violet #843488
RGB
CMYK
RGB Variations
Color information
#843488 (or 0x843488) is known color: Vivid Violet. HEX triplet: 84, 34 and 88. RGB value is (132,52,136). Sum of RGB (Red+Green+Blue) = 132+52+136=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #843488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843488 is #7BCB77. Grayscale: #555555. Windows color (decimal): -8113016 or 8926340. OLE color: 8926340.
HSL color Cylindrical-coordinate representation of color #843488: hue angle of 297.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843488 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 52 | 136 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.47 |
| HSL | 297.14º | 0.45% | 0.37% | - |
| HSV(B) | 297.14º | 0.62% | 0.53% | - |
| XYZ | 15.19 | 9.14 | 24.26 | - |
| YUV | 85.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 136 | 0.03 | 0.62 | 0 | 0.47 | 297.14 | 0.45 | 0.37 |
| Hex | 84 | 34 | 88 | 3 | 3E | 0 | 2F | 129 | 2D | 25 |
| Octal | 204 | 64 | 210 | 3 | 76 | 0 | 57 | 451 | 55 | 45 |
| Binary | 10000100 | 110100 | 10001000 | 11 | 111110 | 0 | 101111 | 100101001 | 101101 | 100101 |
Color Harmonies of #843488
Complementary color
Monochromatic Colors of #843488
Black with #843488
Text Example
Text Example
White with #843488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843488; }
p { color: rgb(132,52,136); }
H1.HeaderClassName
{
color: #843488;
}
.AnyTagClassName
{
color: #843488;
}
</style>
background-color css
<style>
a { background-color: #843488; }
a { background-color: rgb(132,52,136); }
div.DivClassName
{
background-color: #843488;
}
.BgClassName
{
background-color: #843488;
}
</style>
border-color css
<style>
span { border-color: #843488; }
span { border-color: rgb(132,52,136); }
td.TdClassName
{
border-color: #843488;
}
.TagClassName
{
border-color: #843488;
}
</style>