Shades of Dark Violet #8111BB
Tints of Dark Violet #8111BB
RGB
CMYK
RGB Variations
Color information
#8111BB (or 0x8111BB) is known color: Dark Violet. HEX triplet: 81, 11 and BB. RGB value is (129,17,187). Sum of RGB (Red+Green+Blue) = 129+17+187=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #8111BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111BB is #7EEE44. Grayscale: #454545. Windows color (decimal): -8318533 or 12259713. OLE color: 12259713.
HSL color Cylindrical-coordinate representation of color #8111BB: hue angle of 279.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8111BB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 17 | 187 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.27 |
| HSL | 279.53º | 0.83% | 0.4% | - |
| HSV(B) | 279.53º | 0.91% | 0.73% | - |
| XYZ | 18.22 | 8.66 | 47.72 | - |
| YUV | 69.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 187 | 0.31 | 0.91 | 0 | 0.27 | 279.53 | 0.83 | 0.4 |
| Hex | 81 | 11 | BB | 1F | 5B | 0 | 1B | 118 | 53 | 28 |
| Octal | 201 | 21 | 273 | 37 | 133 | 0 | 33 | 430 | 123 | 50 |
| Binary | 10000001 | 10001 | 10111011 | 11111 | 1011011 | 0 | 11011 | 100011000 | 1010011 | 101000 |
Color Harmonies of #8111BB
Complementary color
Monochromatic Colors of #8111BB
Black with #8111BB
Text Example
Text Example
White with #8111BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111BB; }
p { color: rgb(129,17,187); }
H1.HeaderClassName
{
color: #8111BB;
}
.AnyTagClassName
{
color: #8111BB;
}
</style>
background-color css
<style>
a { background-color: #8111BB; }
a { background-color: rgb(129,17,187); }
div.DivClassName
{
background-color: #8111BB;
}
.BgClassName
{
background-color: #8111BB;
}
</style>
border-color css
<style>
span { border-color: #8111BB; }
span { border-color: rgb(129,17,187); }
td.TdClassName
{
border-color: #8111BB;
}
.TagClassName
{
border-color: #8111BB;
}
</style>