Shades of Blue Violet #8241E5
Tints of Blue Violet #8241E5
RGB
CMYK
RGB Variations
Color information
#8241E5 (or 0x8241E5) is known color: Blue Violet. HEX triplet: 82, 41 and E5. RGB value is (130,65,229). Sum of RGB (Red+Green+Blue) = 130+65+229=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #8241E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241E5 is #7DBE1A. Grayscale: #666666. Windows color (decimal): -8240667 or 15024514. OLE color: 15024514.
HSL color Cylindrical-coordinate representation of color #8241E5: hue angle of 263.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8241E5 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 65 | 229 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.10 |
| HSL | 263.78º | 0.76% | 0.58% | - |
| HSV(B) | 263.78º | 0.72% | 0.9% | - |
| XYZ | 25.24 | 14.18 | 75.54 | - |
| YUV | 103.13 | 199.03 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 229 | 0.43 | 0.72 | 0 | 0.10 | 263.78 | 0.76 | 0.58 |
| Hex | 82 | 41 | E5 | 2B | 48 | 0 | A | 108 | 4C | 3A |
| Octal | 202 | 101 | 345 | 53 | 110 | 0 | 12 | 410 | 114 | 72 |
| Binary | 10000010 | 1000001 | 11100101 | 101011 | 1001000 | 0 | 1010 | 100001000 | 1001100 | 111010 |
Color Harmonies of #8241E5
Complementary color
Monochromatic Colors of #8241E5
Black with #8241E5
Text Example
Text Example
White with #8241E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8241E5; }
p { color: rgb(130,65,229); }
H1.HeaderClassName
{
color: #8241E5;
}
.AnyTagClassName
{
color: #8241E5;
}
</style>
background-color css
<style>
a { background-color: #8241E5; }
a { background-color: rgb(130,65,229); }
div.DivClassName
{
background-color: #8241E5;
}
.BgClassName
{
background-color: #8241E5;
}
</style>
border-color css
<style>
span { border-color: #8241E5; }
span { border-color: rgb(130,65,229); }
td.TdClassName
{
border-color: #8241E5;
}
.TagClassName
{
border-color: #8241E5;
}
</style>