Shades of Dark Violet #8404BD
Tints of Dark Violet #8404BD
RGB
CMYK
RGB Variations
Color information
#8404BD (or 0x8404BD) is known color: Dark Violet. HEX triplet: 84, 04 and BD. RGB value is (132,4,189). Sum of RGB (Red+Green+Blue) = 132+4+189=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #8404BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404BD is #7BFB42. Grayscale: #3E3E3E. Windows color (decimal): -8125251 or 12387460. OLE color: 12387460.
HSL color Cylindrical-coordinate representation of color #8404BD: hue angle of 281.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404BD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 4 | 189 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.26 |
| HSL | 281.51º | 0.96% | 0.38% | - |
| HSV(B) | 281.51º | 0.98% | 0.74% | - |
| XYZ | 18.74 | 8.67 | 48.83 | - |
| YUV | 63.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 189 | 0.30 | 0.98 | 0 | 0.26 | 281.51 | 0.96 | 0.38 |
| Hex | 84 | 4 | BD | 1E | 62 | 0 | 1A | 11A | 60 | 26 |
| Octal | 204 | 4 | 275 | 36 | 142 | 0 | 32 | 432 | 140 | 46 |
| Binary | 10000100 | 100 | 10111101 | 11110 | 1100010 | 0 | 11010 | 100011010 | 1100000 | 100110 |
Color Harmonies of #8404BD
Complementary color
Monochromatic Colors of #8404BD
Black with #8404BD
Text Example
Text Example
White with #8404BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404BD; }
p { color: rgb(132,4,189); }
H1.HeaderClassName
{
color: #8404BD;
}
.AnyTagClassName
{
color: #8404BD;
}
</style>
background-color css
<style>
a { background-color: #8404BD; }
a { background-color: rgb(132,4,189); }
div.DivClassName
{
background-color: #8404BD;
}
.BgClassName
{
background-color: #8404BD;
}
</style>
border-color css
<style>
span { border-color: #8404BD; }
span { border-color: rgb(132,4,189); }
td.TdClassName
{
border-color: #8404BD;
}
.TagClassName
{
border-color: #8404BD;
}
</style>