Shades of Blue Violet #8426FA
Tints of Blue Violet #8426FA
RGB
CMYK
RGB Variations
Color information
#8426FA (or 0x8426FA) is known color: Blue Violet. HEX triplet: 84, 26 and FA. RGB value is (132,38,250). Sum of RGB (Red+Green+Blue) = 132+38+250=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #8426FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8426FA is #7BD905. Grayscale: #595959. Windows color (decimal): -8116486 or 16393860. OLE color: 16393860.
HSL color Cylindrical-coordinate representation of color #8426FA: hue angle of 266.6º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8426FA is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 38 | 250 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.02 |
| HSL | 266.6º | 0.95% | 0.56% | - |
| HSV(B) | 266.6º | 0.85% | 0.98% | - |
| XYZ | 27.46 | 13.19 | 91.54 | - |
| YUV | 90.27 | 218.14 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 250 | 0.47 | 0.85 | 0 | 0.02 | 266.6 | 0.95 | 0.56 |
| Hex | 84 | 26 | FA | 2F | 55 | 0 | 2 | 10B | 5F | 38 |
| Octal | 204 | 46 | 372 | 57 | 125 | 0 | 2 | 413 | 137 | 70 |
| Binary | 10000100 | 100110 | 11111010 | 101111 | 1010101 | 0 | 10 | 100001011 | 1011111 | 111000 |
Color Harmonies of #8426FA
Complementary color
Monochromatic Colors of #8426FA
Black with #8426FA
Text Example
Text Example
White with #8426FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8426FA; }
p { color: rgb(132,38,250); }
H1.HeaderClassName
{
color: #8426FA;
}
.AnyTagClassName
{
color: #8426FA;
}
</style>
background-color css
<style>
a { background-color: #8426FA; }
a { background-color: rgb(132,38,250); }
div.DivClassName
{
background-color: #8426FA;
}
.BgClassName
{
background-color: #8426FA;
}
</style>
border-color css
<style>
span { border-color: #8426FA; }
span { border-color: rgb(132,38,250); }
td.TdClassName
{
border-color: #8426FA;
}
.TagClassName
{
border-color: #8426FA;
}
</style>