Shades of Blue Violet #8115DC
Tints of Blue Violet #8115DC
RGB
CMYK
RGB Variations
Color information
#8115DC (or 0x8115DC) is known color: Blue Violet. HEX triplet: 81, 15 and DC. RGB value is (129,21,220). Sum of RGB (Red+Green+Blue) = 129+21+220=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #8115DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115DC is #7EEA23. Grayscale: #4B4B4B. Windows color (decimal): -8317476 or 14423425. OLE color: 14423425.
HSL color Cylindrical-coordinate representation of color #8115DC: hue angle of 272.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8115DC is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 21 | 220 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.14 |
| HSL | 272.56º | 0.83% | 0.47% | - |
| HSV(B) | 272.56º | 0.9% | 0.86% | - |
| XYZ | 22.24 | 10.37 | 68.54 | - |
| YUV | 75.98 | 209.28 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 220 | 0.41 | 0.90 | 0 | 0.14 | 272.56 | 0.83 | 0.47 |
| Hex | 81 | 15 | DC | 29 | 5A | 0 | E | 111 | 53 | 2F |
| Octal | 201 | 25 | 334 | 51 | 132 | 0 | 16 | 421 | 123 | 57 |
| Binary | 10000001 | 10101 | 11011100 | 101001 | 1011010 | 0 | 1110 | 100010001 | 1010011 | 101111 |
Color Harmonies of #8115DC
Complementary color
Monochromatic Colors of #8115DC
Black with #8115DC
Text Example
Text Example
White with #8115DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115DC; }
p { color: rgb(129,21,220); }
H1.HeaderClassName
{
color: #8115DC;
}
.AnyTagClassName
{
color: #8115DC;
}
</style>
background-color css
<style>
a { background-color: #8115DC; }
a { background-color: rgb(129,21,220); }
div.DivClassName
{
background-color: #8115DC;
}
.BgClassName
{
background-color: #8115DC;
}
</style>
border-color css
<style>
span { border-color: #8115DC; }
span { border-color: rgb(129,21,220); }
td.TdClassName
{
border-color: #8115DC;
}
.TagClassName
{
border-color: #8115DC;
}
</style>