Shades of Dark Violet #8112BD
Tints of Dark Violet #8112BD
RGB
CMYK
RGB Variations
Color information
#8112BD (or 0x8112BD) is known color: Dark Violet. HEX triplet: 81, 12 and BD. RGB value is (129,18,189). Sum of RGB (Red+Green+Blue) = 129+18+189=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #8112BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8112BD is #7EED42. Grayscale: #464646. Windows color (decimal): -8318275 or 12391041. OLE color: 12391041.
HSL color Cylindrical-coordinate representation of color #8112BD: hue angle of 278.95º 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 #8112BD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 18 | 189 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.26 |
| HSL | 278.95º | 0.83% | 0.41% | - |
| HSV(B) | 278.95º | 0.9% | 0.74% | - |
| XYZ | 18.45 | 8.77 | 48.86 | - |
| YUV | 70.68 | 194.77 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 189 | 0.32 | 0.90 | 0 | 0.26 | 278.95 | 0.83 | 0.41 |
| Hex | 81 | 12 | BD | 20 | 5A | 0 | 1A | 117 | 53 | 29 |
| Octal | 201 | 22 | 275 | 40 | 132 | 0 | 32 | 427 | 123 | 51 |
| Binary | 10000001 | 10010 | 10111101 | 100000 | 1011010 | 0 | 11010 | 100010111 | 1010011 | 101001 |
Color Harmonies of #8112BD
Complementary color
Monochromatic Colors of #8112BD
Black with #8112BD
Text Example
Text Example
White with #8112BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112BD; }
p { color: rgb(129,18,189); }
H1.HeaderClassName
{
color: #8112BD;
}
.AnyTagClassName
{
color: #8112BD;
}
</style>
background-color css
<style>
a { background-color: #8112BD; }
a { background-color: rgb(129,18,189); }
div.DivClassName
{
background-color: #8112BD;
}
.BgClassName
{
background-color: #8112BD;
}
</style>
border-color css
<style>
span { border-color: #8112BD; }
span { border-color: rgb(129,18,189); }
td.TdClassName
{
border-color: #8112BD;
}
.TagClassName
{
border-color: #8112BD;
}
</style>