Shades of Blue Violet #8139DE
Tints of Blue Violet #8139DE
RGB
CMYK
RGB Variations
Color information
#8139DE (or 0x8139DE) is known color: Blue Violet. HEX triplet: 81, 39 and DE. RGB value is (129,57,222). Sum of RGB (Red+Green+Blue) = 129+57+222=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #8139DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8139DE is #7EC621. Grayscale: #606060. Windows color (decimal): -8308258 or 14563713. OLE color: 14563713.
HSL color Cylindrical-coordinate representation of color #8139DE: hue angle of 266.18º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8139DE is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 57 | 222 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.13 |
| HSL | 266.18º | 0.71% | 0.55% | - |
| HSV(B) | 266.18º | 0.74% | 0.87% | - |
| XYZ | 23.7 | 12.87 | 70.34 | - |
| YUV | 97.34 | 198.35 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 222 | 0.42 | 0.74 | 0 | 0.13 | 266.18 | 0.71 | 0.55 |
| Hex | 81 | 39 | DE | 2A | 4A | 0 | D | 10A | 47 | 37 |
| Octal | 201 | 71 | 336 | 52 | 112 | 0 | 15 | 412 | 107 | 67 |
| Binary | 10000001 | 111001 | 11011110 | 101010 | 1001010 | 0 | 1101 | 100001010 | 1000111 | 110111 |
Color Harmonies of #8139DE
Complementary color
Monochromatic Colors of #8139DE
Black with #8139DE
Text Example
Text Example
White with #8139DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139DE; }
p { color: rgb(129,57,222); }
H1.HeaderClassName
{
color: #8139DE;
}
.AnyTagClassName
{
color: #8139DE;
}
</style>
background-color css
<style>
a { background-color: #8139DE; }
a { background-color: rgb(129,57,222); }
div.DivClassName
{
background-color: #8139DE;
}
.BgClassName
{
background-color: #8139DE;
}
</style>
border-color css
<style>
span { border-color: #8139DE; }
span { border-color: rgb(129,57,222); }
td.TdClassName
{
border-color: #8139DE;
}
.TagClassName
{
border-color: #8139DE;
}
</style>