Shades of Dark Violet #8406BC
Tints of Dark Violet #8406BC
RGB
CMYK
RGB Variations
Color information
#8406BC (or 0x8406BC) is known color: Dark Violet. HEX triplet: 84, 06 and BC. RGB value is (132,6,188). Sum of RGB (Red+Green+Blue) = 132+6+188=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #8406BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8406BC is #7BF943. Grayscale: #3F3F3F. Windows color (decimal): -8124740 or 12322436. OLE color: 12322436.
HSL color Cylindrical-coordinate representation of color #8406BC: hue angle of 281.54º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406BC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 6 | 188 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.26 |
| HSL | 281.54º | 0.94% | 0.38% | - |
| HSV(B) | 281.54º | 0.97% | 0.74% | - |
| XYZ | 18.66 | 8.67 | 48.27 | - |
| YUV | 64.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 188 | 0.30 | 0.97 | 0 | 0.26 | 281.54 | 0.94 | 0.38 |
| Hex | 84 | 6 | BC | 1E | 61 | 0 | 1A | 11A | 5E | 26 |
| Octal | 204 | 6 | 274 | 36 | 141 | 0 | 32 | 432 | 136 | 46 |
| Binary | 10000100 | 110 | 10111100 | 11110 | 1100001 | 0 | 11010 | 100011010 | 1011110 | 100110 |
Color Harmonies of #8406BC
Complementary color
Monochromatic Colors of #8406BC
Black with #8406BC
Text Example
Text Example
White with #8406BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8406BC; }
p { color: rgb(132,6,188); }
H1.HeaderClassName
{
color: #8406BC;
}
.AnyTagClassName
{
color: #8406BC;
}
</style>
background-color css
<style>
a { background-color: #8406BC; }
a { background-color: rgb(132,6,188); }
div.DivClassName
{
background-color: #8406BC;
}
.BgClassName
{
background-color: #8406BC;
}
</style>
border-color css
<style>
span { border-color: #8406BC; }
span { border-color: rgb(132,6,188); }
td.TdClassName
{
border-color: #8406BC;
}
.TagClassName
{
border-color: #8406BC;
}
</style>