Shades of Dark Violet #8409DF
Tints of Dark Violet #8409DF
RGB
CMYK
RGB Variations
Color information
#8409DF (or 0x8409DF) is known color: Dark Violet. HEX triplet: 84, 09 and DF. RGB value is (132,9,223). Sum of RGB (Red+Green+Blue) = 132+9+223=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #8409DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409DF is #7BF620. Grayscale: #454545. Windows color (decimal): -8123937 or 14616964. OLE color: 14616964.
HSL color Cylindrical-coordinate representation of color #8409DF: hue angle of 274.49º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409DF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 9 | 223 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.13 |
| HSL | 274.49º | 0.92% | 0.45% | - |
| HSV(B) | 274.49º | 0.96% | 0.87% | - |
| XYZ | 22.93 | 10.43 | 70.62 | - |
| YUV | 70.17 | 214.25 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 223 | 0.41 | 0.96 | 0 | 0.13 | 274.49 | 0.92 | 0.45 |
| Hex | 84 | 9 | DF | 29 | 60 | 0 | D | 112 | 5C | 2D |
| Octal | 204 | 11 | 337 | 51 | 140 | 0 | 15 | 422 | 134 | 55 |
| Binary | 10000100 | 1001 | 11011111 | 101001 | 1100000 | 0 | 1101 | 100010010 | 1011100 | 101101 |
Color Harmonies of #8409DF
Complementary color
Monochromatic Colors of #8409DF
Black with #8409DF
Text Example
Text Example
White with #8409DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409DF; }
p { color: rgb(132,9,223); }
H1.HeaderClassName
{
color: #8409DF;
}
.AnyTagClassName
{
color: #8409DF;
}
</style>
background-color css
<style>
a { background-color: #8409DF; }
a { background-color: rgb(132,9,223); }
div.DivClassName
{
background-color: #8409DF;
}
.BgClassName
{
background-color: #8409DF;
}
</style>
border-color css
<style>
span { border-color: #8409DF; }
span { border-color: rgb(132,9,223); }
td.TdClassName
{
border-color: #8409DF;
}
.TagClassName
{
border-color: #8409DF;
}
</style>