Shades of Dark Violet #8416BB
Tints of Dark Violet #8416BB
RGB
CMYK
RGB Variations
Color information
#8416BB (or 0x8416BB) is known color: Dark Violet. HEX triplet: 84, 16 and BB. RGB value is (132,22,187). Sum of RGB (Red+Green+Blue) = 132+22+187=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #8416BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8416BB is #7BE944. Grayscale: #494949. Windows color (decimal): -8120645 or 12260996. OLE color: 12260996.
HSL color Cylindrical-coordinate representation of color #8416BB: hue angle of 280º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8416BB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 22 | 187 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.27 |
| HSL | 280º | 0.79% | 0.41% | - |
| HSV(B) | 280º | 0.88% | 0.73% | - |
| XYZ | 18.77 | 9.07 | 47.77 | - |
| YUV | 73.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 187 | 0.29 | 0.88 | 0 | 0.27 | 280 | 0.79 | 0.41 |
| Hex | 84 | 16 | BB | 1D | 58 | 0 | 1B | 118 | 4F | 29 |
| Octal | 204 | 26 | 273 | 35 | 130 | 0 | 33 | 430 | 117 | 51 |
| Binary | 10000100 | 10110 | 10111011 | 11101 | 1011000 | 0 | 11011 | 100011000 | 1001111 | 101001 |
Color Harmonies of #8416BB
Complementary color
Monochromatic Colors of #8416BB
Black with #8416BB
Text Example
Text Example
White with #8416BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416BB; }
p { color: rgb(132,22,187); }
H1.HeaderClassName
{
color: #8416BB;
}
.AnyTagClassName
{
color: #8416BB;
}
</style>
background-color css
<style>
a { background-color: #8416BB; }
a { background-color: rgb(132,22,187); }
div.DivClassName
{
background-color: #8416BB;
}
.BgClassName
{
background-color: #8416BB;
}
</style>
border-color css
<style>
span { border-color: #8416BB; }
span { border-color: rgb(132,22,187); }
td.TdClassName
{
border-color: #8416BB;
}
.TagClassName
{
border-color: #8416BB;
}
</style>