Shades of Dark Violet #8401DF
Tints of Dark Violet #8401DF
RGB
CMYK
RGB Variations
Color information
#8401DF (or 0x8401DF) is known color: Dark Violet. HEX triplet: 84, 01 and DF. RGB value is (132,1,223). Sum of RGB (Red+Green+Blue) = 132+1+223=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #8401DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8401DF is #7BFE20. Grayscale: #404040. Windows color (decimal): -8125985 or 14614916. OLE color: 14614916.
HSL color Cylindrical-coordinate representation of color #8401DF: hue angle of 275.41º 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 #8401DF is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 1 | 223 | - |
| CMYK | 0.41 | 1.00 | 0 | 0.13 |
| HSL | 275.41º | 0.99% | 0.44% | - |
| HSV(B) | 275.41º | 1% | 0.87% | - |
| XYZ | 22.85 | 10.25 | 70.59 | - |
| YUV | 65.48 | 216.9 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 223 | 0.41 | 1.00 | 0 | 0.13 | 275.41 | 0.99 | 0.44 |
| Hex | 84 | 1 | DF | 29 | 64 | 0 | D | 113 | 63 | 2C |
| Octal | 204 | 1 | 337 | 51 | 144 | 0 | 15 | 423 | 143 | 54 |
| Binary | 10000100 | 1 | 11011111 | 101001 | 1100100 | 0 | 1101 | 100010011 | 1100011 | 101100 |
Color Harmonies of #8401DF
Complementary color
Monochromatic Colors of #8401DF
Black with #8401DF
Text Example
Text Example
White with #8401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401DF; }
p { color: rgb(132,1,223); }
H1.HeaderClassName
{
color: #8401DF;
}
.AnyTagClassName
{
color: #8401DF;
}
</style>
background-color css
<style>
a { background-color: #8401DF; }
a { background-color: rgb(132,1,223); }
div.DivClassName
{
background-color: #8401DF;
}
.BgClassName
{
background-color: #8401DF;
}
</style>
border-color css
<style>
span { border-color: #8401DF; }
span { border-color: rgb(132,1,223); }
td.TdClassName
{
border-color: #8401DF;
}
.TagClassName
{
border-color: #8401DF;
}
</style>