Shades of Blue Violet #8436FE
Tints of Blue Violet #8436FE
RGB
CMYK
RGB Variations
Color information
#8436FE (or 0x8436FE) is known color: Blue Violet. HEX triplet: 84, 36 and FE. RGB value is (132,54,254). Sum of RGB (Red+Green+Blue) = 132+54+254=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #8436FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8436FE is #7BC901. Grayscale: #636363. Windows color (decimal): -8112386 or 16660100. OLE color: 16660100.
HSL color Cylindrical-coordinate representation of color #8436FE: hue angle of 263.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8436FE is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 54 | 254 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.00 |
| HSL | 263.4º | 0.99% | 0.6% | - |
| HSV(B) | 263.4º | 0.79% | 1% | - |
| XYZ | 28.72 | 14.7 | 95.09 | - |
| YUV | 100.12 | 214.84 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 254 | 0.48 | 0.79 | 0 | 0.00 | 263.4 | 0.99 | 0.6 |
| Hex | 84 | 36 | FE | 30 | 4F | 0 | 0 | 107 | 63 | 3C |
| Octal | 204 | 66 | 376 | 60 | 117 | 0 | 0 | 407 | 143 | 74 |
| Binary | 10000100 | 110110 | 11111110 | 110000 | 1001111 | 0 | 0 | 100000111 | 1100011 | 111100 |
Color Harmonies of #8436FE
Complementary color
Monochromatic Colors of #8436FE
Black with #8436FE
Text Example
Text Example
White with #8436FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436FE; }
p { color: rgb(132,54,254); }
H1.HeaderClassName
{
color: #8436FE;
}
.AnyTagClassName
{
color: #8436FE;
}
</style>
background-color css
<style>
a { background-color: #8436FE; }
a { background-color: rgb(132,54,254); }
div.DivClassName
{
background-color: #8436FE;
}
.BgClassName
{
background-color: #8436FE;
}
</style>
border-color css
<style>
span { border-color: #8436FE; }
span { border-color: rgb(132,54,254); }
td.TdClassName
{
border-color: #8436FE;
}
.TagClassName
{
border-color: #8436FE;
}
</style>