Shades of Dark Violet #8000BC
Tints of Dark Violet #8000BC
RGB
CMYK
RGB Variations
Color information
#8000BC (or 0x8000BC) is known color: Dark Violet. HEX triplet: 80, 00 and BC. RGB value is (128,0,188). Sum of RGB (Red+Green+Blue) = 128+0+188=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #8000BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000BC is #7FFF43. Grayscale: #3B3B3B. Windows color (decimal): -8388420 or 12320896. OLE color: 12320896.
HSL color Cylindrical-coordinate representation of color #8000BC: hue angle of 280.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000BC is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 0 | 188 | - |
| CMYK | 0.32 | 1 | 0 | 0.26 |
| HSL | 280.85º | 1% | 0.37% | - |
| HSV(B) | 280.85º | 1% | 0.74% | - |
| XYZ | 17.98 | 8.22 | 48.22 | - |
| YUV | 59.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 188 | 0.32 | 1 | 0 | 0.26 | 280.85 | 1 | 0.37 |
| Hex | 80 | 0 | BC | 20 | 64 | 0 | 1A | 119 | 64 | 25 |
| Octal | 200 | 0 | 274 | 40 | 144 | 0 | 32 | 431 | 144 | 45 |
| Binary | 10000000 | 0 | 10111100 | 100000 | 1100100 | 0 | 11010 | 100011001 | 1100100 | 100101 |
Color Harmonies of #8000BC
Complementary color
Monochromatic Colors of #8000BC
Black with #8000BC
Text Example
Text Example
White with #8000BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000BC; }
p { color: rgb(128,0,188); }
H1.HeaderClassName
{
color: #8000BC;
}
.AnyTagClassName
{
color: #8000BC;
}
</style>
background-color css
<style>
a { background-color: #8000BC; }
a { background-color: rgb(128,0,188); }
div.DivClassName
{
background-color: #8000BC;
}
.BgClassName
{
background-color: #8000BC;
}
</style>
border-color css
<style>
span { border-color: #8000BC; }
span { border-color: rgb(128,0,188); }
td.TdClassName
{
border-color: #8000BC;
}
.TagClassName
{
border-color: #8000BC;
}
</style>