Shades of Dark Violet #8100DC
Tints of Dark Violet #8100DC
RGB
CMYK
RGB Variations
Color information
#8100DC (or 0x8100DC) is known color: Dark Violet. HEX triplet: 81, 00 and DC. RGB value is (129,0,220). Sum of RGB (Red+Green+Blue) = 129+0+220=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #8100DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8100DC is #7EFF23. Grayscale: #3E3E3E. Windows color (decimal): -8322852 or 14418049. OLE color: 14418049.
HSL color Cylindrical-coordinate representation of color #8100DC: hue angle of 275.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100DC is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 0 | 220 | - |
| CMYK | 0.41 | 1 | 0 | 0.14 |
| HSL | 275.18º | 1% | 0.43% | - |
| HSV(B) | 275.18º | 1% | 0.86% | - |
| XYZ | 21.97 | 9.83 | 68.45 | - |
| YUV | 63.65 | 216.24 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 220 | 0.41 | 1 | 0 | 0.14 | 275.18 | 1 | 0.43 |
| Hex | 81 | 0 | DC | 29 | 64 | 0 | E | 113 | 64 | 2B |
| Octal | 201 | 0 | 334 | 51 | 144 | 0 | 16 | 423 | 144 | 53 |
| Binary | 10000001 | 0 | 11011100 | 101001 | 1100100 | 0 | 1110 | 100010011 | 1100100 | 101011 |
Color Harmonies of #8100DC
Complementary color
Monochromatic Colors of #8100DC
Black with #8100DC
Text Example
Text Example
White with #8100DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100DC; }
p { color: rgb(129,0,220); }
H1.HeaderClassName
{
color: #8100DC;
}
.AnyTagClassName
{
color: #8100DC;
}
</style>
background-color css
<style>
a { background-color: #8100DC; }
a { background-color: rgb(129,0,220); }
div.DivClassName
{
background-color: #8100DC;
}
.BgClassName
{
background-color: #8100DC;
}
</style>
border-color css
<style>
span { border-color: #8100DC; }
span { border-color: rgb(129,0,220); }
td.TdClassName
{
border-color: #8100DC;
}
.TagClassName
{
border-color: #8100DC;
}
</style>