Shades of Dark Violet #8401C1
Tints of Dark Violet #8401C1
RGB
CMYK
RGB Variations
Color information
#8401C1 (or 0x8401C1) is known color: Dark Violet. HEX triplet: 84, 01 and C1. RGB value is (132,1,193). Sum of RGB (Red+Green+Blue) = 132+1+193=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #8401C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8401C1 is #7BFE3E. Grayscale: #3D3D3D. Windows color (decimal): -8126015 or 12648836. OLE color: 12648836.
HSL color Cylindrical-coordinate representation of color #8401C1: hue angle of 280.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8401C1 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 1 | 193 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.24 |
| HSL | 280.94º | 0.99% | 0.38% | - |
| HSV(B) | 280.94º | 0.99% | 0.76% | - |
| XYZ | 19.15 | 8.78 | 51.14 | - |
| YUV | 62.06 | 201.9 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 193 | 0.32 | 0.99 | 0 | 0.24 | 280.94 | 0.99 | 0.38 |
| Hex | 84 | 1 | C1 | 20 | 63 | 0 | 18 | 119 | 63 | 26 |
| Octal | 204 | 1 | 301 | 40 | 143 | 0 | 30 | 431 | 143 | 46 |
| Binary | 10000100 | 1 | 11000001 | 100000 | 1100011 | 0 | 11000 | 100011001 | 1100011 | 100110 |
Color Harmonies of #8401C1
Complementary color
Monochromatic Colors of #8401C1
Black with #8401C1
Text Example
Text Example
White with #8401C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401C1; }
p { color: rgb(132,1,193); }
H1.HeaderClassName
{
color: #8401C1;
}
.AnyTagClassName
{
color: #8401C1;
}
</style>
background-color css
<style>
a { background-color: #8401C1; }
a { background-color: rgb(132,1,193); }
div.DivClassName
{
background-color: #8401C1;
}
.BgClassName
{
background-color: #8401C1;
}
</style>
border-color css
<style>
span { border-color: #8401C1; }
span { border-color: rgb(132,1,193); }
td.TdClassName
{
border-color: #8401C1;
}
.TagClassName
{
border-color: #8401C1;
}
</style>