Shades of Blue Violet #8111DD
Tints of Blue Violet #8111DD
RGB
CMYK
RGB Variations
Color information
#8111DD (or 0x8111DD) is known color: Blue Violet. HEX triplet: 81, 11 and DD. RGB value is (129,17,221). Sum of RGB (Red+Green+Blue) = 129+17+221=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #8111DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111DD is #7EEE22. Grayscale: #494949. Windows color (decimal): -8318499 or 14487937. OLE color: 14487937.
HSL color Cylindrical-coordinate representation of color #8111DD: hue angle of 272.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8111DD is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 17 | 221 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.13 |
| HSL | 272.94º | 0.86% | 0.47% | - |
| HSV(B) | 272.94º | 0.92% | 0.87% | - |
| XYZ | 22.3 | 10.29 | 69.22 | - |
| YUV | 73.74 | 211.11 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 221 | 0.42 | 0.92 | 0 | 0.13 | 272.94 | 0.86 | 0.47 |
| Hex | 81 | 11 | DD | 2A | 5C | 0 | D | 111 | 56 | 2F |
| Octal | 201 | 21 | 335 | 52 | 134 | 0 | 15 | 421 | 126 | 57 |
| Binary | 10000001 | 10001 | 11011101 | 101010 | 1011100 | 0 | 1101 | 100010001 | 1010110 | 101111 |
Color Harmonies of #8111DD
Complementary color
Monochromatic Colors of #8111DD
Black with #8111DD
Text Example
Text Example
White with #8111DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111DD; }
p { color: rgb(129,17,221); }
H1.HeaderClassName
{
color: #8111DD;
}
.AnyTagClassName
{
color: #8111DD;
}
</style>
background-color css
<style>
a { background-color: #8111DD; }
a { background-color: rgb(129,17,221); }
div.DivClassName
{
background-color: #8111DD;
}
.BgClassName
{
background-color: #8111DD;
}
</style>
border-color css
<style>
span { border-color: #8111DD; }
span { border-color: rgb(129,17,221); }
td.TdClassName
{
border-color: #8111DD;
}
.TagClassName
{
border-color: #8111DD;
}
</style>