Shades of Dark Violet #8409BD
Tints of Dark Violet #8409BD
RGB
CMYK
RGB Variations
Color information
#8409BD (or 0x8409BD) is known color: Dark Violet. HEX triplet: 84, 09 and BD. RGB value is (132,9,189). Sum of RGB (Red+Green+Blue) = 132+9+189=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #8409BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409BD is #7BF642. Grayscale: #414141. Windows color (decimal): -8123971 or 12388740. OLE color: 12388740.
HSL color Cylindrical-coordinate representation of color #8409BD: hue angle of 281º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8409BD is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 9 | 189 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.26 |
| HSL | 281º | 0.91% | 0.39% | - |
| HSV(B) | 281º | 0.95% | 0.74% | - |
| XYZ | 18.8 | 8.78 | 48.85 | - |
| YUV | 66.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 189 | 0.30 | 0.95 | 0 | 0.26 | 281 | 0.91 | 0.39 |
| Hex | 84 | 9 | BD | 1E | 5F | 0 | 1A | 119 | 5B | 27 |
| Octal | 204 | 11 | 275 | 36 | 137 | 0 | 32 | 431 | 133 | 47 |
| Binary | 10000100 | 1001 | 10111101 | 11110 | 1011111 | 0 | 11010 | 100011001 | 1011011 | 100111 |
Color Harmonies of #8409BD
Complementary color
Monochromatic Colors of #8409BD
Black with #8409BD
Text Example
Text Example
White with #8409BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409BD; }
p { color: rgb(132,9,189); }
H1.HeaderClassName
{
color: #8409BD;
}
.AnyTagClassName
{
color: #8409BD;
}
</style>
background-color css
<style>
a { background-color: #8409BD; }
a { background-color: rgb(132,9,189); }
div.DivClassName
{
background-color: #8409BD;
}
.BgClassName
{
background-color: #8409BD;
}
</style>
border-color css
<style>
span { border-color: #8409BD; }
span { border-color: rgb(132,9,189); }
td.TdClassName
{
border-color: #8409BD;
}
.TagClassName
{
border-color: #8409BD;
}
</style>