Shades of Blue Violet #8426FF
Tints of Blue Violet #8426FF
RGB
CMYK
RGB Variations
Color information
#8426FF (or 0x8426FF) is known color: Blue Violet. HEX triplet: 84, 26 and FF. RGB value is (132,38,255). Sum of RGB (Red+Green+Blue) = 132+38+255=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #8426FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8426FF is #7BD900. Grayscale: #5A5A5A. Windows color (decimal): -8116481 or 16721540. OLE color: 16721540.
HSL color Cylindrical-coordinate representation of color #8426FF: hue angle of 265.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8426FF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 38 | 255 | - |
| CMYK | 0.48 | 0.85 | 0 | 0 |
| HSL | 265.99º | 1% | 0.57% | - |
| HSV(B) | 265.99º | 0.85% | 1% | - |
| XYZ | 28.26 | 13.51 | 95.73 | - |
| YUV | 90.84 | 220.64 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 255 | 0.48 | 0.85 | 0 | 0 | 265.99 | 1 | 0.57 |
| Hex | 84 | 26 | FF | 30 | 55 | 0 | 0 | 10A | 64 | 39 |
| Octal | 204 | 46 | 377 | 60 | 125 | 0 | 0 | 412 | 144 | 71 |
| Binary | 10000100 | 100110 | 11111111 | 110000 | 1010101 | 0 | 0 | 100001010 | 1100100 | 111001 |
Color Harmonies of #8426FF
Complementary color
Monochromatic Colors of #8426FF
Black with #8426FF
Text Example
Text Example
White with #8426FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8426FF; }
p { color: rgb(132,38,255); }
H1.HeaderClassName
{
color: #8426FF;
}
.AnyTagClassName
{
color: #8426FF;
}
</style>
background-color css
<style>
a { background-color: #8426FF; }
a { background-color: rgb(132,38,255); }
div.DivClassName
{
background-color: #8426FF;
}
.BgClassName
{
background-color: #8426FF;
}
</style>
border-color css
<style>
span { border-color: #8426FF; }
span { border-color: rgb(132,38,255); }
td.TdClassName
{
border-color: #8426FF;
}
.TagClassName
{
border-color: #8426FF;
}
</style>