Shades of Blue Violet #8139EE
Tints of Blue Violet #8139EE
RGB
CMYK
RGB Variations
Color information
#8139EE (or 0x8139EE) is known color: Blue Violet. HEX triplet: 81, 39 and EE. RGB value is (129,57,238). Sum of RGB (Red+Green+Blue) = 129+57+238=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #8139EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8139EE is #7EC611. Grayscale: #626262. Windows color (decimal): -8308242 or 15612289. OLE color: 15612289.
HSL color Cylindrical-coordinate representation of color #8139EE: hue angle of 263.87º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8139EE is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 57 | 238 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.07 |
| HSL | 263.87º | 0.84% | 0.58% | - |
| HSV(B) | 263.87º | 0.76% | 0.93% | - |
| XYZ | 25.95 | 13.77 | 82.18 | - |
| YUV | 99.16 | 206.35 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 238 | 0.46 | 0.76 | 0 | 0.07 | 263.87 | 0.84 | 0.58 |
| Hex | 81 | 39 | EE | 2E | 4C | 0 | 7 | 108 | 54 | 3A |
| Octal | 201 | 71 | 356 | 56 | 114 | 0 | 7 | 410 | 124 | 72 |
| Binary | 10000001 | 111001 | 11101110 | 101110 | 1001100 | 0 | 111 | 100001000 | 1010100 | 111010 |
Color Harmonies of #8139EE
Complementary color
Monochromatic Colors of #8139EE
Black with #8139EE
Text Example
Text Example
White with #8139EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139EE; }
p { color: rgb(129,57,238); }
H1.HeaderClassName
{
color: #8139EE;
}
.AnyTagClassName
{
color: #8139EE;
}
</style>
background-color css
<style>
a { background-color: #8139EE; }
a { background-color: rgb(129,57,238); }
div.DivClassName
{
background-color: #8139EE;
}
.BgClassName
{
background-color: #8139EE;
}
</style>
border-color css
<style>
span { border-color: #8139EE; }
span { border-color: rgb(129,57,238); }
td.TdClassName
{
border-color: #8139EE;
}
.TagClassName
{
border-color: #8139EE;
}
</style>