Shades of Blue Violet #8113DD
Tints of Blue Violet #8113DD
RGB
CMYK
RGB Variations
Color information
#8113DD (or 0x8113DD) is known color: Blue Violet. HEX triplet: 81, 13 and DD. RGB value is (129,19,221). Sum of RGB (Red+Green+Blue) = 129+19+221=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #8113DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8113DD is #7EEC22. Grayscale: #4A4A4A. Windows color (decimal): -8317987 or 14488449. OLE color: 14488449.
HSL color Cylindrical-coordinate representation of color #8113DD: hue angle of 272.67º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8113DD is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 19 | 221 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.13 |
| HSL | 272.67º | 0.84% | 0.47% | - |
| HSV(B) | 272.67º | 0.91% | 0.87% | - |
| XYZ | 22.34 | 10.35 | 69.23 | - |
| YUV | 74.92 | 210.44 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 221 | 0.42 | 0.91 | 0 | 0.13 | 272.67 | 0.84 | 0.47 |
| Hex | 81 | 13 | DD | 2A | 5B | 0 | D | 111 | 54 | 2F |
| Octal | 201 | 23 | 335 | 52 | 133 | 0 | 15 | 421 | 124 | 57 |
| Binary | 10000001 | 10011 | 11011101 | 101010 | 1011011 | 0 | 1101 | 100010001 | 1010100 | 101111 |
Color Harmonies of #8113DD
Complementary color
Monochromatic Colors of #8113DD
Black with #8113DD
Text Example
Text Example
White with #8113DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8113DD; }
p { color: rgb(129,19,221); }
H1.HeaderClassName
{
color: #8113DD;
}
.AnyTagClassName
{
color: #8113DD;
}
</style>
background-color css
<style>
a { background-color: #8113DD; }
a { background-color: rgb(129,19,221); }
div.DivClassName
{
background-color: #8113DD;
}
.BgClassName
{
background-color: #8113DD;
}
</style>
border-color css
<style>
span { border-color: #8113DD; }
span { border-color: rgb(129,19,221); }
td.TdClassName
{
border-color: #8113DD;
}
.TagClassName
{
border-color: #8113DD;
}
</style>