Shades of Dark Violet #8412BF
Tints of Dark Violet #8412BF
RGB
CMYK
RGB Variations
Color information
#8412BF (or 0x8412BF) is known color: Dark Violet. HEX triplet: 84, 12 and BF. RGB value is (132,18,191). Sum of RGB (Red+Green+Blue) = 132+18+191=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #8412BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412BF is #7BED40. Grayscale: #474747. Windows color (decimal): -8121665 or 12522116. OLE color: 12522116.
HSL color Cylindrical-coordinate representation of color #8412BF: hue angle of 279.54º 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 #8412BF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 18 | 191 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.25 |
| HSL | 279.54º | 0.83% | 0.41% | - |
| HSV(B) | 279.54º | 0.91% | 0.75% | - |
| XYZ | 19.14 | 9.1 | 50.04 | - |
| YUV | 71.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 191 | 0.31 | 0.91 | 0 | 0.25 | 279.54 | 0.83 | 0.41 |
| Hex | 84 | 12 | BF | 1F | 5B | 0 | 19 | 118 | 53 | 29 |
| Octal | 204 | 22 | 277 | 37 | 133 | 0 | 31 | 430 | 123 | 51 |
| Binary | 10000100 | 10010 | 10111111 | 11111 | 1011011 | 0 | 11001 | 100011000 | 1010011 | 101001 |
Color Harmonies of #8412BF
Complementary color
Monochromatic Colors of #8412BF
Black with #8412BF
Text Example
Text Example
White with #8412BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412BF; }
p { color: rgb(132,18,191); }
H1.HeaderClassName
{
color: #8412BF;
}
.AnyTagClassName
{
color: #8412BF;
}
</style>
background-color css
<style>
a { background-color: #8412BF; }
a { background-color: rgb(132,18,191); }
div.DivClassName
{
background-color: #8412BF;
}
.BgClassName
{
background-color: #8412BF;
}
</style>
border-color css
<style>
span { border-color: #8412BF; }
span { border-color: rgb(132,18,191); }
td.TdClassName
{
border-color: #8412BF;
}
.TagClassName
{
border-color: #8412BF;
}
</style>