Shades of Blue Violet #8A40FA
Tints of Blue Violet #8A40FA
RGB
CMYK
RGB Variations
Color information
#8A40FA (or 0x8A40FA) is known color: Blue Violet. HEX triplet: 8A, 40 and FA. RGB value is (138,64,250). Sum of RGB (Red+Green+Blue) = 138+64+250=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A40FA is #75BF05. Grayscale: #6A6A6A. Windows color (decimal): -7716614 or 16400522. OLE color: 16400522.
HSL color Cylindrical-coordinate representation of color #8A40FA: hue angle of 263.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A40FA is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 64 | 250 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.02 |
| HSL | 263.87º | 0.95% | 0.62% | - |
| HSV(B) | 263.87º | 0.74% | 0.98% | - |
| XYZ | 29.57 | 15.97 | 91.97 | - |
| YUV | 107.33 | 208.52 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 250 | 0.45 | 0.74 | 0 | 0.02 | 263.87 | 0.95 | 0.62 |
| Hex | 8A | 40 | FA | 2D | 4A | 0 | 2 | 108 | 5F | 3E |
| Octal | 212 | 100 | 372 | 55 | 112 | 0 | 2 | 410 | 137 | 76 |
| Binary | 10001010 | 1000000 | 11111010 | 101101 | 1001010 | 0 | 10 | 100001000 | 1011111 | 111110 |
Color Harmonies of #8A40FA
Complementary color
Monochromatic Colors of #8A40FA
Black with #8A40FA
Text Example
Text Example
White with #8A40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A40FA; }
p { color: rgb(138,64,250); }
H1.HeaderClassName
{
color: #8A40FA;
}
.AnyTagClassName
{
color: #8A40FA;
}
</style>
background-color css
<style>
a { background-color: #8A40FA; }
a { background-color: rgb(138,64,250); }
div.DivClassName
{
background-color: #8A40FA;
}
.BgClassName
{
background-color: #8A40FA;
}
</style>
border-color css
<style>
span { border-color: #8A40FA; }
span { border-color: rgb(138,64,250); }
td.TdClassName
{
border-color: #8A40FA;
}
.TagClassName
{
border-color: #8A40FA;
}
</style>