Shades of Dark Violet #800FBA
Tints of Dark Violet #800FBA
RGB
CMYK
RGB Variations
Color information
#800FBA (or 0x800FBA) is known color: Dark Violet. HEX triplet: 80, 0F and BA. RGB value is (128,15,186). Sum of RGB (Red+Green+Blue) = 128+15+186=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #800FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FBA is #7FF045. Grayscale: #434343. Windows color (decimal): -8384582 or 12193664. OLE color: 12193664.
HSL color Cylindrical-coordinate representation of color #800FBA: hue angle of 279.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FBA is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 15 | 186 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.27 |
| HSL | 279.65º | 0.85% | 0.39% | - |
| HSV(B) | 279.65º | 0.92% | 0.73% | - |
| XYZ | 17.94 | 8.48 | 47.15 | - |
| YUV | 68.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 186 | 0.31 | 0.92 | 0 | 0.27 | 279.65 | 0.85 | 0.39 |
| Hex | 80 | F | BA | 1F | 5C | 0 | 1B | 118 | 55 | 27 |
| Octal | 200 | 17 | 272 | 37 | 134 | 0 | 33 | 430 | 125 | 47 |
| Binary | 10000000 | 1111 | 10111010 | 11111 | 1011100 | 0 | 11011 | 100011000 | 1010101 | 100111 |
Color Harmonies of #800FBA
Complementary color
Monochromatic Colors of #800FBA
Black with #800FBA
Text Example
Text Example
White with #800FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FBA; }
p { color: rgb(128,15,186); }
H1.HeaderClassName
{
color: #800FBA;
}
.AnyTagClassName
{
color: #800FBA;
}
</style>
background-color css
<style>
a { background-color: #800FBA; }
a { background-color: rgb(128,15,186); }
div.DivClassName
{
background-color: #800FBA;
}
.BgClassName
{
background-color: #800FBA;
}
</style>
border-color css
<style>
span { border-color: #800FBA; }
span { border-color: rgb(128,15,186); }
td.TdClassName
{
border-color: #800FBA;
}
.TagClassName
{
border-color: #800FBA;
}
</style>