Shades of Blue Violet #8440FF
Tints of Blue Violet #8440FF
RGB
CMYK
RGB Variations
Color information
#8440FF (or 0x8440FF) is known color: Blue Violet. HEX triplet: 84, 40 and FF. RGB value is (132,64,255). Sum of RGB (Red+Green+Blue) = 132+64+255=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #8440FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8440FF is #7BBF00. Grayscale: #696969. Windows color (decimal): -8109825 or 16728196. OLE color: 16728196.
HSL color Cylindrical-coordinate representation of color #8440FF: hue angle of 261.36º 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 #8440FF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 64 | 255 | - |
| CMYK | 0.48 | 0.75 | 0 | 0 |
| HSL | 261.36º | 1% | 0.63% | - |
| HSV(B) | 261.36º | 0.75% | 1% | - |
| XYZ | 29.4 | 15.79 | 96.11 | - |
| YUV | 106.11 | 212.03 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 255 | 0.48 | 0.75 | 0 | 0 | 261.36 | 1 | 0.63 |
| Hex | 84 | 40 | FF | 30 | 4B | 0 | 0 | 105 | 64 | 3F |
| Octal | 204 | 100 | 377 | 60 | 113 | 0 | 0 | 405 | 144 | 77 |
| Binary | 10000100 | 1000000 | 11111111 | 110000 | 1001011 | 0 | 0 | 100000101 | 1100100 | 111111 |
Color Harmonies of #8440FF
Complementary color
Monochromatic Colors of #8440FF
Black with #8440FF
Text Example
Text Example
White with #8440FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8440FF; }
p { color: rgb(132,64,255); }
H1.HeaderClassName
{
color: #8440FF;
}
.AnyTagClassName
{
color: #8440FF;
}
</style>
background-color css
<style>
a { background-color: #8440FF; }
a { background-color: rgb(132,64,255); }
div.DivClassName
{
background-color: #8440FF;
}
.BgClassName
{
background-color: #8440FF;
}
</style>
border-color css
<style>
span { border-color: #8440FF; }
span { border-color: rgb(132,64,255); }
td.TdClassName
{
border-color: #8440FF;
}
.TagClassName
{
border-color: #8440FF;
}
</style>