Shades of Blue Violet #8436F0
Tints of Blue Violet #8436F0
RGB
CMYK
RGB Variations
Color information
#8436F0 (or 0x8436F0) is known color: Blue Violet. HEX triplet: 84, 36 and F0. RGB value is (132,54,240). Sum of RGB (Red+Green+Blue) = 132+54+240=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #8436F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8436F0 is #7BC90F. Grayscale: #616161. Windows color (decimal): -8112400 or 15742596. OLE color: 15742596.
HSL color Cylindrical-coordinate representation of color #8436F0: hue angle of 265.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8436F0 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 54 | 240 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.06 |
| HSL | 265.16º | 0.86% | 0.58% | - |
| HSV(B) | 265.16º | 0.78% | 0.94% | - |
| XYZ | 26.56 | 13.84 | 83.71 | - |
| YUV | 98.53 | 207.84 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 240 | 0.45 | 0.78 | 0 | 0.06 | 265.16 | 0.86 | 0.58 |
| Hex | 84 | 36 | F0 | 2D | 4E | 0 | 6 | 109 | 56 | 3A |
| Octal | 204 | 66 | 360 | 55 | 116 | 0 | 6 | 411 | 126 | 72 |
| Binary | 10000100 | 110110 | 11110000 | 101101 | 1001110 | 0 | 110 | 100001001 | 1010110 | 111010 |
Color Harmonies of #8436F0
Complementary color
Monochromatic Colors of #8436F0
Black with #8436F0
Text Example
Text Example
White with #8436F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436F0; }
p { color: rgb(132,54,240); }
H1.HeaderClassName
{
color: #8436F0;
}
.AnyTagClassName
{
color: #8436F0;
}
</style>
background-color css
<style>
a { background-color: #8436F0; }
a { background-color: rgb(132,54,240); }
div.DivClassName
{
background-color: #8436F0;
}
.BgClassName
{
background-color: #8436F0;
}
</style>
border-color css
<style>
span { border-color: #8436F0; }
span { border-color: rgb(132,54,240); }
td.TdClassName
{
border-color: #8436F0;
}
.TagClassName
{
border-color: #8436F0;
}
</style>