Shades of Dark Violet #8008BA
Tints of Dark Violet #8008BA
RGB
CMYK
RGB Variations
Color information
#8008BA (or 0x8008BA) is known color: Dark Violet. HEX triplet: 80, 08 and BA. RGB value is (128,8,186). Sum of RGB (Red+Green+Blue) = 128+8+186=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #8008BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008BA is #7FF745. Grayscale: #3F3F3F. Windows color (decimal): -8386374 or 12191872. OLE color: 12191872.
HSL color Cylindrical-coordinate representation of color #8008BA: hue angle of 280.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8008BA is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 8 | 186 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.27 |
| HSL | 280.45º | 0.92% | 0.38% | - |
| HSV(B) | 280.45º | 0.96% | 0.73% | - |
| XYZ | 17.85 | 8.31 | 47.12 | - |
| YUV | 64.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 186 | 0.31 | 0.96 | 0 | 0.27 | 280.45 | 0.92 | 0.38 |
| Hex | 80 | 8 | BA | 1F | 60 | 0 | 1B | 118 | 5C | 26 |
| Octal | 200 | 10 | 272 | 37 | 140 | 0 | 33 | 430 | 134 | 46 |
| Binary | 10000000 | 1000 | 10111010 | 11111 | 1100000 | 0 | 11011 | 100011000 | 1011100 | 100110 |
Color Harmonies of #8008BA
Complementary color
Monochromatic Colors of #8008BA
Black with #8008BA
Text Example
Text Example
White with #8008BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8008BA; }
p { color: rgb(128,8,186); }
H1.HeaderClassName
{
color: #8008BA;
}
.AnyTagClassName
{
color: #8008BA;
}
</style>
background-color css
<style>
a { background-color: #8008BA; }
a { background-color: rgb(128,8,186); }
div.DivClassName
{
background-color: #8008BA;
}
.BgClassName
{
background-color: #8008BA;
}
</style>
border-color css
<style>
span { border-color: #8008BA; }
span { border-color: rgb(128,8,186); }
td.TdClassName
{
border-color: #8008BA;
}
.TagClassName
{
border-color: #8008BA;
}
</style>