Shades of Dark Violet #8105BE
Tints of Dark Violet #8105BE
RGB
CMYK
RGB Variations
Color information
#8105BE (or 0x8105BE) is known color: Dark Violet. HEX triplet: 81, 05 and BE. RGB value is (129,5,190). Sum of RGB (Red+Green+Blue) = 129+5+190=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #8105BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8105BE is #7EFA41. Grayscale: #3E3E3E. Windows color (decimal): -8321602 or 12453249. OLE color: 12453249.
HSL color Cylindrical-coordinate representation of color #8105BE: hue angle of 280.22º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8105BE is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 5 | 190 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.25 |
| HSL | 280.22º | 0.95% | 0.38% | - |
| HSV(B) | 280.22º | 0.97% | 0.75% | - |
| XYZ | 18.4 | 8.49 | 49.38 | - |
| YUV | 63.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 190 | 0.32 | 0.97 | 0 | 0.25 | 280.22 | 0.95 | 0.38 |
| Hex | 81 | 5 | BE | 20 | 61 | 0 | 19 | 118 | 5F | 26 |
| Octal | 201 | 5 | 276 | 40 | 141 | 0 | 31 | 430 | 137 | 46 |
| Binary | 10000001 | 101 | 10111110 | 100000 | 1100001 | 0 | 11001 | 100011000 | 1011111 | 100110 |
Color Harmonies of #8105BE
Complementary color
Monochromatic Colors of #8105BE
Black with #8105BE
Text Example
Text Example
White with #8105BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8105BE; }
p { color: rgb(129,5,190); }
H1.HeaderClassName
{
color: #8105BE;
}
.AnyTagClassName
{
color: #8105BE;
}
</style>
background-color css
<style>
a { background-color: #8105BE; }
a { background-color: rgb(129,5,190); }
div.DivClassName
{
background-color: #8105BE;
}
.BgClassName
{
background-color: #8105BE;
}
</style>
border-color css
<style>
span { border-color: #8105BE; }
span { border-color: rgb(129,5,190); }
td.TdClassName
{
border-color: #8105BE;
}
.TagClassName
{
border-color: #8105BE;
}
</style>