Shades of Dark Violet #8008BC
Tints of Dark Violet #8008BC
RGB
CMYK
RGB Variations
Color information
#8008BC (or 0x8008BC) is known color: Dark Violet. HEX triplet: 80, 08 and BC. RGB value is (128,8,188). Sum of RGB (Red+Green+Blue) = 128+8+188=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #8008BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008BC is #7FF743. Grayscale: #3F3F3F. Windows color (decimal): -8386372 or 12322944. OLE color: 12322944.
HSL color Cylindrical-coordinate representation of color #8008BC: hue angle of 280º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8008BC is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 8 | 188 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.26 |
| HSL | 280º | 0.92% | 0.38% | - |
| HSV(B) | 280º | 0.96% | 0.74% | - |
| XYZ | 18.07 | 8.39 | 48.24 | - |
| YUV | 64.4 | 197.76 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 188 | 0.32 | 0.96 | 0 | 0.26 | 280 | 0.92 | 0.38 |
| Hex | 80 | 8 | BC | 20 | 60 | 0 | 1A | 118 | 5C | 26 |
| Octal | 200 | 10 | 274 | 40 | 140 | 0 | 32 | 430 | 134 | 46 |
| Binary | 10000000 | 1000 | 10111100 | 100000 | 1100000 | 0 | 11010 | 100011000 | 1011100 | 100110 |
Color Harmonies of #8008BC
Complementary color
Monochromatic Colors of #8008BC
Black with #8008BC
Text Example
Text Example
White with #8008BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8008BC; }
p { color: rgb(128,8,188); }
H1.HeaderClassName
{
color: #8008BC;
}
.AnyTagClassName
{
color: #8008BC;
}
</style>
background-color css
<style>
a { background-color: #8008BC; }
a { background-color: rgb(128,8,188); }
div.DivClassName
{
background-color: #8008BC;
}
.BgClassName
{
background-color: #8008BC;
}
</style>
border-color css
<style>
span { border-color: #8008BC; }
span { border-color: rgb(128,8,188); }
td.TdClassName
{
border-color: #8008BC;
}
.TagClassName
{
border-color: #8008BC;
}
</style>