Shades of Blue Violet #8A2BF1
Tints of Blue Violet #8A2BF1
RGB
CMYK
RGB Variations
Color information
#8A2BF1 (or 0x8A2BF1) is known color: Blue Violet. HEX triplet: 8A, 2B and F1. RGB value is (138,43,241). Sum of RGB (Red+Green+Blue) = 138+43+241=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A2BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2BF1 is #75D40E. Grayscale: #5D5D5D. Windows color (decimal): -7721999 or 15805322. OLE color: 15805322.
HSL color Cylindrical-coordinate representation of color #8A2BF1: hue angle of 268.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A2BF1 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 43 | 241 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.05 |
| HSL | 268.79º | 0.88% | 0.56% | - |
| HSV(B) | 268.79º | 0.82% | 0.95% | - |
| XYZ | 27.22 | 13.48 | 84.39 | - |
| YUV | 93.98 | 210.97 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 241 | 0.43 | 0.82 | 0 | 0.05 | 268.79 | 0.88 | 0.56 |
| Hex | 8A | 2B | F1 | 2B | 52 | 0 | 5 | 10D | 58 | 38 |
| Octal | 212 | 53 | 361 | 53 | 122 | 0 | 5 | 415 | 130 | 70 |
| Binary | 10001010 | 101011 | 11110001 | 101011 | 1010010 | 0 | 101 | 100001101 | 1011000 | 111000 |
Color Harmonies of #8A2BF1
Complementary color
Monochromatic Colors of #8A2BF1
Black with #8A2BF1
Text Example
Text Example
White with #8A2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2BF1; }
p { color: rgb(138,43,241); }
H1.HeaderClassName
{
color: #8A2BF1;
}
.AnyTagClassName
{
color: #8A2BF1;
}
</style>
background-color css
<style>
a { background-color: #8A2BF1; }
a { background-color: rgb(138,43,241); }
div.DivClassName
{
background-color: #8A2BF1;
}
.BgClassName
{
background-color: #8A2BF1;
}
</style>
border-color css
<style>
span { border-color: #8A2BF1; }
span { border-color: rgb(138,43,241); }
td.TdClassName
{
border-color: #8A2BF1;
}
.TagClassName
{
border-color: #8A2BF1;
}
</style>