Shades of Blue Violet #8141FB
Tints of Blue Violet #8141FB
RGB
CMYK
RGB Variations
Color information
#8141FB (or 0x8141FB) is known color: Blue Violet. HEX triplet: 81, 41 and FB. RGB value is (129,65,251). Sum of RGB (Red+Green+Blue) = 129+65+251=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #8141FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8141FB is #7EBE04. Grayscale: #686868. Windows color (decimal): -8306181 or 16466305. OLE color: 16466305.
HSL color Cylindrical-coordinate representation of color #8141FB: hue angle of 260.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8141FB is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 65 | 251 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.02 |
| HSL | 260.65º | 0.96% | 0.62% | - |
| HSV(B) | 260.65º | 0.74% | 0.98% | - |
| XYZ | 28.36 | 15.41 | 92.75 | - |
| YUV | 105.34 | 210.2 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 251 | 0.49 | 0.74 | 0 | 0.02 | 260.65 | 0.96 | 0.62 |
| Hex | 81 | 41 | FB | 31 | 4A | 0 | 2 | 105 | 60 | 3E |
| Octal | 201 | 101 | 373 | 61 | 112 | 0 | 2 | 405 | 140 | 76 |
| Binary | 10000001 | 1000001 | 11111011 | 110001 | 1001010 | 0 | 10 | 100000101 | 1100000 | 111110 |
Color Harmonies of #8141FB
Complementary color
Monochromatic Colors of #8141FB
Black with #8141FB
Text Example
Text Example
White with #8141FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8141FB; }
p { color: rgb(129,65,251); }
H1.HeaderClassName
{
color: #8141FB;
}
.AnyTagClassName
{
color: #8141FB;
}
</style>
background-color css
<style>
a { background-color: #8141FB; }
a { background-color: rgb(129,65,251); }
div.DivClassName
{
background-color: #8141FB;
}
.BgClassName
{
background-color: #8141FB;
}
</style>
border-color css
<style>
span { border-color: #8141FB; }
span { border-color: rgb(129,65,251); }
td.TdClassName
{
border-color: #8141FB;
}
.TagClassName
{
border-color: #8141FB;
}
</style>