Shades of Dark Violet #8401DD
Tints of Dark Violet #8401DD
RGB
CMYK
RGB Variations
Color information
#8401DD (or 0x8401DD) is known color: Dark Violet. HEX triplet: 84, 01 and DD. RGB value is (132,1,221). Sum of RGB (Red+Green+Blue) = 132+1+221=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #8401DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8401DD is #7BFE22. Grayscale: #404040. Windows color (decimal): -8125987 or 14483844. OLE color: 14483844.
HSL color Cylindrical-coordinate representation of color #8401DD: hue angle of 275.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8401DD is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 1 | 221 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.13 |
| HSL | 275.73º | 0.99% | 0.44% | - |
| HSV(B) | 275.73º | 1% | 0.87% | - |
| XYZ | 22.58 | 10.15 | 69.18 | - |
| YUV | 65.25 | 215.9 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 221 | 0.40 | 1.00 | 0 | 0.13 | 275.73 | 0.99 | 0.44 |
| Hex | 84 | 1 | DD | 28 | 64 | 0 | D | 114 | 63 | 2C |
| Octal | 204 | 1 | 335 | 50 | 144 | 0 | 15 | 424 | 143 | 54 |
| Binary | 10000100 | 1 | 11011101 | 101000 | 1100100 | 0 | 1101 | 100010100 | 1100011 | 101100 |
Color Harmonies of #8401DD
Complementary color
Monochromatic Colors of #8401DD
Black with #8401DD
Text Example
Text Example
White with #8401DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401DD; }
p { color: rgb(132,1,221); }
H1.HeaderClassName
{
color: #8401DD;
}
.AnyTagClassName
{
color: #8401DD;
}
</style>
background-color css
<style>
a { background-color: #8401DD; }
a { background-color: rgb(132,1,221); }
div.DivClassName
{
background-color: #8401DD;
}
.BgClassName
{
background-color: #8401DD;
}
</style>
border-color css
<style>
span { border-color: #8401DD; }
span { border-color: rgb(132,1,221); }
td.TdClassName
{
border-color: #8401DD;
}
.TagClassName
{
border-color: #8401DD;
}
</style>