Shades of Dark Violet #8400ED
Tints of Dark Violet #8400ED
RGB
CMYK
RGB Variations
Color information
#8400ED (or 0x8400ED) is known color: Dark Violet. HEX triplet: 84, 00 and ED. RGB value is (132,0,237). Sum of RGB (Red+Green+Blue) = 132+0+237=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #8400ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400ED is #7BFF12. Grayscale: #414141. Windows color (decimal): -8126227 or 15532164. OLE color: 15532164.
HSL color Cylindrical-coordinate representation of color #8400ED: hue angle of 273.42º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400ED is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 0 | 237 | - |
| CMYK | 0.44 | 1 | 0 | 0.07 |
| HSL | 273.42º | 1% | 0.46% | - |
| HSV(B) | 273.42º | 1% | 0.93% | - |
| XYZ | 24.8 | 11.02 | 80.94 | - |
| YUV | 66.49 | 224.23 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 237 | 0.44 | 1 | 0 | 0.07 | 273.42 | 1 | 0.46 |
| Hex | 84 | 0 | ED | 2C | 64 | 0 | 7 | 111 | 64 | 2E |
| Octal | 204 | 0 | 355 | 54 | 144 | 0 | 7 | 421 | 144 | 56 |
| Binary | 10000100 | 0 | 11101101 | 101100 | 1100100 | 0 | 111 | 100010001 | 1100100 | 101110 |
Color Harmonies of #8400ED
Complementary color
Monochromatic Colors of #8400ED
Black with #8400ED
Text Example
Text Example
White with #8400ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8400ED; }
p { color: rgb(132,0,237); }
H1.HeaderClassName
{
color: #8400ED;
}
.AnyTagClassName
{
color: #8400ED;
}
</style>
background-color css
<style>
a { background-color: #8400ED; }
a { background-color: rgb(132,0,237); }
div.DivClassName
{
background-color: #8400ED;
}
.BgClassName
{
background-color: #8400ED;
}
</style>
border-color css
<style>
span { border-color: #8400ED; }
span { border-color: rgb(132,0,237); }
td.TdClassName
{
border-color: #8400ED;
}
.TagClassName
{
border-color: #8400ED;
}
</style>