Shades of Dark Violet #8118BC
Tints of Dark Violet #8118BC
RGB
CMYK
RGB Variations
Color information
#8118BC (or 0x8118BC) is known color: Dark Violet. HEX triplet: 81, 18 and BC. RGB value is (129,24,188). Sum of RGB (Red+Green+Blue) = 129+24+188=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #8118BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8118BC is #7EE743. Grayscale: #494949. Windows color (decimal): -8316740 or 12327041. OLE color: 12327041.
HSL color Cylindrical-coordinate representation of color #8118BC: hue angle of 278.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8118BC is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 24 | 188 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.26 |
| HSL | 278.41º | 0.77% | 0.42% | - |
| HSV(B) | 278.41º | 0.87% | 0.74% | - |
| XYZ | 18.46 | 8.95 | 48.33 | - |
| YUV | 74.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 188 | 0.31 | 0.87 | 0 | 0.26 | 278.41 | 0.77 | 0.42 |
| Hex | 81 | 18 | BC | 1F | 57 | 0 | 1A | 116 | 4D | 2A |
| Octal | 201 | 30 | 274 | 37 | 127 | 0 | 32 | 426 | 115 | 52 |
| Binary | 10000001 | 11000 | 10111100 | 11111 | 1010111 | 0 | 11010 | 100010110 | 1001101 | 101010 |
Color Harmonies of #8118BC
Complementary color
Monochromatic Colors of #8118BC
Black with #8118BC
Text Example
Text Example
White with #8118BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8118BC; }
p { color: rgb(129,24,188); }
H1.HeaderClassName
{
color: #8118BC;
}
.AnyTagClassName
{
color: #8118BC;
}
</style>
background-color css
<style>
a { background-color: #8118BC; }
a { background-color: rgb(129,24,188); }
div.DivClassName
{
background-color: #8118BC;
}
.BgClassName
{
background-color: #8118BC;
}
</style>
border-color css
<style>
span { border-color: #8118BC; }
span { border-color: rgb(129,24,188); }
td.TdClassName
{
border-color: #8118BC;
}
.TagClassName
{
border-color: #8118BC;
}
</style>