Shades of Vivid Violet #8437A4
Tints of Vivid Violet #8437A4
RGB
CMYK
RGB Variations
Color information
#8437A4 (or 0x8437A4) is known color: Vivid Violet. HEX triplet: 84, 37 and A4. RGB value is (132,55,164). Sum of RGB (Red+Green+Blue) = 132+55+164=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #8437A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8437A4 is #7BC85B. Grayscale: #5A5A5A. Windows color (decimal): -8112220 or 10762116. OLE color: 10762116.
HSL color Cylindrical-coordinate representation of color #8437A4: hue angle of 282.39º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8437A4 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 55 | 164 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.36 |
| HSL | 282.39º | 0.5% | 0.43% | - |
| HSV(B) | 282.39º | 0.66% | 0.64% | - |
| XYZ | 17.58 | 10.32 | 36.19 | - |
| YUV | 90.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 164 | 0.20 | 0.66 | 0 | 0.36 | 282.39 | 0.5 | 0.43 |
| Hex | 84 | 37 | A4 | 14 | 42 | 0 | 24 | 11A | 32 | 2B |
| Octal | 204 | 67 | 244 | 24 | 102 | 0 | 44 | 432 | 62 | 53 |
| Binary | 10000100 | 110111 | 10100100 | 10100 | 1000010 | 0 | 100100 | 100011010 | 110010 | 101011 |
Color Harmonies of #8437A4
Complementary color
Monochromatic Colors of #8437A4
Black with #8437A4
Text Example
Text Example
White with #8437A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8437A4; }
p { color: rgb(132,55,164); }
H1.HeaderClassName
{
color: #8437A4;
}
.AnyTagClassName
{
color: #8437A4;
}
</style>
background-color css
<style>
a { background-color: #8437A4; }
a { background-color: rgb(132,55,164); }
div.DivClassName
{
background-color: #8437A4;
}
.BgClassName
{
background-color: #8437A4;
}
</style>
border-color css
<style>
span { border-color: #8437A4; }
span { border-color: rgb(132,55,164); }
td.TdClassName
{
border-color: #8437A4;
}
.TagClassName
{
border-color: #8437A4;
}
</style>