Shades of Dark Violet #8400BA
Tints of Dark Violet #8400BA
RGB
CMYK
RGB Variations
Color information
#8400BA (or 0x8400BA) is known color: Dark Violet. HEX triplet: 84, 00 and BA. RGB value is (132,0,186). Sum of RGB (Red+Green+Blue) = 132+0+186=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #8400BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8400BA is #7BFF45. Grayscale: #3C3C3C. Windows color (decimal): -8126278 or 12189828. OLE color: 12189828.
HSL color Cylindrical-coordinate representation of color #8400BA: hue angle of 282.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400BA is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 0 | 186 | - |
| CMYK | 0.29 | 1 | 0 | 0.27 |
| HSL | 282.58º | 1% | 0.36% | - |
| HSV(B) | 282.58º | 1% | 0.73% | - |
| XYZ | 18.38 | 8.45 | 47.12 | - |
| YUV | 60.67 | 198.73 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 186 | 0.29 | 1 | 0 | 0.27 | 282.58 | 1 | 0.36 |
| Hex | 84 | 0 | BA | 1D | 64 | 0 | 1B | 11B | 64 | 24 |
| Octal | 204 | 0 | 272 | 35 | 144 | 0 | 33 | 433 | 144 | 44 |
| Binary | 10000100 | 0 | 10111010 | 11101 | 1100100 | 0 | 11011 | 100011011 | 1100100 | 100100 |
Color Harmonies of #8400BA
Complementary color
Monochromatic Colors of #8400BA
Black with #8400BA
Text Example
Text Example
White with #8400BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8400BA; }
p { color: rgb(132,0,186); }
H1.HeaderClassName
{
color: #8400BA;
}
.AnyTagClassName
{
color: #8400BA;
}
</style>
background-color css
<style>
a { background-color: #8400BA; }
a { background-color: rgb(132,0,186); }
div.DivClassName
{
background-color: #8400BA;
}
.BgClassName
{
background-color: #8400BA;
}
</style>
border-color css
<style>
span { border-color: #8400BA; }
span { border-color: rgb(132,0,186); }
td.TdClassName
{
border-color: #8400BA;
}
.TagClassName
{
border-color: #8400BA;
}
</style>