Shades of Blue Violet #8426FB
Tints of Blue Violet #8426FB
RGB
CMYK
RGB Variations
Color information
#8426FB (or 0x8426FB) is known color: Blue Violet. HEX triplet: 84, 26 and FB. RGB value is (132,38,251). Sum of RGB (Red+Green+Blue) = 132+38+251=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #8426FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8426FB is #7BD904. Grayscale: #595959. Windows color (decimal): -8116485 or 16459396. OLE color: 16459396.
HSL color Cylindrical-coordinate representation of color #8426FB: hue angle of 266.48º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8426FB is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 38 | 251 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.02 |
| HSL | 266.48º | 0.96% | 0.57% | - |
| HSV(B) | 266.48º | 0.85% | 0.98% | - |
| XYZ | 27.62 | 13.26 | 92.37 | - |
| YUV | 90.39 | 218.64 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 251 | 0.47 | 0.85 | 0 | 0.02 | 266.48 | 0.96 | 0.57 |
| Hex | 84 | 26 | FB | 2F | 55 | 0 | 2 | 10A | 60 | 39 |
| Octal | 204 | 46 | 373 | 57 | 125 | 0 | 2 | 412 | 140 | 71 |
| Binary | 10000100 | 100110 | 11111011 | 101111 | 1010101 | 0 | 10 | 100001010 | 1100000 | 111001 |
Color Harmonies of #8426FB
Complementary color
Monochromatic Colors of #8426FB
Black with #8426FB
Text Example
Text Example
White with #8426FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8426FB; }
p { color: rgb(132,38,251); }
H1.HeaderClassName
{
color: #8426FB;
}
.AnyTagClassName
{
color: #8426FB;
}
</style>
background-color css
<style>
a { background-color: #8426FB; }
a { background-color: rgb(132,38,251); }
div.DivClassName
{
background-color: #8426FB;
}
.BgClassName
{
background-color: #8426FB;
}
</style>
border-color css
<style>
span { border-color: #8426FB; }
span { border-color: rgb(132,38,251); }
td.TdClassName
{
border-color: #8426FB;
}
.TagClassName
{
border-color: #8426FB;
}
</style>