Shades of Blue Violet #8241FF
Tints of Blue Violet #8241FF
RGB
CMYK
RGB Variations
Color information
#8241FF (or 0x8241FF) is known color: Blue Violet. HEX triplet: 82, 41 and FF. RGB value is (130,65,255). Sum of RGB (Red+Green+Blue) = 130+65+255=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #8241FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8241FF is #7DBE00. Grayscale: #696969. Windows color (decimal): -8240641 or 16728450. OLE color: 16728450.
HSL color Cylindrical-coordinate representation of color #8241FF: hue angle of 260.53º 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 #8241FF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 65 | 255 | - |
| CMYK | 0.49 | 0.75 | 0 | 0 |
| HSL | 260.53º | 1% | 0.63% | - |
| HSV(B) | 260.53º | 0.75% | 1% | - |
| XYZ | 29.15 | 15.75 | 96.11 | - |
| YUV | 106.1 | 212.03 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 255 | 0.49 | 0.75 | 0 | 0 | 260.53 | 1 | 0.63 |
| Hex | 82 | 41 | FF | 31 | 4B | 0 | 0 | 105 | 64 | 3F |
| Octal | 202 | 101 | 377 | 61 | 113 | 0 | 0 | 405 | 144 | 77 |
| Binary | 10000010 | 1000001 | 11111111 | 110001 | 1001011 | 0 | 0 | 100000101 | 1100100 | 111111 |
Color Harmonies of #8241FF
Complementary color
Monochromatic Colors of #8241FF
Black with #8241FF
Text Example
Text Example
White with #8241FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8241FF; }
p { color: rgb(130,65,255); }
H1.HeaderClassName
{
color: #8241FF;
}
.AnyTagClassName
{
color: #8241FF;
}
</style>
background-color css
<style>
a { background-color: #8241FF; }
a { background-color: rgb(130,65,255); }
div.DivClassName
{
background-color: #8241FF;
}
.BgClassName
{
background-color: #8241FF;
}
</style>
border-color css
<style>
span { border-color: #8241FF; }
span { border-color: rgb(130,65,255); }
td.TdClassName
{
border-color: #8241FF;
}
.TagClassName
{
border-color: #8241FF;
}
</style>