Shades of Dark Violet #8104EC
Tints of Dark Violet #8104EC
RGB
CMYK
RGB Variations
Color information
#8104EC (or 0x8104EC) is known color: Dark Violet. HEX triplet: 81, 04 and EC. RGB value is (129,4,236). Sum of RGB (Red+Green+Blue) = 129+4+236=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #8104EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8104EC is #7EFB13. Grayscale: #434343. Windows color (decimal): -8321812 or 15467649. OLE color: 15467649.
HSL color Cylindrical-coordinate representation of color #8104EC: hue angle of 272.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8104EC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 4 | 236 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.07 |
| HSL | 272.33º | 0.97% | 0.47% | - |
| HSV(B) | 272.33º | 0.98% | 0.93% | - |
| XYZ | 24.24 | 10.81 | 80.17 | - |
| YUV | 67.82 | 222.91 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 236 | 0.45 | 0.98 | 0 | 0.07 | 272.33 | 0.97 | 0.47 |
| Hex | 81 | 4 | EC | 2D | 62 | 0 | 7 | 110 | 61 | 2F |
| Octal | 201 | 4 | 354 | 55 | 142 | 0 | 7 | 420 | 141 | 57 |
| Binary | 10000001 | 100 | 11101100 | 101101 | 1100010 | 0 | 111 | 100010000 | 1100001 | 101111 |
Color Harmonies of #8104EC
Complementary color
Monochromatic Colors of #8104EC
Black with #8104EC
Text Example
Text Example
White with #8104EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8104EC; }
p { color: rgb(129,4,236); }
H1.HeaderClassName
{
color: #8104EC;
}
.AnyTagClassName
{
color: #8104EC;
}
</style>
background-color css
<style>
a { background-color: #8104EC; }
a { background-color: rgb(129,4,236); }
div.DivClassName
{
background-color: #8104EC;
}
.BgClassName
{
background-color: #8104EC;
}
</style>
border-color css
<style>
span { border-color: #8104EC; }
span { border-color: rgb(129,4,236); }
td.TdClassName
{
border-color: #8104EC;
}
.TagClassName
{
border-color: #8104EC;
}
</style>