Shades of Blue Violet #8139FF
Tints of Blue Violet #8139FF
RGB
CMYK
RGB Variations
Color information
#8139FF (or 0x8139FF) is known color: Blue Violet. HEX triplet: 81, 39 and FF. RGB value is (129,57,255). Sum of RGB (Red+Green+Blue) = 129+57+255=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #8139FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8139FF is #7EC600. Grayscale: #646464. Windows color (decimal): -8308225 or 16726401. OLE color: 16726401.
HSL color Cylindrical-coordinate representation of color #8139FF: hue angle of 261.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8139FF is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 57 | 255 | - |
| CMYK | 0.49 | 0.78 | 0 | 0 |
| HSL | 261.82º | 1% | 0.61% | - |
| HSV(B) | 261.82º | 0.78% | 1% | - |
| XYZ | 28.57 | 14.81 | 95.96 | - |
| YUV | 101.1 | 214.85 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 255 | 0.49 | 0.78 | 0 | 0 | 261.82 | 1 | 0.61 |
| Hex | 81 | 39 | FF | 31 | 4E | 0 | 0 | 106 | 64 | 3D |
| Octal | 201 | 71 | 377 | 61 | 116 | 0 | 0 | 406 | 144 | 75 |
| Binary | 10000001 | 111001 | 11111111 | 110001 | 1001110 | 0 | 0 | 100000110 | 1100100 | 111101 |
Color Harmonies of #8139FF
Complementary color
Monochromatic Colors of #8139FF
Black with #8139FF
Text Example
Text Example
White with #8139FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139FF; }
p { color: rgb(129,57,255); }
H1.HeaderClassName
{
color: #8139FF;
}
.AnyTagClassName
{
color: #8139FF;
}
</style>
background-color css
<style>
a { background-color: #8139FF; }
a { background-color: rgb(129,57,255); }
div.DivClassName
{
background-color: #8139FF;
}
.BgClassName
{
background-color: #8139FF;
}
</style>
border-color css
<style>
span { border-color: #8139FF; }
span { border-color: rgb(129,57,255); }
td.TdClassName
{
border-color: #8139FF;
}
.TagClassName
{
border-color: #8139FF;
}
</style>