Shades of Blue Violet #8139FD
Tints of Blue Violet #8139FD
RGB
CMYK
RGB Variations
Color information
#8139FD (or 0x8139FD) is known color: Blue Violet. HEX triplet: 81, 39 and FD. RGB value is (129,57,253). Sum of RGB (Red+Green+Blue) = 129+57+253=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #8139FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8139FD is #7EC602. Grayscale: #646464. Windows color (decimal): -8308227 or 16595329. OLE color: 16595329.
HSL color Cylindrical-coordinate representation of color #8139FD: hue angle of 262.04º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8139FD is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 57 | 253 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.01 |
| HSL | 262.04º | 0.98% | 0.61% | - |
| HSV(B) | 262.04º | 0.77% | 0.99% | - |
| XYZ | 28.25 | 14.69 | 94.27 | - |
| YUV | 100.87 | 213.85 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 253 | 0.49 | 0.77 | 0 | 0.01 | 262.04 | 0.98 | 0.61 |
| Hex | 81 | 39 | FD | 31 | 4D | 0 | 1 | 106 | 62 | 3D |
| Octal | 201 | 71 | 375 | 61 | 115 | 0 | 1 | 406 | 142 | 75 |
| Binary | 10000001 | 111001 | 11111101 | 110001 | 1001101 | 0 | 1 | 100000110 | 1100010 | 111101 |
Color Harmonies of #8139FD
Complementary color
Monochromatic Colors of #8139FD
Black with #8139FD
Text Example
Text Example
White with #8139FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139FD; }
p { color: rgb(129,57,253); }
H1.HeaderClassName
{
color: #8139FD;
}
.AnyTagClassName
{
color: #8139FD;
}
</style>
background-color css
<style>
a { background-color: #8139FD; }
a { background-color: rgb(129,57,253); }
div.DivClassName
{
background-color: #8139FD;
}
.BgClassName
{
background-color: #8139FD;
}
</style>
border-color css
<style>
span { border-color: #8139FD; }
span { border-color: rgb(129,57,253); }
td.TdClassName
{
border-color: #8139FD;
}
.TagClassName
{
border-color: #8139FD;
}
</style>