Shades of Blue Violet #8440FA
Tints of Blue Violet #8440FA
RGB
CMYK
RGB Variations
Color information
#8440FA (or 0x8440FA) is known color: Blue Violet. HEX triplet: 84, 40 and FA. RGB value is (132,64,250). Sum of RGB (Red+Green+Blue) = 132+64+250=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #8440FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8440FA is #7BBF05. Grayscale: #686868. Windows color (decimal): -8109830 or 16400516. OLE color: 16400516.
HSL color Cylindrical-coordinate representation of color #8440FA: hue angle of 261.94º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8440FA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 64 | 250 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.02 |
| HSL | 261.94º | 0.95% | 0.62% | - |
| HSV(B) | 261.94º | 0.74% | 0.98% | - |
| XYZ | 28.6 | 15.47 | 91.92 | - |
| YUV | 105.54 | 209.53 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 250 | 0.47 | 0.74 | 0 | 0.02 | 261.94 | 0.95 | 0.62 |
| Hex | 84 | 40 | FA | 2F | 4A | 0 | 2 | 106 | 5F | 3E |
| Octal | 204 | 100 | 372 | 57 | 112 | 0 | 2 | 406 | 137 | 76 |
| Binary | 10000100 | 1000000 | 11111010 | 101111 | 1001010 | 0 | 10 | 100000110 | 1011111 | 111110 |
Color Harmonies of #8440FA
Complementary color
Monochromatic Colors of #8440FA
Black with #8440FA
Text Example
Text Example
White with #8440FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8440FA; }
p { color: rgb(132,64,250); }
H1.HeaderClassName
{
color: #8440FA;
}
.AnyTagClassName
{
color: #8440FA;
}
</style>
background-color css
<style>
a { background-color: #8440FA; }
a { background-color: rgb(132,64,250); }
div.DivClassName
{
background-color: #8440FA;
}
.BgClassName
{
background-color: #8440FA;
}
</style>
border-color css
<style>
span { border-color: #8440FA; }
span { border-color: rgb(132,64,250); }
td.TdClassName
{
border-color: #8440FA;
}
.TagClassName
{
border-color: #8440FA;
}
</style>