Shades of Blue Violet #8241F1
Tints of Blue Violet #8241F1
RGB
CMYK
RGB Variations
Color information
#8241F1 (or 0x8241F1) is known color: Blue Violet. HEX triplet: 82, 41 and F1. RGB value is (130,65,241). Sum of RGB (Red+Green+Blue) = 130+65+241=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #8241F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8241F1 is #7DBE0E. Grayscale: #676767. Windows color (decimal): -8240655 or 15810946. OLE color: 15810946.
HSL color Cylindrical-coordinate representation of color #8241F1: hue angle of 262.16º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8241F1 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 65 | 241 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.05 |
| HSL | 262.16º | 0.86% | 0.6% | - |
| HSV(B) | 262.16º | 0.73% | 0.95% | - |
| XYZ | 26.97 | 14.88 | 84.67 | - |
| YUV | 104.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 241 | 0.46 | 0.73 | 0 | 0.05 | 262.16 | 0.86 | 0.6 |
| Hex | 82 | 41 | F1 | 2E | 49 | 0 | 5 | 106 | 56 | 3C |
| Octal | 202 | 101 | 361 | 56 | 111 | 0 | 5 | 406 | 126 | 74 |
| Binary | 10000010 | 1000001 | 11110001 | 101110 | 1001001 | 0 | 101 | 100000110 | 1010110 | 111100 |
Color Harmonies of #8241F1
Complementary color
Monochromatic Colors of #8241F1
Black with #8241F1
Text Example
Text Example
White with #8241F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8241F1; }
p { color: rgb(130,65,241); }
H1.HeaderClassName
{
color: #8241F1;
}
.AnyTagClassName
{
color: #8241F1;
}
</style>
background-color css
<style>
a { background-color: #8241F1; }
a { background-color: rgb(130,65,241); }
div.DivClassName
{
background-color: #8241F1;
}
.BgClassName
{
background-color: #8241F1;
}
</style>
border-color css
<style>
span { border-color: #8241F1; }
span { border-color: rgb(130,65,241); }
td.TdClassName
{
border-color: #8241F1;
}
.TagClassName
{
border-color: #8241F1;
}
</style>