Shades of Blue Violet #8121E6
Tints of Blue Violet #8121E6
RGB
CMYK
RGB Variations
Color information
#8121E6 (or 0x8121E6) is known color: Blue Violet. HEX triplet: 81, 21 and E6. RGB value is (129,33,230). Sum of RGB (Red+Green+Blue) = 129+33+230=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #8121E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8121E6 is #7EDE19. Grayscale: #535353. Windows color (decimal): -8314394 or 15081857. OLE color: 15081857.
HSL color Cylindrical-coordinate representation of color #8121E6: hue angle of 269.24º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8121E6 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 33 | 230 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.10 |
| HSL | 269.24º | 0.8% | 0.52% | - |
| HSV(B) | 269.24º | 0.86% | 0.9% | - |
| XYZ | 23.88 | 11.47 | 75.82 | - |
| YUV | 84.16 | 210.3 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 230 | 0.44 | 0.86 | 0 | 0.10 | 269.24 | 0.8 | 0.52 |
| Hex | 81 | 21 | E6 | 2C | 56 | 0 | A | 10D | 50 | 34 |
| Octal | 201 | 41 | 346 | 54 | 126 | 0 | 12 | 415 | 120 | 64 |
| Binary | 10000001 | 100001 | 11100110 | 101100 | 1010110 | 0 | 1010 | 100001101 | 1010000 | 110100 |
Color Harmonies of #8121E6
Complementary color
Monochromatic Colors of #8121E6
Black with #8121E6
Text Example
Text Example
White with #8121E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121E6; }
p { color: rgb(129,33,230); }
H1.HeaderClassName
{
color: #8121E6;
}
.AnyTagClassName
{
color: #8121E6;
}
</style>
background-color css
<style>
a { background-color: #8121E6; }
a { background-color: rgb(129,33,230); }
div.DivClassName
{
background-color: #8121E6;
}
.BgClassName
{
background-color: #8121E6;
}
</style>
border-color css
<style>
span { border-color: #8121E6; }
span { border-color: rgb(129,33,230); }
td.TdClassName
{
border-color: #8121E6;
}
.TagClassName
{
border-color: #8121E6;
}
</style>