Shades of Blue Violet #8419FA
Tints of Blue Violet #8419FA
RGB
CMYK
RGB Variations
Color information
#8419FA (or 0x8419FA) is known color: Blue Violet. HEX triplet: 84, 19 and FA. RGB value is (132,25,250). Sum of RGB (Red+Green+Blue) = 132+25+250=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #8419FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8419FA is #7BE605. Grayscale: #515151. Windows color (decimal): -8119814 or 16390532. OLE color: 16390532.
HSL color Cylindrical-coordinate representation of color #8419FA: hue angle of 268.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8419FA is Cyan = 0.47, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 25 | 250 | - |
| CMYK | 0.47 | 0.9 | 0 | 0.02 |
| HSL | 268.53º | 0.96% | 0.54% | - |
| HSV(B) | 268.53º | 0.9% | 0.98% | - |
| XYZ | 27.12 | 12.5 | 91.43 | - |
| YUV | 82.64 | 222.45 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 250 | 0.47 | 0.9 | 0 | 0.02 | 268.53 | 0.96 | 0.54 |
| Hex | 84 | 19 | FA | 2F | 5A | 0 | 2 | 10D | 60 | 36 |
| Octal | 204 | 31 | 372 | 57 | 132 | 0 | 2 | 415 | 140 | 66 |
| Binary | 10000100 | 11001 | 11111010 | 101111 | 1011010 | 0 | 10 | 100001101 | 1100000 | 110110 |
Color Harmonies of #8419FA
Complementary color
Monochromatic Colors of #8419FA
Black with #8419FA
Text Example
Text Example
White with #8419FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8419FA; }
p { color: rgb(132,25,250); }
H1.HeaderClassName
{
color: #8419FA;
}
.AnyTagClassName
{
color: #8419FA;
}
</style>
background-color css
<style>
a { background-color: #8419FA; }
a { background-color: rgb(132,25,250); }
div.DivClassName
{
background-color: #8419FA;
}
.BgClassName
{
background-color: #8419FA;
}
</style>
border-color css
<style>
span { border-color: #8419FA; }
span { border-color: rgb(132,25,250); }
td.TdClassName
{
border-color: #8419FA;
}
.TagClassName
{
border-color: #8419FA;
}
</style>