Shades of Blue Violet #8413FA
Tints of Blue Violet #8413FA
RGB
CMYK
RGB Variations
Color information
#8413FA (or 0x8413FA) is known color: Blue Violet. HEX triplet: 84, 13 and FA. RGB value is (132,19,250). Sum of RGB (Red+Green+Blue) = 132+19+250=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #8413FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8413FA is #7BEC05. Grayscale: #4E4E4E. Windows color (decimal): -8121350 or 16388996. OLE color: 16388996.
HSL color Cylindrical-coordinate representation of color #8413FA: hue angle of 269.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8413FA is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 19 | 250 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.02 |
| HSL | 269.35º | 0.96% | 0.53% | - |
| HSV(B) | 269.35º | 0.92% | 0.98% | - |
| XYZ | 27 | 12.27 | 91.39 | - |
| YUV | 79.12 | 224.44 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 250 | 0.47 | 0.92 | 0 | 0.02 | 269.35 | 0.96 | 0.53 |
| Hex | 84 | 13 | FA | 2F | 5C | 0 | 2 | 10D | 60 | 35 |
| Octal | 204 | 23 | 372 | 57 | 134 | 0 | 2 | 415 | 140 | 65 |
| Binary | 10000100 | 10011 | 11111010 | 101111 | 1011100 | 0 | 10 | 100001101 | 1100000 | 110101 |
Color Harmonies of #8413FA
Complementary color
Monochromatic Colors of #8413FA
Black with #8413FA
Text Example
Text Example
White with #8413FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413FA; }
p { color: rgb(132,19,250); }
H1.HeaderClassName
{
color: #8413FA;
}
.AnyTagClassName
{
color: #8413FA;
}
</style>
background-color css
<style>
a { background-color: #8413FA; }
a { background-color: rgb(132,19,250); }
div.DivClassName
{
background-color: #8413FA;
}
.BgClassName
{
background-color: #8413FA;
}
</style>
border-color css
<style>
span { border-color: #8413FA; }
span { border-color: rgb(132,19,250); }
td.TdClassName
{
border-color: #8413FA;
}
.TagClassName
{
border-color: #8413FA;
}
</style>