Shades of Dark Violet #8107E4
Tints of Dark Violet #8107E4
RGB
CMYK
RGB Variations
Color information
#8107E4 (or 0x8107E4) is known color: Dark Violet. HEX triplet: 81, 07 and E4. RGB value is (129,7,228). Sum of RGB (Red+Green+Blue) = 129+7+228=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #8107E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8107E4 is #7EF81B. Grayscale: #434343. Windows color (decimal): -8321052 or 14944129. OLE color: 14944129.
HSL color Cylindrical-coordinate representation of color #8107E4: hue angle of 273.12º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8107E4 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 7 | 228 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.11 |
| HSL | 273.12º | 0.94% | 0.46% | - |
| HSV(B) | 273.12º | 0.97% | 0.89% | - |
| XYZ | 23.13 | 10.42 | 74.19 | - |
| YUV | 68.67 | 217.92 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 228 | 0.43 | 0.97 | 0 | 0.11 | 273.12 | 0.94 | 0.46 |
| Hex | 81 | 7 | E4 | 2B | 61 | 0 | B | 111 | 5E | 2E |
| Octal | 201 | 7 | 344 | 53 | 141 | 0 | 13 | 421 | 136 | 56 |
| Binary | 10000001 | 111 | 11100100 | 101011 | 1100001 | 0 | 1011 | 100010001 | 1011110 | 101110 |
Color Harmonies of #8107E4
Complementary color
Monochromatic Colors of #8107E4
Black with #8107E4
Text Example
Text Example
White with #8107E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8107E4; }
p { color: rgb(129,7,228); }
H1.HeaderClassName
{
color: #8107E4;
}
.AnyTagClassName
{
color: #8107E4;
}
</style>
background-color css
<style>
a { background-color: #8107E4; }
a { background-color: rgb(129,7,228); }
div.DivClassName
{
background-color: #8107E4;
}
.BgClassName
{
background-color: #8107E4;
}
</style>
border-color css
<style>
span { border-color: #8107E4; }
span { border-color: rgb(129,7,228); }
td.TdClassName
{
border-color: #8107E4;
}
.TagClassName
{
border-color: #8107E4;
}
</style>