Shades of Dark Violet #8409ED
Tints of Dark Violet #8409ED
RGB
CMYK
RGB Variations
Color information
#8409ED (or 0x8409ED) is known color: Dark Violet. HEX triplet: 84, 09 and ED. RGB value is (132,9,237). Sum of RGB (Red+Green+Blue) = 132+9+237=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #8409ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409ED is #7BF612. Grayscale: #464646. Windows color (decimal): -8123923 or 15534468. OLE color: 15534468.
HSL color Cylindrical-coordinate representation of color #8409ED: hue angle of 272.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409ED is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 9 | 237 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.07 |
| HSL | 272.37º | 0.93% | 0.48% | - |
| HSV(B) | 272.37º | 0.96% | 0.93% | - |
| XYZ | 24.9 | 11.22 | 80.97 | - |
| YUV | 71.77 | 221.25 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 237 | 0.44 | 0.96 | 0 | 0.07 | 272.37 | 0.93 | 0.48 |
| Hex | 84 | 9 | ED | 2C | 60 | 0 | 7 | 110 | 5D | 30 |
| Octal | 204 | 11 | 355 | 54 | 140 | 0 | 7 | 420 | 135 | 60 |
| Binary | 10000100 | 1001 | 11101101 | 101100 | 1100000 | 0 | 111 | 100010000 | 1011101 | 110000 |
Color Harmonies of #8409ED
Complementary color
Monochromatic Colors of #8409ED
Black with #8409ED
Text Example
Text Example
White with #8409ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409ED; }
p { color: rgb(132,9,237); }
H1.HeaderClassName
{
color: #8409ED;
}
.AnyTagClassName
{
color: #8409ED;
}
</style>
background-color css
<style>
a { background-color: #8409ED; }
a { background-color: rgb(132,9,237); }
div.DivClassName
{
background-color: #8409ED;
}
.BgClassName
{
background-color: #8409ED;
}
</style>
border-color css
<style>
span { border-color: #8409ED; }
span { border-color: rgb(132,9,237); }
td.TdClassName
{
border-color: #8409ED;
}
.TagClassName
{
border-color: #8409ED;
}
</style>