Shades of Dark Violet #8409BA
Tints of Dark Violet #8409BA
RGB
CMYK
RGB Variations
Color information
#8409BA (or 0x8409BA) is known color: Dark Violet. HEX triplet: 84, 09 and BA. RGB value is (132,9,186). Sum of RGB (Red+Green+Blue) = 132+9+186=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #8409BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409BA is #7BF645. Grayscale: #414141. Windows color (decimal): -8123974 or 12192132. OLE color: 12192132.
HSL color Cylindrical-coordinate representation of color #8409BA: hue angle of 281.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8409BA is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 9 | 186 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.27 |
| HSL | 281.69º | 0.91% | 0.38% | - |
| HSV(B) | 281.69º | 0.95% | 0.73% | - |
| XYZ | 18.48 | 8.65 | 47.15 | - |
| YUV | 65.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 186 | 0.29 | 0.95 | 0 | 0.27 | 281.69 | 0.91 | 0.38 |
| Hex | 84 | 9 | BA | 1D | 5F | 0 | 1B | 11A | 5B | 26 |
| Octal | 204 | 11 | 272 | 35 | 137 | 0 | 33 | 432 | 133 | 46 |
| Binary | 10000100 | 1001 | 10111010 | 11101 | 1011111 | 0 | 11011 | 100011010 | 1011011 | 100110 |
Color Harmonies of #8409BA
Complementary color
Monochromatic Colors of #8409BA
Black with #8409BA
Text Example
Text Example
White with #8409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409BA; }
p { color: rgb(132,9,186); }
H1.HeaderClassName
{
color: #8409BA;
}
.AnyTagClassName
{
color: #8409BA;
}
</style>
background-color css
<style>
a { background-color: #8409BA; }
a { background-color: rgb(132,9,186); }
div.DivClassName
{
background-color: #8409BA;
}
.BgClassName
{
background-color: #8409BA;
}
</style>
border-color css
<style>
span { border-color: #8409BA; }
span { border-color: rgb(132,9,186); }
td.TdClassName
{
border-color: #8409BA;
}
.TagClassName
{
border-color: #8409BA;
}
</style>