Shades of Dark Violet #8101DD
Tints of Dark Violet #8101DD
RGB
CMYK
RGB Variations
Color information
#8101DD (or 0x8101DD) is known color: Dark Violet. HEX triplet: 81, 01 and DD. RGB value is (129,1,221). Sum of RGB (Red+Green+Blue) = 129+1+221=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #8101DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8101DD is #7EFE22. Grayscale: #3F3F3F. Windows color (decimal): -8322595 or 14483841. OLE color: 14483841.
HSL color Cylindrical-coordinate representation of color #8101DD: hue angle of 274.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8101DD is Cyan = 0.42, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 1 | 221 | - |
| CMYK | 0.42 | 1.00 | 0 | 0.13 |
| HSL | 274.91º | 0.99% | 0.44% | - |
| HSV(B) | 274.91º | 1% | 0.87% | - |
| XYZ | 22.12 | 9.91 | 69.15 | - |
| YUV | 64.35 | 216.41 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 221 | 0.42 | 1.00 | 0 | 0.13 | 274.91 | 0.99 | 0.44 |
| Hex | 81 | 1 | DD | 2A | 64 | 0 | D | 113 | 63 | 2C |
| Octal | 201 | 1 | 335 | 52 | 144 | 0 | 15 | 423 | 143 | 54 |
| Binary | 10000001 | 1 | 11011101 | 101010 | 1100100 | 0 | 1101 | 100010011 | 1100011 | 101100 |
Color Harmonies of #8101DD
Complementary color
Monochromatic Colors of #8101DD
Black with #8101DD
Text Example
Text Example
White with #8101DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8101DD; }
p { color: rgb(129,1,221); }
H1.HeaderClassName
{
color: #8101DD;
}
.AnyTagClassName
{
color: #8101DD;
}
</style>
background-color css
<style>
a { background-color: #8101DD; }
a { background-color: rgb(129,1,221); }
div.DivClassName
{
background-color: #8101DD;
}
.BgClassName
{
background-color: #8101DD;
}
</style>
border-color css
<style>
span { border-color: #8101DD; }
span { border-color: rgb(129,1,221); }
td.TdClassName
{
border-color: #8101DD;
}
.TagClassName
{
border-color: #8101DD;
}
</style>