Shades of Blue Violet #8B1AFF
Tints of Blue Violet #8B1AFF
RGB
CMYK
RGB Variations
Color information
#8B1AFF (or 0x8B1AFF) is known color: Blue Violet. HEX triplet: 8B, 1A and FF. RGB value is (139,26,255). Sum of RGB (Red+Green+Blue) = 139+26+255=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1AFF is #74E500. Grayscale: #555555. Windows color (decimal): -7660801 or 16718475. OLE color: 16718475.
HSL color Cylindrical-coordinate representation of color #8B1AFF: hue angle of 269.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B1AFF is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 26 | 255 | - |
| CMYK | 0.45 | 0.90 | 0 | 0 |
| HSL | 269.61º | 1% | 0.55% | - |
| HSV(B) | 269.61º | 0.9% | 1% | - |
| XYZ | 29.07 | 13.45 | 95.67 | - |
| YUV | 85.89 | 223.44 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 255 | 0.45 | 0.90 | 0 | 0 | 269.61 | 1 | 0.55 |
| Hex | 8B | 1A | FF | 2D | 5A | 0 | 0 | 10E | 64 | 37 |
| Octal | 213 | 32 | 377 | 55 | 132 | 0 | 0 | 416 | 144 | 67 |
| Binary | 10001011 | 11010 | 11111111 | 101101 | 1011010 | 0 | 0 | 100001110 | 1100100 | 110111 |
Color Harmonies of #8B1AFF
Complementary color
Monochromatic Colors of #8B1AFF
Black with #8B1AFF
Text Example
Text Example
White with #8B1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1AFF; }
p { color: rgb(139,26,255); }
H1.HeaderClassName
{
color: #8B1AFF;
}
.AnyTagClassName
{
color: #8B1AFF;
}
</style>
background-color css
<style>
a { background-color: #8B1AFF; }
a { background-color: rgb(139,26,255); }
div.DivClassName
{
background-color: #8B1AFF;
}
.BgClassName
{
background-color: #8B1AFF;
}
</style>
border-color css
<style>
span { border-color: #8B1AFF; }
span { border-color: rgb(139,26,255); }
td.TdClassName
{
border-color: #8B1AFF;
}
.TagClassName
{
border-color: #8B1AFF;
}
</style>