Shades of Dark Violet #8101E5
Tints of Dark Violet #8101E5
RGB
CMYK
RGB Variations
Color information
#8101E5 (or 0x8101E5) is known color: Dark Violet. HEX triplet: 81, 01 and E5. RGB value is (129,1,229). Sum of RGB (Red+Green+Blue) = 129+1+229=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #8101E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8101E5 is #7EFE1A. Grayscale: #404040. Windows color (decimal): -8322587 or 15008129. OLE color: 15008129.
HSL color Cylindrical-coordinate representation of color #8101E5: hue angle of 273.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8101E5 is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 1 | 229 | - |
| CMYK | 0.44 | 1.00 | 0 | 0.10 |
| HSL | 273.68º | 0.99% | 0.45% | - |
| HSV(B) | 273.68º | 1% | 0.9% | - |
| XYZ | 23.21 | 10.35 | 74.9 | - |
| YUV | 65.26 | 220.41 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 229 | 0.44 | 1.00 | 0 | 0.10 | 273.68 | 0.99 | 0.45 |
| Hex | 81 | 1 | E5 | 2C | 64 | 0 | A | 112 | 63 | 2D |
| Octal | 201 | 1 | 345 | 54 | 144 | 0 | 12 | 422 | 143 | 55 |
| Binary | 10000001 | 1 | 11100101 | 101100 | 1100100 | 0 | 1010 | 100010010 | 1100011 | 101101 |
Color Harmonies of #8101E5
Complementary color
Monochromatic Colors of #8101E5
Black with #8101E5
Text Example
Text Example
White with #8101E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8101E5; }
p { color: rgb(129,1,229); }
H1.HeaderClassName
{
color: #8101E5;
}
.AnyTagClassName
{
color: #8101E5;
}
</style>
background-color css
<style>
a { background-color: #8101E5; }
a { background-color: rgb(129,1,229); }
div.DivClassName
{
background-color: #8101E5;
}
.BgClassName
{
background-color: #8101E5;
}
</style>
border-color css
<style>
span { border-color: #8101E5; }
span { border-color: rgb(129,1,229); }
td.TdClassName
{
border-color: #8101E5;
}
.TagClassName
{
border-color: #8101E5;
}
</style>