Shades of Blue Violet #8141FE
Tints of Blue Violet #8141FE
RGB
CMYK
RGB Variations
Color information
#8141FE (or 0x8141FE) is known color: Blue Violet. HEX triplet: 81, 41 and FE. RGB value is (129,65,254). Sum of RGB (Red+Green+Blue) = 129+65+254=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #8141FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8141FE is #7EBE01. Grayscale: #686868. Windows color (decimal): -8306178 or 16662913. OLE color: 16662913.
HSL color Cylindrical-coordinate representation of color #8141FE: hue angle of 260.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8141FE is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 65 | 254 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.00 |
| HSL | 260.32º | 0.99% | 0.63% | - |
| HSV(B) | 260.32º | 0.74% | 1% | - |
| XYZ | 28.83 | 15.6 | 95.26 | - |
| YUV | 105.68 | 211.7 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 254 | 0.49 | 0.74 | 0 | 0.00 | 260.32 | 0.99 | 0.63 |
| Hex | 81 | 41 | FE | 31 | 4A | 0 | 0 | 104 | 63 | 3F |
| Octal | 201 | 101 | 376 | 61 | 112 | 0 | 0 | 404 | 143 | 77 |
| Binary | 10000001 | 1000001 | 11111110 | 110001 | 1001010 | 0 | 0 | 100000100 | 1100011 | 111111 |
Color Harmonies of #8141FE
Complementary color
Monochromatic Colors of #8141FE
Black with #8141FE
Text Example
Text Example
White with #8141FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8141FE; }
p { color: rgb(129,65,254); }
H1.HeaderClassName
{
color: #8141FE;
}
.AnyTagClassName
{
color: #8141FE;
}
</style>
background-color css
<style>
a { background-color: #8141FE; }
a { background-color: rgb(129,65,254); }
div.DivClassName
{
background-color: #8141FE;
}
.BgClassName
{
background-color: #8141FE;
}
</style>
border-color css
<style>
span { border-color: #8141FE; }
span { border-color: rgb(129,65,254); }
td.TdClassName
{
border-color: #8141FE;
}
.TagClassName
{
border-color: #8141FE;
}
</style>