Shades of Dark Violet #8108DF
Tints of Dark Violet #8108DF
RGB
CMYK
RGB Variations
Color information
#8108DF (or 0x8108DF) is known color: Dark Violet. HEX triplet: 81, 08 and DF. RGB value is (129,8,223). Sum of RGB (Red+Green+Blue) = 129+8+223=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #8108DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8108DF is #7EF720. Grayscale: #434343. Windows color (decimal): -8320801 or 14616705. OLE color: 14616705.
HSL color Cylindrical-coordinate representation of color #8108DF: hue angle of 273.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8108DF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 8 | 223 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.13 |
| HSL | 273.77º | 0.93% | 0.45% | - |
| HSV(B) | 273.77º | 0.96% | 0.87% | - |
| XYZ | 22.46 | 10.17 | 70.59 | - |
| YUV | 68.69 | 215.09 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 223 | 0.42 | 0.96 | 0 | 0.13 | 273.77 | 0.93 | 0.45 |
| Hex | 81 | 8 | DF | 2A | 60 | 0 | D | 112 | 5D | 2D |
| Octal | 201 | 10 | 337 | 52 | 140 | 0 | 15 | 422 | 135 | 55 |
| Binary | 10000001 | 1000 | 11011111 | 101010 | 1100000 | 0 | 1101 | 100010010 | 1011101 | 101101 |
Color Harmonies of #8108DF
Complementary color
Monochromatic Colors of #8108DF
Black with #8108DF
Text Example
Text Example
White with #8108DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8108DF; }
p { color: rgb(129,8,223); }
H1.HeaderClassName
{
color: #8108DF;
}
.AnyTagClassName
{
color: #8108DF;
}
</style>
background-color css
<style>
a { background-color: #8108DF; }
a { background-color: rgb(129,8,223); }
div.DivClassName
{
background-color: #8108DF;
}
.BgClassName
{
background-color: #8108DF;
}
</style>
border-color css
<style>
span { border-color: #8108DF; }
span { border-color: rgb(129,8,223); }
td.TdClassName
{
border-color: #8108DF;
}
.TagClassName
{
border-color: #8108DF;
}
</style>