Shades of Blue Violet #8140FF
Tints of Blue Violet #8140FF
RGB
CMYK
RGB Variations
Color information
#8140FF (or 0x8140FF) is known color: Blue Violet. HEX triplet: 81, 40 and FF. RGB value is (129,64,255). Sum of RGB (Red+Green+Blue) = 129+64+255=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #8140FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8140FF is #7EBF00. Grayscale: #686868. Windows color (decimal): -8306433 or 16728193. OLE color: 16728193.
HSL color Cylindrical-coordinate representation of color #8140FF: hue angle of 260.42º 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 #8140FF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 64 | 255 | - |
| CMYK | 0.49 | 0.75 | 0 | 0 |
| HSL | 260.42º | 1% | 0.63% | - |
| HSV(B) | 260.42º | 0.75% | 1% | - |
| XYZ | 28.94 | 15.55 | 96.08 | - |
| YUV | 105.21 | 212.53 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 255 | 0.49 | 0.75 | 0 | 0 | 260.42 | 1 | 0.63 |
| Hex | 81 | 40 | FF | 31 | 4B | 0 | 0 | 104 | 64 | 3F |
| Octal | 201 | 100 | 377 | 61 | 113 | 0 | 0 | 404 | 144 | 77 |
| Binary | 10000001 | 1000000 | 11111111 | 110001 | 1001011 | 0 | 0 | 100000100 | 1100100 | 111111 |
Color Harmonies of #8140FF
Complementary color
Monochromatic Colors of #8140FF
Black with #8140FF
Text Example
Text Example
White with #8140FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140FF; }
p { color: rgb(129,64,255); }
H1.HeaderClassName
{
color: #8140FF;
}
.AnyTagClassName
{
color: #8140FF;
}
</style>
background-color css
<style>
a { background-color: #8140FF; }
a { background-color: rgb(129,64,255); }
div.DivClassName
{
background-color: #8140FF;
}
.BgClassName
{
background-color: #8140FF;
}
</style>
border-color css
<style>
span { border-color: #8140FF; }
span { border-color: rgb(129,64,255); }
td.TdClassName
{
border-color: #8140FF;
}
.TagClassName
{
border-color: #8140FF;
}
</style>