Shades of Dark Violet #8400EF
Tints of Dark Violet #8400EF
RGB
CMYK
RGB Variations
Color information
#8400EF (or 0x8400EF) is known color: Dark Violet. HEX triplet: 84, 00 and EF. RGB value is (132,0,239). Sum of RGB (Red+Green+Blue) = 132+0+239=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #8400EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400EF is #7BFF10. Grayscale: #414141. Windows color (decimal): -8126225 or 15663236. OLE color: 15663236.
HSL color Cylindrical-coordinate representation of color #8400EF: hue angle of 273.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400EF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 0 | 239 | - |
| CMYK | 0.45 | 1 | 0 | 0.06 |
| HSL | 273.14º | 1% | 0.47% | - |
| HSV(B) | 273.14º | 1% | 0.94% | - |
| XYZ | 25.1 | 11.14 | 82.49 | - |
| YUV | 66.71 | 225.23 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 239 | 0.45 | 1 | 0 | 0.06 | 273.14 | 1 | 0.47 |
| Hex | 84 | 0 | EF | 2D | 64 | 0 | 6 | 111 | 64 | 2F |
| Octal | 204 | 0 | 357 | 55 | 144 | 0 | 6 | 421 | 144 | 57 |
| Binary | 10000100 | 0 | 11101111 | 101101 | 1100100 | 0 | 110 | 100010001 | 1100100 | 101111 |
Color Harmonies of #8400EF
Complementary color
Monochromatic Colors of #8400EF
Black with #8400EF
Text Example
Text Example
White with #8400EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8400EF; }
p { color: rgb(132,0,239); }
H1.HeaderClassName
{
color: #8400EF;
}
.AnyTagClassName
{
color: #8400EF;
}
</style>
background-color css
<style>
a { background-color: #8400EF; }
a { background-color: rgb(132,0,239); }
div.DivClassName
{
background-color: #8400EF;
}
.BgClassName
{
background-color: #8400EF;
}
</style>
border-color css
<style>
span { border-color: #8400EF; }
span { border-color: rgb(132,0,239); }
td.TdClassName
{
border-color: #8400EF;
}
.TagClassName
{
border-color: #8400EF;
}
</style>