Shades of Dark Violet #8400EE
Tints of Dark Violet #8400EE
RGB
CMYK
RGB Variations
Color information
#8400EE (or 0x8400EE) is known color: Dark Violet. HEX triplet: 84, 00 and EE. RGB value is (132,0,238). Sum of RGB (Red+Green+Blue) = 132+0+238=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #8400EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400EE is #7BFF11. Grayscale: #414141. Windows color (decimal): -8126226 or 15597700. OLE color: 15597700.
HSL color Cylindrical-coordinate representation of color #8400EE: hue angle of 273.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400EE is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 0 | 238 | - |
| CMYK | 0.45 | 1 | 0 | 0.07 |
| HSL | 273.28º | 1% | 0.47% | - |
| HSV(B) | 273.28º | 1% | 0.93% | - |
| XYZ | 24.95 | 11.08 | 81.71 | - |
| YUV | 66.6 | 224.73 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 238 | 0.45 | 1 | 0 | 0.07 | 273.28 | 1 | 0.47 |
| Hex | 84 | 0 | EE | 2D | 64 | 0 | 7 | 111 | 64 | 2F |
| Octal | 204 | 0 | 356 | 55 | 144 | 0 | 7 | 421 | 144 | 57 |
| Binary | 10000100 | 0 | 11101110 | 101101 | 1100100 | 0 | 111 | 100010001 | 1100100 | 101111 |
Color Harmonies of #8400EE
Complementary color
Monochromatic Colors of #8400EE
Black with #8400EE
Text Example
Text Example
White with #8400EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8400EE; }
p { color: rgb(132,0,238); }
H1.HeaderClassName
{
color: #8400EE;
}
.AnyTagClassName
{
color: #8400EE;
}
</style>
background-color css
<style>
a { background-color: #8400EE; }
a { background-color: rgb(132,0,238); }
div.DivClassName
{
background-color: #8400EE;
}
.BgClassName
{
background-color: #8400EE;
}
</style>
border-color css
<style>
span { border-color: #8400EE; }
span { border-color: rgb(132,0,238); }
td.TdClassName
{
border-color: #8400EE;
}
.TagClassName
{
border-color: #8400EE;
}
</style>