Shades of Dark Violet #8013BC
Tints of Dark Violet #8013BC
RGB
CMYK
RGB Variations
Color information
#8013BC (or 0x8013BC) is known color: Dark Violet. HEX triplet: 80, 13 and BC. RGB value is (128,19,188). Sum of RGB (Red+Green+Blue) = 128+19+188=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #8013BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013BC is #7FEC43. Grayscale: #464646. Windows color (decimal): -8383556 or 12325760. OLE color: 12325760.
HSL color Cylindrical-coordinate representation of color #8013BC: hue angle of 278.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8013BC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 19 | 188 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.26 |
| HSL | 278.7º | 0.82% | 0.41% | - |
| HSV(B) | 278.7º | 0.9% | 0.74% | - |
| XYZ | 18.21 | 8.69 | 48.29 | - |
| YUV | 70.86 | 194.11 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 188 | 0.32 | 0.90 | 0 | 0.26 | 278.7 | 0.82 | 0.41 |
| Hex | 80 | 13 | BC | 20 | 5A | 0 | 1A | 117 | 52 | 29 |
| Octal | 200 | 23 | 274 | 40 | 132 | 0 | 32 | 427 | 122 | 51 |
| Binary | 10000000 | 10011 | 10111100 | 100000 | 1011010 | 0 | 11010 | 100010111 | 1010010 | 101001 |
Color Harmonies of #8013BC
Complementary color
Monochromatic Colors of #8013BC
Black with #8013BC
Text Example
Text Example
White with #8013BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8013BC; }
p { color: rgb(128,19,188); }
H1.HeaderClassName
{
color: #8013BC;
}
.AnyTagClassName
{
color: #8013BC;
}
</style>
background-color css
<style>
a { background-color: #8013BC; }
a { background-color: rgb(128,19,188); }
div.DivClassName
{
background-color: #8013BC;
}
.BgClassName
{
background-color: #8013BC;
}
</style>
border-color css
<style>
span { border-color: #8013BC; }
span { border-color: rgb(128,19,188); }
td.TdClassName
{
border-color: #8013BC;
}
.TagClassName
{
border-color: #8013BC;
}
</style>