Shades of Blue Violet #8A12FA
Tints of Blue Violet #8A12FA
RGB
CMYK
RGB Variations
Color information
#8A12FA (or 0x8A12FA) is known color: Blue Violet. HEX triplet: 8A, 12 and FA. RGB value is (138,18,250). Sum of RGB (Red+Green+Blue) = 138+18+250=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A12FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A12FA is #75ED05. Grayscale: #4F4F4F. Windows color (decimal): -7728390 or 16388746. OLE color: 16388746.
HSL color Cylindrical-coordinate representation of color #8A12FA: hue angle of 271.03º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A12FA is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 18 | 250 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.02 |
| HSL | 271.03º | 0.96% | 0.53% | - |
| HSV(B) | 271.03º | 0.93% | 0.98% | - |
| XYZ | 27.95 | 12.74 | 91.43 | - |
| YUV | 80.33 | 223.76 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 250 | 0.45 | 0.93 | 0 | 0.02 | 271.03 | 0.96 | 0.53 |
| Hex | 8A | 12 | FA | 2D | 5D | 0 | 2 | 10F | 60 | 35 |
| Octal | 212 | 22 | 372 | 55 | 135 | 0 | 2 | 417 | 140 | 65 |
| Binary | 10001010 | 10010 | 11111010 | 101101 | 1011101 | 0 | 10 | 100001111 | 1100000 | 110101 |
Color Harmonies of #8A12FA
Complementary color
Monochromatic Colors of #8A12FA
Black with #8A12FA
Text Example
Text Example
White with #8A12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A12FA; }
p { color: rgb(138,18,250); }
H1.HeaderClassName
{
color: #8A12FA;
}
.AnyTagClassName
{
color: #8A12FA;
}
</style>
background-color css
<style>
a { background-color: #8A12FA; }
a { background-color: rgb(138,18,250); }
div.DivClassName
{
background-color: #8A12FA;
}
.BgClassName
{
background-color: #8A12FA;
}
</style>
border-color css
<style>
span { border-color: #8A12FA; }
span { border-color: rgb(138,18,250); }
td.TdClassName
{
border-color: #8A12FA;
}
.TagClassName
{
border-color: #8A12FA;
}
</style>