Shades of Dark Violet #8401C9
Tints of Dark Violet #8401C9
RGB
CMYK
RGB Variations
Color information
#8401C9 (or 0x8401C9) is known color: Dark Violet. HEX triplet: 84, 01 and C9. RGB value is (132,1,201). Sum of RGB (Red+Green+Blue) = 132+1+201=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #8401C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8401C9 is #7BFE36. Grayscale: #3E3E3E. Windows color (decimal): -8126007 or 13173124. OLE color: 13173124.
HSL color Cylindrical-coordinate representation of color #8401C9: hue angle of 279.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8401C9 is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 1 | 201 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.21 |
| HSL | 279.3º | 0.99% | 0.4% | - |
| HSV(B) | 279.3º | 1% | 0.79% | - |
| XYZ | 20.07 | 9.14 | 55.97 | - |
| YUV | 62.97 | 205.9 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 201 | 0.34 | 1.00 | 0 | 0.21 | 279.3 | 0.99 | 0.4 |
| Hex | 84 | 1 | C9 | 22 | 64 | 0 | 15 | 117 | 63 | 28 |
| Octal | 204 | 1 | 311 | 42 | 144 | 0 | 25 | 427 | 143 | 50 |
| Binary | 10000100 | 1 | 11001001 | 100010 | 1100100 | 0 | 10101 | 100010111 | 1100011 | 101000 |
Color Harmonies of #8401C9
Complementary color
Monochromatic Colors of #8401C9
Black with #8401C9
Text Example
Text Example
White with #8401C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401C9; }
p { color: rgb(132,1,201); }
H1.HeaderClassName
{
color: #8401C9;
}
.AnyTagClassName
{
color: #8401C9;
}
</style>
background-color css
<style>
a { background-color: #8401C9; }
a { background-color: rgb(132,1,201); }
div.DivClassName
{
background-color: #8401C9;
}
.BgClassName
{
background-color: #8401C9;
}
</style>
border-color css
<style>
span { border-color: #8401C9; }
span { border-color: rgb(132,1,201); }
td.TdClassName
{
border-color: #8401C9;
}
.TagClassName
{
border-color: #8401C9;
}
</style>