Shades of Dark Violet #8107BC
Tints of Dark Violet #8107BC
RGB
CMYK
RGB Variations
Color information
#8107BC (or 0x8107BC) is known color: Dark Violet. HEX triplet: 81, 07 and BC. RGB value is (129,7,188). Sum of RGB (Red+Green+Blue) = 129+7+188=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #8107BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8107BC is #7EF843. Grayscale: #3F3F3F. Windows color (decimal): -8321092 or 12322689. OLE color: 12322689.
HSL color Cylindrical-coordinate representation of color #8107BC: hue angle of 280.44º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8107BC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 7 | 188 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.26 |
| HSL | 280.44º | 0.93% | 0.38% | - |
| HSV(B) | 280.44º | 0.96% | 0.74% | - |
| XYZ | 18.21 | 8.45 | 48.25 | - |
| YUV | 64.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 188 | 0.31 | 0.96 | 0 | 0.26 | 280.44 | 0.93 | 0.38 |
| Hex | 81 | 7 | BC | 1F | 60 | 0 | 1A | 118 | 5D | 26 |
| Octal | 201 | 7 | 274 | 37 | 140 | 0 | 32 | 430 | 135 | 46 |
| Binary | 10000001 | 111 | 10111100 | 11111 | 1100000 | 0 | 11010 | 100011000 | 1011101 | 100110 |
Color Harmonies of #8107BC
Complementary color
Monochromatic Colors of #8107BC
Black with #8107BC
Text Example
Text Example
White with #8107BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8107BC; }
p { color: rgb(129,7,188); }
H1.HeaderClassName
{
color: #8107BC;
}
.AnyTagClassName
{
color: #8107BC;
}
</style>
background-color css
<style>
a { background-color: #8107BC; }
a { background-color: rgb(129,7,188); }
div.DivClassName
{
background-color: #8107BC;
}
.BgClassName
{
background-color: #8107BC;
}
</style>
border-color css
<style>
span { border-color: #8107BC; }
span { border-color: rgb(129,7,188); }
td.TdClassName
{
border-color: #8107BC;
}
.TagClassName
{
border-color: #8107BC;
}
</style>