Shades of Dark Violet #800BBC
Tints of Dark Violet #800BBC
RGB
CMYK
RGB Variations
Color information
#800BBC (or 0x800BBC) is known color: Dark Violet. HEX triplet: 80, 0B and BC. RGB value is (128,11,188). Sum of RGB (Red+Green+Blue) = 128+11+188=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #800BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BBC is #7FF443. Grayscale: #414141. Windows color (decimal): -8385604 or 12323712. OLE color: 12323712.
HSL color Cylindrical-coordinate representation of color #800BBC: hue angle of 279.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BBC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 11 | 188 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.26 |
| HSL | 279.66º | 0.89% | 0.39% | - |
| HSV(B) | 279.66º | 0.94% | 0.74% | - |
| XYZ | 18.1 | 8.46 | 48.26 | - |
| YUV | 66.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 188 | 0.32 | 0.94 | 0 | 0.26 | 279.66 | 0.89 | 0.39 |
| Hex | 80 | B | BC | 20 | 5E | 0 | 1A | 118 | 59 | 27 |
| Octal | 200 | 13 | 274 | 40 | 136 | 0 | 32 | 430 | 131 | 47 |
| Binary | 10000000 | 1011 | 10111100 | 100000 | 1011110 | 0 | 11010 | 100011000 | 1011001 | 100111 |
Color Harmonies of #800BBC
Complementary color
Monochromatic Colors of #800BBC
Black with #800BBC
Text Example
Text Example
White with #800BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BBC; }
p { color: rgb(128,11,188); }
H1.HeaderClassName
{
color: #800BBC;
}
.AnyTagClassName
{
color: #800BBC;
}
</style>
background-color css
<style>
a { background-color: #800BBC; }
a { background-color: rgb(128,11,188); }
div.DivClassName
{
background-color: #800BBC;
}
.BgClassName
{
background-color: #800BBC;
}
</style>
border-color css
<style>
span { border-color: #800BBC; }
span { border-color: rgb(128,11,188); }
td.TdClassName
{
border-color: #800BBC;
}
.TagClassName
{
border-color: #800BBC;
}
</style>