Shades of Blue Violet #8441EB
Tints of Blue Violet #8441EB
RGB
CMYK
RGB Variations
Color information
#8441EB (or 0x8441EB) is known color: Blue Violet. HEX triplet: 84, 41 and EB. RGB value is (132,65,235). Sum of RGB (Red+Green+Blue) = 132+65+235=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #8441EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8441EB is #7BBE14. Grayscale: #676767. Windows color (decimal): -8109589 or 15417732. OLE color: 15417732.
HSL color Cylindrical-coordinate representation of color #8441EB: hue angle of 263.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8441EB is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 65 | 235 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.08 |
| HSL | 263.65º | 0.81% | 0.59% | - |
| HSV(B) | 263.65º | 0.72% | 0.92% | - |
| XYZ | 26.4 | 14.68 | 80.04 | - |
| YUV | 104.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 235 | 0.44 | 0.72 | 0 | 0.08 | 263.65 | 0.81 | 0.59 |
| Hex | 84 | 41 | EB | 2C | 48 | 0 | 8 | 108 | 51 | 3B |
| Octal | 204 | 101 | 353 | 54 | 110 | 0 | 10 | 410 | 121 | 73 |
| Binary | 10000100 | 1000001 | 11101011 | 101100 | 1001000 | 0 | 1000 | 100001000 | 1010001 | 111011 |
Color Harmonies of #8441EB
Complementary color
Monochromatic Colors of #8441EB
Black with #8441EB
Text Example
Text Example
White with #8441EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441EB; }
p { color: rgb(132,65,235); }
H1.HeaderClassName
{
color: #8441EB;
}
.AnyTagClassName
{
color: #8441EB;
}
</style>
background-color css
<style>
a { background-color: #8441EB; }
a { background-color: rgb(132,65,235); }
div.DivClassName
{
background-color: #8441EB;
}
.BgClassName
{
background-color: #8441EB;
}
</style>
border-color css
<style>
span { border-color: #8441EB; }
span { border-color: rgb(132,65,235); }
td.TdClassName
{
border-color: #8441EB;
}
.TagClassName
{
border-color: #8441EB;
}
</style>