Shades of Dark Violet #8404B1
Tints of Dark Violet #8404B1
RGB
CMYK
RGB Variations
Color information
#8404B1 (or 0x8404B1) is known color: Dark Violet. HEX triplet: 84, 04 and B1. RGB value is (132,4,177). Sum of RGB (Red+Green+Blue) = 132+4+177=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #8404B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8404B1 is #7BFB4E. Grayscale: #3D3D3D. Windows color (decimal): -8125263 or 11601028. OLE color: 11601028.
HSL color Cylindrical-coordinate representation of color #8404B1: hue angle of 284.39º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404B1 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 4 | 177 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.31 |
| HSL | 284.39º | 0.96% | 0.35% | - |
| HSV(B) | 284.39º | 0.98% | 0.69% | - |
| XYZ | 17.49 | 8.17 | 42.25 | - |
| YUV | 61.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 177 | 0.25 | 0.98 | 0 | 0.31 | 284.39 | 0.96 | 0.35 |
| Hex | 84 | 4 | B1 | 19 | 62 | 0 | 1F | 11C | 60 | 23 |
| Octal | 204 | 4 | 261 | 31 | 142 | 0 | 37 | 434 | 140 | 43 |
| Binary | 10000100 | 100 | 10110001 | 11001 | 1100010 | 0 | 11111 | 100011100 | 1100000 | 100011 |
Color Harmonies of #8404B1
Complementary color
Monochromatic Colors of #8404B1
Black with #8404B1
Text Example
Text Example
White with #8404B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404B1; }
p { color: rgb(132,4,177); }
H1.HeaderClassName
{
color: #8404B1;
}
.AnyTagClassName
{
color: #8404B1;
}
</style>
background-color css
<style>
a { background-color: #8404B1; }
a { background-color: rgb(132,4,177); }
div.DivClassName
{
background-color: #8404B1;
}
.BgClassName
{
background-color: #8404B1;
}
</style>
border-color css
<style>
span { border-color: #8404B1; }
span { border-color: rgb(132,4,177); }
td.TdClassName
{
border-color: #8404B1;
}
.TagClassName
{
border-color: #8404B1;
}
</style>