Shades of Dark Violet #8416BD
Tints of Dark Violet #8416BD
RGB
CMYK
RGB Variations
Color information
#8416BD (or 0x8416BD) is known color: Dark Violet. HEX triplet: 84, 16 and BD. RGB value is (132,22,189). Sum of RGB (Red+Green+Blue) = 132+22+189=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #8416BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8416BD is #7BE942. Grayscale: #494949. Windows color (decimal): -8120643 or 12392068. OLE color: 12392068.
HSL color Cylindrical-coordinate representation of color #8416BD: hue angle of 279.52º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8416BD is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 22 | 189 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.26 |
| HSL | 279.52º | 0.79% | 0.41% | - |
| HSV(B) | 279.52º | 0.88% | 0.74% | - |
| XYZ | 18.99 | 9.15 | 48.91 | - |
| YUV | 73.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 189 | 0.30 | 0.88 | 0 | 0.26 | 279.52 | 0.79 | 0.41 |
| Hex | 84 | 16 | BD | 1E | 58 | 0 | 1A | 118 | 4F | 29 |
| Octal | 204 | 26 | 275 | 36 | 130 | 0 | 32 | 430 | 117 | 51 |
| Binary | 10000100 | 10110 | 10111101 | 11110 | 1011000 | 0 | 11010 | 100011000 | 1001111 | 101001 |
Color Harmonies of #8416BD
Complementary color
Monochromatic Colors of #8416BD
Black with #8416BD
Text Example
Text Example
White with #8416BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416BD; }
p { color: rgb(132,22,189); }
H1.HeaderClassName
{
color: #8416BD;
}
.AnyTagClassName
{
color: #8416BD;
}
</style>
background-color css
<style>
a { background-color: #8416BD; }
a { background-color: rgb(132,22,189); }
div.DivClassName
{
background-color: #8416BD;
}
.BgClassName
{
background-color: #8416BD;
}
</style>
border-color css
<style>
span { border-color: #8416BD; }
span { border-color: rgb(132,22,189); }
td.TdClassName
{
border-color: #8416BD;
}
.TagClassName
{
border-color: #8416BD;
}
</style>