Shades of Dark Violet #8109DC
Tints of Dark Violet #8109DC
RGB
CMYK
RGB Variations
Color information
#8109DC (or 0x8109DC) is known color: Dark Violet. HEX triplet: 81, 09 and DC. RGB value is (129,9,220). Sum of RGB (Red+Green+Blue) = 129+9+220=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #8109DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8109DC is #7EF623. Grayscale: #444444. Windows color (decimal): -8320548 or 14420353. OLE color: 14420353.
HSL color Cylindrical-coordinate representation of color #8109DC: hue angle of 274.12º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8109DC is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 9 | 220 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.14 |
| HSL | 274.12º | 0.92% | 0.45% | - |
| HSV(B) | 274.12º | 0.96% | 0.86% | - |
| XYZ | 22.07 | 10.03 | 68.48 | - |
| YUV | 68.93 | 213.26 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 220 | 0.41 | 0.96 | 0 | 0.14 | 274.12 | 0.92 | 0.45 |
| Hex | 81 | 9 | DC | 29 | 60 | 0 | E | 112 | 5C | 2D |
| Octal | 201 | 11 | 334 | 51 | 140 | 0 | 16 | 422 | 134 | 55 |
| Binary | 10000001 | 1001 | 11011100 | 101001 | 1100000 | 0 | 1110 | 100010010 | 1011100 | 101101 |
Color Harmonies of #8109DC
Complementary color
Monochromatic Colors of #8109DC
Black with #8109DC
Text Example
Text Example
White with #8109DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8109DC; }
p { color: rgb(129,9,220); }
H1.HeaderClassName
{
color: #8109DC;
}
.AnyTagClassName
{
color: #8109DC;
}
</style>
background-color css
<style>
a { background-color: #8109DC; }
a { background-color: rgb(129,9,220); }
div.DivClassName
{
background-color: #8109DC;
}
.BgClassName
{
background-color: #8109DC;
}
</style>
border-color css
<style>
span { border-color: #8109DC; }
span { border-color: rgb(129,9,220); }
td.TdClassName
{
border-color: #8109DC;
}
.TagClassName
{
border-color: #8109DC;
}
</style>