Shades of Blue Violet #8112DC
Tints of Blue Violet #8112DC
RGB
CMYK
RGB Variations
Color information
#8112DC (or 0x8112DC) is known color: Blue Violet. HEX triplet: 81, 12 and DC. RGB value is (129,18,220). Sum of RGB (Red+Green+Blue) = 129+18+220=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #8112DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8112DC is #7EED23. Grayscale: #494949. Windows color (decimal): -8318244 or 14422657. OLE color: 14422657.
HSL color Cylindrical-coordinate representation of color #8112DC: hue angle of 272.97º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8112DC is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 18 | 220 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.14 |
| HSL | 272.97º | 0.85% | 0.47% | - |
| HSV(B) | 272.97º | 0.92% | 0.86% | - |
| XYZ | 22.19 | 10.27 | 68.52 | - |
| YUV | 74.22 | 210.27 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 220 | 0.41 | 0.92 | 0 | 0.14 | 272.97 | 0.85 | 0.47 |
| Hex | 81 | 12 | DC | 29 | 5C | 0 | E | 111 | 55 | 2F |
| Octal | 201 | 22 | 334 | 51 | 134 | 0 | 16 | 421 | 125 | 57 |
| Binary | 10000001 | 10010 | 11011100 | 101001 | 1011100 | 0 | 1110 | 100010001 | 1010101 | 101111 |
Color Harmonies of #8112DC
Complementary color
Monochromatic Colors of #8112DC
Black with #8112DC
Text Example
Text Example
White with #8112DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112DC; }
p { color: rgb(129,18,220); }
H1.HeaderClassName
{
color: #8112DC;
}
.AnyTagClassName
{
color: #8112DC;
}
</style>
background-color css
<style>
a { background-color: #8112DC; }
a { background-color: rgb(129,18,220); }
div.DivClassName
{
background-color: #8112DC;
}
.BgClassName
{
background-color: #8112DC;
}
</style>
border-color css
<style>
span { border-color: #8112DC; }
span { border-color: rgb(129,18,220); }
td.TdClassName
{
border-color: #8112DC;
}
.TagClassName
{
border-color: #8112DC;
}
</style>