Shades of Dark Violet #8108DB
Tints of Dark Violet #8108DB
RGB
CMYK
RGB Variations
Color information
#8108DB (or 0x8108DB) is known color: Dark Violet. HEX triplet: 81, 08 and DB. RGB value is (129,8,219). Sum of RGB (Red+Green+Blue) = 129+8+219=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #8108DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8108DB is #7EF724. Grayscale: #434343. Windows color (decimal): -8320805 or 14354561. OLE color: 14354561.
HSL color Cylindrical-coordinate representation of color #8108DB: hue angle of 274.41º degrees, saturation: 0.93, 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 #8108DB is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 8 | 219 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.14 |
| HSL | 274.41º | 0.93% | 0.45% | - |
| HSV(B) | 274.41º | 0.96% | 0.86% | - |
| XYZ | 21.93 | 9.96 | 67.78 | - |
| YUV | 68.23 | 213.09 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 219 | 0.41 | 0.96 | 0 | 0.14 | 274.41 | 0.93 | 0.45 |
| Hex | 81 | 8 | DB | 29 | 60 | 0 | E | 112 | 5D | 2D |
| Octal | 201 | 10 | 333 | 51 | 140 | 0 | 16 | 422 | 135 | 55 |
| Binary | 10000001 | 1000 | 11011011 | 101001 | 1100000 | 0 | 1110 | 100010010 | 1011101 | 101101 |
Color Harmonies of #8108DB
Complementary color
Monochromatic Colors of #8108DB
Black with #8108DB
Text Example
Text Example
White with #8108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8108DB; }
p { color: rgb(129,8,219); }
H1.HeaderClassName
{
color: #8108DB;
}
.AnyTagClassName
{
color: #8108DB;
}
</style>
background-color css
<style>
a { background-color: #8108DB; }
a { background-color: rgb(129,8,219); }
div.DivClassName
{
background-color: #8108DB;
}
.BgClassName
{
background-color: #8108DB;
}
</style>
border-color css
<style>
span { border-color: #8108DB; }
span { border-color: rgb(129,8,219); }
td.TdClassName
{
border-color: #8108DB;
}
.TagClassName
{
border-color: #8108DB;
}
</style>