Shades of Blue Violet #8144FB
Tints of Blue Violet #8144FB
RGB
CMYK
RGB Variations
Color information
#8144FB (or 0x8144FB) is known color: Blue Violet. HEX triplet: 81, 44 and FB. RGB value is (129,68,251). Sum of RGB (Red+Green+Blue) = 129+68+251=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #8144FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8144FB is #7EBB04. Grayscale: #6A6A6A. Windows color (decimal): -8305413 or 16467073. OLE color: 16467073.
HSL color Cylindrical-coordinate representation of color #8144FB: hue angle of 260º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8144FB is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 68 | 251 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.02 |
| HSL | 260º | 0.96% | 0.63% | - |
| HSV(B) | 260º | 0.73% | 0.98% | - |
| XYZ | 28.53 | 15.77 | 92.81 | - |
| YUV | 107.1 | 209.21 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 251 | 0.49 | 0.73 | 0 | 0.02 | 260 | 0.96 | 0.63 |
| Hex | 81 | 44 | FB | 31 | 49 | 0 | 2 | 104 | 60 | 3F |
| Octal | 201 | 104 | 373 | 61 | 111 | 0 | 2 | 404 | 140 | 77 |
| Binary | 10000001 | 1000100 | 11111011 | 110001 | 1001001 | 0 | 10 | 100000100 | 1100000 | 111111 |
Color Harmonies of #8144FB
Complementary color
Monochromatic Colors of #8144FB
Black with #8144FB
Text Example
Text Example
White with #8144FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8144FB; }
p { color: rgb(129,68,251); }
H1.HeaderClassName
{
color: #8144FB;
}
.AnyTagClassName
{
color: #8144FB;
}
</style>
background-color css
<style>
a { background-color: #8144FB; }
a { background-color: rgb(129,68,251); }
div.DivClassName
{
background-color: #8144FB;
}
.BgClassName
{
background-color: #8144FB;
}
</style>
border-color css
<style>
span { border-color: #8144FB; }
span { border-color: rgb(129,68,251); }
td.TdClassName
{
border-color: #8144FB;
}
.TagClassName
{
border-color: #8144FB;
}
</style>