Shades of Dark Violet #8405BA
Tints of Dark Violet #8405BA
RGB
CMYK
RGB Variations
Color information
#8405BA (or 0x8405BA) is known color: Dark Violet. HEX triplet: 84, 05 and BA. RGB value is (132,5,186). Sum of RGB (Red+Green+Blue) = 132+5+186=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #8405BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405BA is #7BFA45. Grayscale: #3F3F3F. Windows color (decimal): -8124998 or 12191108. OLE color: 12191108.
HSL color Cylindrical-coordinate representation of color #8405BA: hue angle of 282.1º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8405BA is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 5 | 186 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.27 |
| HSL | 282.1º | 0.95% | 0.37% | - |
| HSV(B) | 282.1º | 0.97% | 0.73% | - |
| XYZ | 18.43 | 8.56 | 47.13 | - |
| YUV | 63.61 | 197.08 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 186 | 0.29 | 0.97 | 0 | 0.27 | 282.1 | 0.95 | 0.37 |
| Hex | 84 | 5 | BA | 1D | 61 | 0 | 1B | 11A | 5F | 25 |
| Octal | 204 | 5 | 272 | 35 | 141 | 0 | 33 | 432 | 137 | 45 |
| Binary | 10000100 | 101 | 10111010 | 11101 | 1100001 | 0 | 11011 | 100011010 | 1011111 | 100101 |
Color Harmonies of #8405BA
Complementary color
Monochromatic Colors of #8405BA
Black with #8405BA
Text Example
Text Example
White with #8405BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405BA; }
p { color: rgb(132,5,186); }
H1.HeaderClassName
{
color: #8405BA;
}
.AnyTagClassName
{
color: #8405BA;
}
</style>
background-color css
<style>
a { background-color: #8405BA; }
a { background-color: rgb(132,5,186); }
div.DivClassName
{
background-color: #8405BA;
}
.BgClassName
{
background-color: #8405BA;
}
</style>
border-color css
<style>
span { border-color: #8405BA; }
span { border-color: rgb(132,5,186); }
td.TdClassName
{
border-color: #8405BA;
}
.TagClassName
{
border-color: #8405BA;
}
</style>