Shades of Dark Violet #8011BA
Tints of Dark Violet #8011BA
RGB
CMYK
RGB Variations
Color information
#8011BA (or 0x8011BA) is known color: Dark Violet. HEX triplet: 80, 11 and BA. RGB value is (128,17,186). Sum of RGB (Red+Green+Blue) = 128+17+186=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #8011BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011BA is #7FEE45. Grayscale: #444444. Windows color (decimal): -8384070 or 12194176. OLE color: 12194176.
HSL color Cylindrical-coordinate representation of color #8011BA: hue angle of 279.41º 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 #8011BA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 17 | 186 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.27 |
| HSL | 279.41º | 0.83% | 0.4% | - |
| HSV(B) | 279.41º | 0.91% | 0.73% | - |
| XYZ | 17.97 | 8.54 | 47.15 | - |
| YUV | 69.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 186 | 0.31 | 0.91 | 0 | 0.27 | 279.41 | 0.83 | 0.4 |
| Hex | 80 | 11 | BA | 1F | 5B | 0 | 1B | 117 | 53 | 28 |
| Octal | 200 | 21 | 272 | 37 | 133 | 0 | 33 | 427 | 123 | 50 |
| Binary | 10000000 | 10001 | 10111010 | 11111 | 1011011 | 0 | 11011 | 100010111 | 1010011 | 101000 |
Color Harmonies of #8011BA
Complementary color
Monochromatic Colors of #8011BA
Black with #8011BA
Text Example
Text Example
White with #8011BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011BA; }
p { color: rgb(128,17,186); }
H1.HeaderClassName
{
color: #8011BA;
}
.AnyTagClassName
{
color: #8011BA;
}
</style>
background-color css
<style>
a { background-color: #8011BA; }
a { background-color: rgb(128,17,186); }
div.DivClassName
{
background-color: #8011BA;
}
.BgClassName
{
background-color: #8011BA;
}
</style>
border-color css
<style>
span { border-color: #8011BA; }
span { border-color: rgb(128,17,186); }
td.TdClassName
{
border-color: #8011BA;
}
.TagClassName
{
border-color: #8011BA;
}
</style>