Shades of Dark Violet #8409B9
Tints of Dark Violet #8409B9
RGB
CMYK
RGB Variations
Color information
#8409B9 (or 0x8409B9) is known color: Dark Violet. HEX triplet: 84, 09 and B9. RGB value is (132,9,185). Sum of RGB (Red+Green+Blue) = 132+9+185=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #8409B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409B9 is #7BF646. Grayscale: #414141. Windows color (decimal): -8123975 or 12126596. OLE color: 12126596.
HSL color Cylindrical-coordinate representation of color #8409B9: hue angle of 281.93º 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 #8409B9 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 9 | 185 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.27 |
| HSL | 281.93º | 0.91% | 0.38% | - |
| HSV(B) | 281.93º | 0.95% | 0.73% | - |
| XYZ | 18.37 | 8.6 | 46.59 | - |
| YUV | 65.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 185 | 0.29 | 0.95 | 0 | 0.27 | 281.93 | 0.91 | 0.38 |
| Hex | 84 | 9 | B9 | 1D | 5F | 0 | 1B | 11A | 5B | 26 |
| Octal | 204 | 11 | 271 | 35 | 137 | 0 | 33 | 432 | 133 | 46 |
| Binary | 10000100 | 1001 | 10111001 | 11101 | 1011111 | 0 | 11011 | 100011010 | 1011011 | 100110 |
Color Harmonies of #8409B9
Complementary color
Monochromatic Colors of #8409B9
Black with #8409B9
Text Example
Text Example
White with #8409B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409B9; }
p { color: rgb(132,9,185); }
H1.HeaderClassName
{
color: #8409B9;
}
.AnyTagClassName
{
color: #8409B9;
}
</style>
background-color css
<style>
a { background-color: #8409B9; }
a { background-color: rgb(132,9,185); }
div.DivClassName
{
background-color: #8409B9;
}
.BgClassName
{
background-color: #8409B9;
}
</style>
border-color css
<style>
span { border-color: #8409B9; }
span { border-color: rgb(132,9,185); }
td.TdClassName
{
border-color: #8409B9;
}
.TagClassName
{
border-color: #8409B9;
}
</style>