Shades of Blue Violet #8436FF
Tints of Blue Violet #8436FF
RGB
CMYK
RGB Variations
Color information
#8436FF (or 0x8436FF) is known color: Blue Violet. HEX triplet: 84, 36 and FF. RGB value is (132,54,255). Sum of RGB (Red+Green+Blue) = 132+54+255=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #8436FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8436FF is #7BC900. Grayscale: #636363. Windows color (decimal): -8112385 or 16725636. OLE color: 16725636.
HSL color Cylindrical-coordinate representation of color #8436FF: hue angle of 263.28º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8436FF is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 54 | 255 | - |
| CMYK | 0.48 | 0.79 | 0 | 0 |
| HSL | 263.28º | 1% | 0.61% | - |
| HSV(B) | 263.28º | 0.79% | 1% | - |
| XYZ | 28.88 | 14.76 | 95.94 | - |
| YUV | 100.24 | 215.34 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 255 | 0.48 | 0.79 | 0 | 0 | 263.28 | 1 | 0.61 |
| Hex | 84 | 36 | FF | 30 | 4F | 0 | 0 | 107 | 64 | 3D |
| Octal | 204 | 66 | 377 | 60 | 117 | 0 | 0 | 407 | 144 | 75 |
| Binary | 10000100 | 110110 | 11111111 | 110000 | 1001111 | 0 | 0 | 100000111 | 1100100 | 111101 |
Color Harmonies of #8436FF
Complementary color
Monochromatic Colors of #8436FF
Black with #8436FF
Text Example
Text Example
White with #8436FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436FF; }
p { color: rgb(132,54,255); }
H1.HeaderClassName
{
color: #8436FF;
}
.AnyTagClassName
{
color: #8436FF;
}
</style>
background-color css
<style>
a { background-color: #8436FF; }
a { background-color: rgb(132,54,255); }
div.DivClassName
{
background-color: #8436FF;
}
.BgClassName
{
background-color: #8436FF;
}
</style>
border-color css
<style>
span { border-color: #8436FF; }
span { border-color: rgb(132,54,255); }
td.TdClassName
{
border-color: #8436FF;
}
.TagClassName
{
border-color: #8436FF;
}
</style>