Shades of Dark Violet #8001BA
Tints of Dark Violet #8001BA
RGB
CMYK
RGB Variations
Color information
#8001BA (or 0x8001BA) is known color: Dark Violet. HEX triplet: 80, 01 and BA. RGB value is (128,1,186). Sum of RGB (Red+Green+Blue) = 128+1+186=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #8001BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001BA is #7FFE45. Grayscale: #3B3B3B. Windows color (decimal): -8388166 or 12190080. OLE color: 12190080.
HSL color Cylindrical-coordinate representation of color #8001BA: hue angle of 281.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001BA is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 1 | 186 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.27 |
| HSL | 281.19º | 0.99% | 0.37% | - |
| HSV(B) | 281.19º | 0.99% | 0.73% | - |
| XYZ | 17.78 | 8.16 | 47.09 | - |
| YUV | 60.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 186 | 0.31 | 0.99 | 0 | 0.27 | 281.19 | 0.99 | 0.37 |
| Hex | 80 | 1 | BA | 1F | 63 | 0 | 1B | 119 | 63 | 25 |
| Octal | 200 | 1 | 272 | 37 | 143 | 0 | 33 | 431 | 143 | 45 |
| Binary | 10000000 | 1 | 10111010 | 11111 | 1100011 | 0 | 11011 | 100011001 | 1100011 | 100101 |
Color Harmonies of #8001BA
Complementary color
Monochromatic Colors of #8001BA
Black with #8001BA
Text Example
Text Example
White with #8001BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001BA; }
p { color: rgb(128,1,186); }
H1.HeaderClassName
{
color: #8001BA;
}
.AnyTagClassName
{
color: #8001BA;
}
</style>
background-color css
<style>
a { background-color: #8001BA; }
a { background-color: rgb(128,1,186); }
div.DivClassName
{
background-color: #8001BA;
}
.BgClassName
{
background-color: #8001BA;
}
</style>
border-color css
<style>
span { border-color: #8001BA; }
span { border-color: rgb(128,1,186); }
td.TdClassName
{
border-color: #8001BA;
}
.TagClassName
{
border-color: #8001BA;
}
</style>