Shades of Blue Violet #8A2BFF
Tints of Blue Violet #8A2BFF
RGB
CMYK
RGB Variations
Color information
#8A2BFF (or 0x8A2BFF) is known color: Blue Violet. HEX triplet: 8A, 2B and FF. RGB value is (138,43,255). Sum of RGB (Red+Green+Blue) = 138+43+255=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A2BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2BFF is #75D400. Grayscale: #5E5E5E. Windows color (decimal): -7721985 or 16722826. OLE color: 16722826.
HSL color Cylindrical-coordinate representation of color #8A2BFF: hue angle of 266.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A2BFF is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 43 | 255 | - |
| CMYK | 0.46 | 0.83 | 0 | 0 |
| HSL | 266.89º | 1% | 0.58% | - |
| HSV(B) | 266.89º | 0.83% | 1% | - |
| XYZ | 29.4 | 14.35 | 95.83 | - |
| YUV | 95.57 | 217.97 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 255 | 0.46 | 0.83 | 0 | 0 | 266.89 | 1 | 0.58 |
| Hex | 8A | 2B | FF | 2E | 53 | 0 | 0 | 10B | 64 | 3A |
| Octal | 212 | 53 | 377 | 56 | 123 | 0 | 0 | 413 | 144 | 72 |
| Binary | 10001010 | 101011 | 11111111 | 101110 | 1010011 | 0 | 0 | 100001011 | 1100100 | 111010 |
Color Harmonies of #8A2BFF
Complementary color
Monochromatic Colors of #8A2BFF
Black with #8A2BFF
Text Example
Text Example
White with #8A2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2BFF; }
p { color: rgb(138,43,255); }
H1.HeaderClassName
{
color: #8A2BFF;
}
.AnyTagClassName
{
color: #8A2BFF;
}
</style>
background-color css
<style>
a { background-color: #8A2BFF; }
a { background-color: rgb(138,43,255); }
div.DivClassName
{
background-color: #8A2BFF;
}
.BgClassName
{
background-color: #8A2BFF;
}
</style>
border-color css
<style>
span { border-color: #8A2BFF; }
span { border-color: rgb(138,43,255); }
td.TdClassName
{
border-color: #8A2BFF;
}
.TagClassName
{
border-color: #8A2BFF;
}
</style>