Shades of Dark Violet #8104DD
Tints of Dark Violet #8104DD
RGB
CMYK
RGB Variations
Color information
#8104DD (or 0x8104DD) is known color: Dark Violet. HEX triplet: 81, 04 and DD. RGB value is (129,4,221). Sum of RGB (Red+Green+Blue) = 129+4+221=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #8104DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8104DD is #7EFB22. Grayscale: #414141. Windows color (decimal): -8321827 or 14484609. OLE color: 14484609.
HSL color Cylindrical-coordinate representation of color #8104DD: hue angle of 274.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8104DD is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 4 | 221 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.13 |
| HSL | 274.56º | 0.96% | 0.44% | - |
| HSV(B) | 274.56º | 0.98% | 0.87% | - |
| XYZ | 22.15 | 9.97 | 69.16 | - |
| YUV | 66.11 | 215.41 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 221 | 0.42 | 0.98 | 0 | 0.13 | 274.56 | 0.96 | 0.44 |
| Hex | 81 | 4 | DD | 2A | 62 | 0 | D | 113 | 60 | 2C |
| Octal | 201 | 4 | 335 | 52 | 142 | 0 | 15 | 423 | 140 | 54 |
| Binary | 10000001 | 100 | 11011101 | 101010 | 1100010 | 0 | 1101 | 100010011 | 1100000 | 101100 |
Color Harmonies of #8104DD
Complementary color
Monochromatic Colors of #8104DD
Black with #8104DD
Text Example
Text Example
White with #8104DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8104DD; }
p { color: rgb(129,4,221); }
H1.HeaderClassName
{
color: #8104DD;
}
.AnyTagClassName
{
color: #8104DD;
}
</style>
background-color css
<style>
a { background-color: #8104DD; }
a { background-color: rgb(129,4,221); }
div.DivClassName
{
background-color: #8104DD;
}
.BgClassName
{
background-color: #8104DD;
}
</style>
border-color css
<style>
span { border-color: #8104DD; }
span { border-color: rgb(129,4,221); }
td.TdClassName
{
border-color: #8104DD;
}
.TagClassName
{
border-color: #8104DD;
}
</style>