Shades of Blue Violet #8440E1
Tints of Blue Violet #8440E1
RGB
CMYK
RGB Variations
Color information
#8440E1 (or 0x8440E1) is known color: Blue Violet. HEX triplet: 84, 40 and E1. RGB value is (132,64,225). Sum of RGB (Red+Green+Blue) = 132+64+225=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #8440E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440E1 is #7BBF1E. Grayscale: #666666. Windows color (decimal): -8109855 or 14762116. OLE color: 14762116.
HSL color Cylindrical-coordinate representation of color #8440E1: hue angle of 265.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8440E1 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 64 | 225 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.12 |
| HSL | 265.34º | 0.73% | 0.57% | - |
| HSV(B) | 265.34º | 0.72% | 0.88% | - |
| XYZ | 24.94 | 14.01 | 72.62 | - |
| YUV | 102.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 225 | 0.41 | 0.72 | 0 | 0.12 | 265.34 | 0.73 | 0.57 |
| Hex | 84 | 40 | E1 | 29 | 48 | 0 | C | 109 | 49 | 39 |
| Octal | 204 | 100 | 341 | 51 | 110 | 0 | 14 | 411 | 111 | 71 |
| Binary | 10000100 | 1000000 | 11100001 | 101001 | 1001000 | 0 | 1100 | 100001001 | 1001001 | 111001 |
Color Harmonies of #8440E1
Complementary color
Monochromatic Colors of #8440E1
Black with #8440E1
Text Example
Text Example
White with #8440E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8440E1; }
p { color: rgb(132,64,225); }
H1.HeaderClassName
{
color: #8440E1;
}
.AnyTagClassName
{
color: #8440E1;
}
</style>
background-color css
<style>
a { background-color: #8440E1; }
a { background-color: rgb(132,64,225); }
div.DivClassName
{
background-color: #8440E1;
}
.BgClassName
{
background-color: #8440E1;
}
</style>
border-color css
<style>
span { border-color: #8440E1; }
span { border-color: rgb(132,64,225); }
td.TdClassName
{
border-color: #8440E1;
}
.TagClassName
{
border-color: #8440E1;
}
</style>