Shades of Dark Violet #8107BA
Tints of Dark Violet #8107BA
RGB
CMYK
RGB Variations
Color information
#8107BA (or 0x8107BA) is known color: Dark Violet. HEX triplet: 81, 07 and BA. RGB value is (129,7,186). Sum of RGB (Red+Green+Blue) = 129+7+186=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #8107BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8107BA is #7EF845. Grayscale: #3F3F3F. Windows color (decimal): -8321094 or 12191617. OLE color: 12191617.
HSL color Cylindrical-coordinate representation of color #8107BA: hue angle of 280.89º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8107BA is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 7 | 186 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.27 |
| HSL | 280.89º | 0.93% | 0.38% | - |
| HSV(B) | 280.89º | 0.96% | 0.73% | - |
| XYZ | 17.99 | 8.36 | 47.12 | - |
| YUV | 63.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 186 | 0.31 | 0.96 | 0 | 0.27 | 280.89 | 0.93 | 0.38 |
| Hex | 81 | 7 | BA | 1F | 60 | 0 | 1B | 119 | 5D | 26 |
| Octal | 201 | 7 | 272 | 37 | 140 | 0 | 33 | 431 | 135 | 46 |
| Binary | 10000001 | 111 | 10111010 | 11111 | 1100000 | 0 | 11011 | 100011001 | 1011101 | 100110 |
Color Harmonies of #8107BA
Complementary color
Monochromatic Colors of #8107BA
Black with #8107BA
Text Example
Text Example
White with #8107BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8107BA; }
p { color: rgb(129,7,186); }
H1.HeaderClassName
{
color: #8107BA;
}
.AnyTagClassName
{
color: #8107BA;
}
</style>
background-color css
<style>
a { background-color: #8107BA; }
a { background-color: rgb(129,7,186); }
div.DivClassName
{
background-color: #8107BA;
}
.BgClassName
{
background-color: #8107BA;
}
</style>
border-color css
<style>
span { border-color: #8107BA; }
span { border-color: rgb(129,7,186); }
td.TdClassName
{
border-color: #8107BA;
}
.TagClassName
{
border-color: #8107BA;
}
</style>