Shades of Blue Violet #8141FF
Tints of Blue Violet #8141FF
RGB
CMYK
RGB Variations
Color information
#8141FF (or 0x8141FF) is known color: Blue Violet. HEX triplet: 81, 41 and FF. RGB value is (129,65,255). Sum of RGB (Red+Green+Blue) = 129+65+255=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #8141FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8141FF is #7EBE00. Grayscale: #696969. Windows color (decimal): -8306177 or 16728449. OLE color: 16728449.
HSL color Cylindrical-coordinate representation of color #8141FF: hue angle of 260.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8141FF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 65 | 255 | - |
| CMYK | 0.49 | 0.75 | 0 | 0 |
| HSL | 260.21º | 1% | 0.63% | - |
| HSV(B) | 260.21º | 0.75% | 1% | - |
| XYZ | 28.99 | 15.67 | 96.1 | - |
| YUV | 105.8 | 212.2 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 255 | 0.49 | 0.75 | 0 | 0 | 260.21 | 1 | 0.63 |
| Hex | 81 | 41 | FF | 31 | 4B | 0 | 0 | 104 | 64 | 3F |
| Octal | 201 | 101 | 377 | 61 | 113 | 0 | 0 | 404 | 144 | 77 |
| Binary | 10000001 | 1000001 | 11111111 | 110001 | 1001011 | 0 | 0 | 100000100 | 1100100 | 111111 |
Color Harmonies of #8141FF
Complementary color
Monochromatic Colors of #8141FF
Black with #8141FF
Text Example
Text Example
White with #8141FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8141FF; }
p { color: rgb(129,65,255); }
H1.HeaderClassName
{
color: #8141FF;
}
.AnyTagClassName
{
color: #8141FF;
}
</style>
background-color css
<style>
a { background-color: #8141FF; }
a { background-color: rgb(129,65,255); }
div.DivClassName
{
background-color: #8141FF;
}
.BgClassName
{
background-color: #8141FF;
}
</style>
border-color css
<style>
span { border-color: #8141FF; }
span { border-color: rgb(129,65,255); }
td.TdClassName
{
border-color: #8141FF;
}
.TagClassName
{
border-color: #8141FF;
}
</style>