Shades of Dark Violet #8107DF
Tints of Dark Violet #8107DF
RGB
CMYK
RGB Variations
Color information
#8107DF (or 0x8107DF) is known color: Dark Violet. HEX triplet: 81, 07 and DF. RGB value is (129,7,223). Sum of RGB (Red+Green+Blue) = 129+7+223=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #8107DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8107DF is #7EF820. Grayscale: #434343. Windows color (decimal): -8321057 or 14616449. OLE color: 14616449.
HSL color Cylindrical-coordinate representation of color #8107DF: hue angle of 273.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8107DF is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 7 | 223 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.13 |
| HSL | 273.89º | 0.94% | 0.45% | - |
| HSV(B) | 273.89º | 0.97% | 0.87% | - |
| XYZ | 22.45 | 10.15 | 70.59 | - |
| YUV | 68.1 | 215.42 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 223 | 0.42 | 0.97 | 0 | 0.13 | 273.89 | 0.94 | 0.45 |
| Hex | 81 | 7 | DF | 2A | 61 | 0 | D | 112 | 5E | 2D |
| Octal | 201 | 7 | 337 | 52 | 141 | 0 | 15 | 422 | 136 | 55 |
| Binary | 10000001 | 111 | 11011111 | 101010 | 1100001 | 0 | 1101 | 100010010 | 1011110 | 101101 |
Color Harmonies of #8107DF
Complementary color
Monochromatic Colors of #8107DF
Black with #8107DF
Text Example
Text Example
White with #8107DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8107DF; }
p { color: rgb(129,7,223); }
H1.HeaderClassName
{
color: #8107DF;
}
.AnyTagClassName
{
color: #8107DF;
}
</style>
background-color css
<style>
a { background-color: #8107DF; }
a { background-color: rgb(129,7,223); }
div.DivClassName
{
background-color: #8107DF;
}
.BgClassName
{
background-color: #8107DF;
}
</style>
border-color css
<style>
span { border-color: #8107DF; }
span { border-color: rgb(129,7,223); }
td.TdClassName
{
border-color: #8107DF;
}
.TagClassName
{
border-color: #8107DF;
}
</style>