Shades of Dark Violet #800ABA
Tints of Dark Violet #800ABA
RGB
CMYK
RGB Variations
Color information
#800ABA (or 0x800ABA) is known color: Dark Violet. HEX triplet: 80, 0A and BA. RGB value is (128,10,186). Sum of RGB (Red+Green+Blue) = 128+10+186=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #800ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ABA is #7FF545. Grayscale: #404040. Windows color (decimal): -8385862 or 12192384. OLE color: 12192384.
HSL color Cylindrical-coordinate representation of color #800ABA: hue angle of 280.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800ABA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 10 | 186 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.27 |
| HSL | 280.23º | 0.9% | 0.38% | - |
| HSV(B) | 280.23º | 0.95% | 0.73% | - |
| XYZ | 17.87 | 8.35 | 47.12 | - |
| YUV | 65.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 186 | 0.31 | 0.95 | 0 | 0.27 | 280.23 | 0.9 | 0.38 |
| Hex | 80 | A | BA | 1F | 5F | 0 | 1B | 118 | 5A | 26 |
| Octal | 200 | 12 | 272 | 37 | 137 | 0 | 33 | 430 | 132 | 46 |
| Binary | 10000000 | 1010 | 10111010 | 11111 | 1011111 | 0 | 11011 | 100011000 | 1011010 | 100110 |
Color Harmonies of #800ABA
Complementary color
Monochromatic Colors of #800ABA
Black with #800ABA
Text Example
Text Example
White with #800ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800ABA; }
p { color: rgb(128,10,186); }
H1.HeaderClassName
{
color: #800ABA;
}
.AnyTagClassName
{
color: #800ABA;
}
</style>
background-color css
<style>
a { background-color: #800ABA; }
a { background-color: rgb(128,10,186); }
div.DivClassName
{
background-color: #800ABA;
}
.BgClassName
{
background-color: #800ABA;
}
</style>
border-color css
<style>
span { border-color: #800ABA; }
span { border-color: rgb(128,10,186); }
td.TdClassName
{
border-color: #800ABA;
}
.TagClassName
{
border-color: #800ABA;
}
</style>