Shades of Dark Violet #8100DA
Tints of Dark Violet #8100DA
RGB
CMYK
RGB Variations
Color information
#8100DA (or 0x8100DA) is known color: Dark Violet. HEX triplet: 81, 00 and DA. RGB value is (129,0,218). Sum of RGB (Red+Green+Blue) = 129+0+218=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #8100DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8100DA is #7EFF25. Grayscale: #3E3E3E. Windows color (decimal): -8322854 or 14286977. OLE color: 14286977.
HSL color Cylindrical-coordinate representation of color #8100DA: hue angle of 275.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100DA is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 0 | 218 | - |
| CMYK | 0.41 | 1 | 0 | 0.15 |
| HSL | 275.5º | 1% | 0.43% | - |
| HSV(B) | 275.5º | 1% | 0.85% | - |
| XYZ | 21.71 | 9.73 | 67.06 | - |
| YUV | 63.42 | 215.24 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 218 | 0.41 | 1 | 0 | 0.15 | 275.5 | 1 | 0.43 |
| Hex | 81 | 0 | DA | 29 | 64 | 0 | F | 114 | 64 | 2B |
| Octal | 201 | 0 | 332 | 51 | 144 | 0 | 17 | 424 | 144 | 53 |
| Binary | 10000001 | 0 | 11011010 | 101001 | 1100100 | 0 | 1111 | 100010100 | 1100100 | 101011 |
Color Harmonies of #8100DA
Complementary color
Monochromatic Colors of #8100DA
Black with #8100DA
Text Example
Text Example
White with #8100DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100DA; }
p { color: rgb(129,0,218); }
H1.HeaderClassName
{
color: #8100DA;
}
.AnyTagClassName
{
color: #8100DA;
}
</style>
background-color css
<style>
a { background-color: #8100DA; }
a { background-color: rgb(129,0,218); }
div.DivClassName
{
background-color: #8100DA;
}
.BgClassName
{
background-color: #8100DA;
}
</style>
border-color css
<style>
span { border-color: #8100DA; }
span { border-color: rgb(129,0,218); }
td.TdClassName
{
border-color: #8100DA;
}
.TagClassName
{
border-color: #8100DA;
}
</style>