Shades of Dark Violet #8000BA
Tints of Dark Violet #8000BA
RGB
CMYK
RGB Variations
Color information
#8000BA (or 0x8000BA) is known color: Dark Violet. HEX triplet: 80, 00 and BA. RGB value is (128,0,186). Sum of RGB (Red+Green+Blue) = 128+0+186=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #8000BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000BA is #7FFF45. Grayscale: #3A3A3A. Windows color (decimal): -8388422 or 12189824. OLE color: 12189824.
HSL color Cylindrical-coordinate representation of color #8000BA: hue angle of 281.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000BA is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 0 | 186 | - |
| CMYK | 0.31 | 1 | 0 | 0.27 |
| HSL | 281.29º | 1% | 0.36% | - |
| HSV(B) | 281.29º | 1% | 0.73% | - |
| XYZ | 17.77 | 8.13 | 47.09 | - |
| YUV | 59.48 | 199.41 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 186 | 0.31 | 1 | 0 | 0.27 | 281.29 | 1 | 0.36 |
| Hex | 80 | 0 | BA | 1F | 64 | 0 | 1B | 119 | 64 | 24 |
| Octal | 200 | 0 | 272 | 37 | 144 | 0 | 33 | 431 | 144 | 44 |
| Binary | 10000000 | 0 | 10111010 | 11111 | 1100100 | 0 | 11011 | 100011001 | 1100100 | 100100 |
Color Harmonies of #8000BA
Complementary color
Monochromatic Colors of #8000BA
Black with #8000BA
Text Example
Text Example
White with #8000BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000BA; }
p { color: rgb(128,0,186); }
H1.HeaderClassName
{
color: #8000BA;
}
.AnyTagClassName
{
color: #8000BA;
}
</style>
background-color css
<style>
a { background-color: #8000BA; }
a { background-color: rgb(128,0,186); }
div.DivClassName
{
background-color: #8000BA;
}
.BgClassName
{
background-color: #8000BA;
}
</style>
border-color css
<style>
span { border-color: #8000BA; }
span { border-color: rgb(128,0,186); }
td.TdClassName
{
border-color: #8000BA;
}
.TagClassName
{
border-color: #8000BA;
}
</style>