Shades of Dark Violet #8012BF
Tints of Dark Violet #8012BF
RGB
CMYK
RGB Variations
Color information
#8012BF (or 0x8012BF) is known color: Dark Violet. HEX triplet: 80, 12 and BF. RGB value is (128,18,191). Sum of RGB (Red+Green+Blue) = 128+18+191=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #8012BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012BF is #7FED40. Grayscale: #464646. Windows color (decimal): -8383809 or 12522112. OLE color: 12522112.
HSL color Cylindrical-coordinate representation of color #8012BF: hue angle of 278.15º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8012BF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 18 | 191 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.25 |
| HSL | 278.15º | 0.83% | 0.41% | - |
| HSV(B) | 278.15º | 0.91% | 0.75% | - |
| XYZ | 18.52 | 8.78 | 50.01 | - |
| YUV | 70.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 191 | 0.33 | 0.91 | 0 | 0.25 | 278.15 | 0.83 | 0.41 |
| Hex | 80 | 12 | BF | 21 | 5B | 0 | 19 | 116 | 53 | 29 |
| Octal | 200 | 22 | 277 | 41 | 133 | 0 | 31 | 426 | 123 | 51 |
| Binary | 10000000 | 10010 | 10111111 | 100001 | 1011011 | 0 | 11001 | 100010110 | 1010011 | 101001 |
Color Harmonies of #8012BF
Complementary color
Monochromatic Colors of #8012BF
Black with #8012BF
Text Example
Text Example
White with #8012BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8012BF; }
p { color: rgb(128,18,191); }
H1.HeaderClassName
{
color: #8012BF;
}
.AnyTagClassName
{
color: #8012BF;
}
</style>
background-color css
<style>
a { background-color: #8012BF; }
a { background-color: rgb(128,18,191); }
div.DivClassName
{
background-color: #8012BF;
}
.BgClassName
{
background-color: #8012BF;
}
</style>
border-color css
<style>
span { border-color: #8012BF; }
span { border-color: rgb(128,18,191); }
td.TdClassName
{
border-color: #8012BF;
}
.TagClassName
{
border-color: #8012BF;
}
</style>