Shades of Dark Violet #8401EE
Tints of Dark Violet #8401EE
RGB
CMYK
RGB Variations
Color information
#8401EE (or 0x8401EE) is known color: Dark Violet. HEX triplet: 84, 01 and EE. RGB value is (132,1,238). Sum of RGB (Red+Green+Blue) = 132+1+238=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #8401EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8401EE is #7BFE11. Grayscale: #424242. Windows color (decimal): -8125970 or 15597956. OLE color: 15597956.
HSL color Cylindrical-coordinate representation of color #8401EE: hue angle of 273.16º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8401EE is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 1 | 238 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.07 |
| HSL | 273.16º | 0.99% | 0.47% | - |
| HSV(B) | 273.16º | 1% | 0.93% | - |
| XYZ | 24.96 | 11.1 | 81.72 | - |
| YUV | 67.19 | 224.4 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 238 | 0.45 | 1.00 | 0 | 0.07 | 273.16 | 0.99 | 0.47 |
| Hex | 84 | 1 | EE | 2D | 64 | 0 | 7 | 111 | 63 | 2F |
| Octal | 204 | 1 | 356 | 55 | 144 | 0 | 7 | 421 | 143 | 57 |
| Binary | 10000100 | 1 | 11101110 | 101101 | 1100100 | 0 | 111 | 100010001 | 1100011 | 101111 |
Color Harmonies of #8401EE
Complementary color
Monochromatic Colors of #8401EE
Black with #8401EE
Text Example
Text Example
White with #8401EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401EE; }
p { color: rgb(132,1,238); }
H1.HeaderClassName
{
color: #8401EE;
}
.AnyTagClassName
{
color: #8401EE;
}
</style>
background-color css
<style>
a { background-color: #8401EE; }
a { background-color: rgb(132,1,238); }
div.DivClassName
{
background-color: #8401EE;
}
.BgClassName
{
background-color: #8401EE;
}
</style>
border-color css
<style>
span { border-color: #8401EE; }
span { border-color: rgb(132,1,238); }
td.TdClassName
{
border-color: #8401EE;
}
.TagClassName
{
border-color: #8401EE;
}
</style>