Shades of Dark Violet #8104BA
Tints of Dark Violet #8104BA
RGB
CMYK
RGB Variations
Color information
#8104BA (or 0x8104BA) is known color: Dark Violet. HEX triplet: 81, 04 and BA. RGB value is (129,4,186). Sum of RGB (Red+Green+Blue) = 129+4+186=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #8104BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8104BA is #7EFB45. Grayscale: #3D3D3D. Windows color (decimal): -8321862 or 12190849. OLE color: 12190849.
HSL color Cylindrical-coordinate representation of color #8104BA: hue angle of 281.21º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8104BA is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 4 | 186 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.27 |
| HSL | 281.21º | 0.96% | 0.37% | - |
| HSV(B) | 281.21º | 0.98% | 0.73% | - |
| XYZ | 17.96 | 8.3 | 47.11 | - |
| YUV | 62.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 186 | 0.31 | 0.98 | 0 | 0.27 | 281.21 | 0.96 | 0.37 |
| Hex | 81 | 4 | BA | 1F | 62 | 0 | 1B | 119 | 60 | 25 |
| Octal | 201 | 4 | 272 | 37 | 142 | 0 | 33 | 431 | 140 | 45 |
| Binary | 10000001 | 100 | 10111010 | 11111 | 1100010 | 0 | 11011 | 100011001 | 1100000 | 100101 |
Color Harmonies of #8104BA
Complementary color
Monochromatic Colors of #8104BA
Black with #8104BA
Text Example
Text Example
White with #8104BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8104BA; }
p { color: rgb(129,4,186); }
H1.HeaderClassName
{
color: #8104BA;
}
.AnyTagClassName
{
color: #8104BA;
}
</style>
background-color css
<style>
a { background-color: #8104BA; }
a { background-color: rgb(129,4,186); }
div.DivClassName
{
background-color: #8104BA;
}
.BgClassName
{
background-color: #8104BA;
}
</style>
border-color css
<style>
span { border-color: #8104BA; }
span { border-color: rgb(129,4,186); }
td.TdClassName
{
border-color: #8104BA;
}
.TagClassName
{
border-color: #8104BA;
}
</style>