Shades of Dark Violet #8100E8
Tints of Dark Violet #8100E8
RGB
CMYK
RGB Variations
Color information
#8100E8 (or 0x8100E8) is known color: Dark Violet. HEX triplet: 81, 00 and E8. RGB value is (129,0,232). Sum of RGB (Red+Green+Blue) = 129+0+232=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #8100E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8100E8 is #7EFF17. Grayscale: #404040. Windows color (decimal): -8322840 or 15204481. OLE color: 15204481.
HSL color Cylindrical-coordinate representation of color #8100E8: hue angle of 273.36º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100E8 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 0 | 232 | - |
| CMYK | 0.44 | 1 | 0 | 0.09 |
| HSL | 273.36º | 1% | 0.45% | - |
| HSV(B) | 273.36º | 1% | 0.91% | - |
| XYZ | 23.62 | 10.49 | 77.12 | - |
| YUV | 65.02 | 222.24 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 232 | 0.44 | 1 | 0 | 0.09 | 273.36 | 1 | 0.45 |
| Hex | 81 | 0 | E8 | 2C | 64 | 0 | 9 | 111 | 64 | 2D |
| Octal | 201 | 0 | 350 | 54 | 144 | 0 | 11 | 421 | 144 | 55 |
| Binary | 10000001 | 0 | 11101000 | 101100 | 1100100 | 0 | 1001 | 100010001 | 1100100 | 101101 |
Color Harmonies of #8100E8
Complementary color
Monochromatic Colors of #8100E8
Black with #8100E8
Text Example
Text Example
White with #8100E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100E8; }
p { color: rgb(129,0,232); }
H1.HeaderClassName
{
color: #8100E8;
}
.AnyTagClassName
{
color: #8100E8;
}
</style>
background-color css
<style>
a { background-color: #8100E8; }
a { background-color: rgb(129,0,232); }
div.DivClassName
{
background-color: #8100E8;
}
.BgClassName
{
background-color: #8100E8;
}
</style>
border-color css
<style>
span { border-color: #8100E8; }
span { border-color: rgb(129,0,232); }
td.TdClassName
{
border-color: #8100E8;
}
.TagClassName
{
border-color: #8100E8;
}
</style>