Shades of Dark Violet #8003BC
Tints of Dark Violet #8003BC
RGB
CMYK
RGB Variations
Color information
#8003BC (or 0x8003BC) is known color: Dark Violet. HEX triplet: 80, 03 and BC. RGB value is (128,3,188). Sum of RGB (Red+Green+Blue) = 128+3+188=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #8003BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8003BC is #7FFC43. Grayscale: #3C3C3C. Windows color (decimal): -8387652 or 12321664. OLE color: 12321664.
HSL color Cylindrical-coordinate representation of color #8003BC: hue angle of 280.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8003BC is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 3 | 188 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.26 |
| HSL | 280.54º | 0.97% | 0.37% | - |
| HSV(B) | 280.54º | 0.98% | 0.74% | - |
| XYZ | 18.01 | 8.29 | 48.23 | - |
| YUV | 61.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 188 | 0.32 | 0.98 | 0 | 0.26 | 280.54 | 0.97 | 0.37 |
| Hex | 80 | 3 | BC | 20 | 62 | 0 | 1A | 119 | 61 | 25 |
| Octal | 200 | 3 | 274 | 40 | 142 | 0 | 32 | 431 | 141 | 45 |
| Binary | 10000000 | 11 | 10111100 | 100000 | 1100010 | 0 | 11010 | 100011001 | 1100001 | 100101 |
Color Harmonies of #8003BC
Complementary color
Monochromatic Colors of #8003BC
Black with #8003BC
Text Example
Text Example
White with #8003BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8003BC; }
p { color: rgb(128,3,188); }
H1.HeaderClassName
{
color: #8003BC;
}
.AnyTagClassName
{
color: #8003BC;
}
</style>
background-color css
<style>
a { background-color: #8003BC; }
a { background-color: rgb(128,3,188); }
div.DivClassName
{
background-color: #8003BC;
}
.BgClassName
{
background-color: #8003BC;
}
</style>
border-color css
<style>
span { border-color: #8003BC; }
span { border-color: rgb(128,3,188); }
td.TdClassName
{
border-color: #8003BC;
}
.TagClassName
{
border-color: #8003BC;
}
</style>