Shades of Dark Violet #8012BD
Tints of Dark Violet #8012BD
RGB
CMYK
RGB Variations
Color information
#8012BD (or 0x8012BD) is known color: Dark Violet. HEX triplet: 80, 12 and BD. RGB value is (128,18,189). Sum of RGB (Red+Green+Blue) = 128+18+189=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #8012BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012BD is #7FED42. Grayscale: #454545. Windows color (decimal): -8383811 or 12391040. OLE color: 12391040.
HSL color Cylindrical-coordinate representation of color #8012BD: hue angle of 278.6º degrees, saturation: 0.83, 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 #8012BD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 18 | 189 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.26 |
| HSL | 278.6º | 0.83% | 0.41% | - |
| HSV(B) | 278.6º | 0.9% | 0.74% | - |
| XYZ | 18.3 | 8.7 | 48.86 | - |
| YUV | 70.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 189 | 0.32 | 0.90 | 0 | 0.26 | 278.6 | 0.83 | 0.41 |
| Hex | 80 | 12 | BD | 20 | 5A | 0 | 1A | 117 | 53 | 29 |
| Octal | 200 | 22 | 275 | 40 | 132 | 0 | 32 | 427 | 123 | 51 |
| Binary | 10000000 | 10010 | 10111101 | 100000 | 1011010 | 0 | 11010 | 100010111 | 1010011 | 101001 |
Color Harmonies of #8012BD
Complementary color
Monochromatic Colors of #8012BD
Black with #8012BD
Text Example
Text Example
White with #8012BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8012BD; }
p { color: rgb(128,18,189); }
H1.HeaderClassName
{
color: #8012BD;
}
.AnyTagClassName
{
color: #8012BD;
}
</style>
background-color css
<style>
a { background-color: #8012BD; }
a { background-color: rgb(128,18,189); }
div.DivClassName
{
background-color: #8012BD;
}
.BgClassName
{
background-color: #8012BD;
}
</style>
border-color css
<style>
span { border-color: #8012BD; }
span { border-color: rgb(128,18,189); }
td.TdClassName
{
border-color: #8012BD;
}
.TagClassName
{
border-color: #8012BD;
}
</style>