Shades of Dark Violet #8404BA
Tints of Dark Violet #8404BA
RGB
CMYK
RGB Variations
Color information
#8404BA (or 0x8404BA) is known color: Dark Violet. HEX triplet: 84, 04 and BA. RGB value is (132,4,186). Sum of RGB (Red+Green+Blue) = 132+4+186=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #8404BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404BA is #7BFB45. Grayscale: #3E3E3E. Windows color (decimal): -8125254 or 12190852. OLE color: 12190852.
HSL color Cylindrical-coordinate representation of color #8404BA: hue angle of 282.2º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404BA is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 4 | 186 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.27 |
| HSL | 282.2º | 0.96% | 0.37% | - |
| HSV(B) | 282.2º | 0.98% | 0.73% | - |
| XYZ | 18.42 | 8.54 | 47.13 | - |
| YUV | 63.02 | 197.41 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 186 | 0.29 | 0.98 | 0 | 0.27 | 282.2 | 0.96 | 0.37 |
| Hex | 84 | 4 | BA | 1D | 62 | 0 | 1B | 11A | 60 | 25 |
| Octal | 204 | 4 | 272 | 35 | 142 | 0 | 33 | 432 | 140 | 45 |
| Binary | 10000100 | 100 | 10111010 | 11101 | 1100010 | 0 | 11011 | 100011010 | 1100000 | 100101 |
Color Harmonies of #8404BA
Complementary color
Monochromatic Colors of #8404BA
Black with #8404BA
Text Example
Text Example
White with #8404BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404BA; }
p { color: rgb(132,4,186); }
H1.HeaderClassName
{
color: #8404BA;
}
.AnyTagClassName
{
color: #8404BA;
}
</style>
background-color css
<style>
a { background-color: #8404BA; }
a { background-color: rgb(132,4,186); }
div.DivClassName
{
background-color: #8404BA;
}
.BgClassName
{
background-color: #8404BA;
}
</style>
border-color css
<style>
span { border-color: #8404BA; }
span { border-color: rgb(132,4,186); }
td.TdClassName
{
border-color: #8404BA;
}
.TagClassName
{
border-color: #8404BA;
}
</style>