Shades of Dark Violet #8409EF
Tints of Dark Violet #8409EF
RGB
CMYK
RGB Variations
Color information
#8409EF (or 0x8409EF) is known color: Dark Violet. HEX triplet: 84, 09 and EF. RGB value is (132,9,239). Sum of RGB (Red+Green+Blue) = 132+9+239=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #8409EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409EF is #7BF610. Grayscale: #474747. Windows color (decimal): -8123921 or 15665540. OLE color: 15665540.
HSL color Cylindrical-coordinate representation of color #8409EF: hue angle of 272.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409EF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 9 | 239 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.06 |
| HSL | 272.09º | 0.93% | 0.49% | - |
| HSV(B) | 272.09º | 0.96% | 0.94% | - |
| XYZ | 25.19 | 11.33 | 82.52 | - |
| YUV | 72 | 222.25 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 239 | 0.45 | 0.96 | 0 | 0.06 | 272.09 | 0.93 | 0.49 |
| Hex | 84 | 9 | EF | 2D | 60 | 0 | 6 | 110 | 5D | 31 |
| Octal | 204 | 11 | 357 | 55 | 140 | 0 | 6 | 420 | 135 | 61 |
| Binary | 10000100 | 1001 | 11101111 | 101101 | 1100000 | 0 | 110 | 100010000 | 1011101 | 110001 |
Color Harmonies of #8409EF
Complementary color
Monochromatic Colors of #8409EF
Black with #8409EF
Text Example
Text Example
White with #8409EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409EF; }
p { color: rgb(132,9,239); }
H1.HeaderClassName
{
color: #8409EF;
}
.AnyTagClassName
{
color: #8409EF;
}
</style>
background-color css
<style>
a { background-color: #8409EF; }
a { background-color: rgb(132,9,239); }
div.DivClassName
{
background-color: #8409EF;
}
.BgClassName
{
background-color: #8409EF;
}
</style>
border-color css
<style>
span { border-color: #8409EF; }
span { border-color: rgb(132,9,239); }
td.TdClassName
{
border-color: #8409EF;
}
.TagClassName
{
border-color: #8409EF;
}
</style>