Shades of Blue Violet #8A2EE9
Tints of Blue Violet #8A2EE9
RGB
CMYK
RGB Variations
Color information
#8A2EE9 (or 0x8A2EE9) is known color: Blue Violet. HEX triplet: 8A, 2E and E9. RGB value is (138,46,233). Sum of RGB (Red+Green+Blue) = 138+46+233=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 233 (91.41% from 255 or 55.88% from 417); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A2EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2EE9 is #75D116. Grayscale: #5E5E5E. Windows color (decimal): -7721239 or 15281802. OLE color: 15281802.
HSL color Cylindrical-coordinate representation of color #8A2EE9: hue angle of 269.52º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2EE9 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 46 | 233 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.09 |
| HSL | 269.52º | 0.81% | 0.55% | - |
| HSV(B) | 269.52º | 0.8% | 0.91% | - |
| XYZ | 26.17 | 13.24 | 78.27 | - |
| YUV | 94.83 | 205.98 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 233 | 0.41 | 0.80 | 0 | 0.09 | 269.52 | 0.81 | 0.55 |
| Hex | 8A | 2E | E9 | 29 | 50 | 0 | 9 | 10E | 51 | 37 |
| Octal | 212 | 56 | 351 | 51 | 120 | 0 | 11 | 416 | 121 | 67 |
| Binary | 10001010 | 101110 | 11101001 | 101001 | 1010000 | 0 | 1001 | 100001110 | 1010001 | 110111 |
Color Harmonies of #8A2EE9
Complementary color
Monochromatic Colors of #8A2EE9
Black with #8A2EE9
Text Example
Text Example
White with #8A2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2EE9; }
p { color: rgb(138,46,233); }
H1.HeaderClassName
{
color: #8A2EE9;
}
.AnyTagClassName
{
color: #8A2EE9;
}
</style>
background-color css
<style>
a { background-color: #8A2EE9; }
a { background-color: rgb(138,46,233); }
div.DivClassName
{
background-color: #8A2EE9;
}
.BgClassName
{
background-color: #8A2EE9;
}
</style>
border-color css
<style>
span { border-color: #8A2EE9; }
span { border-color: rgb(138,46,233); }
td.TdClassName
{
border-color: #8A2EE9;
}
.TagClassName
{
border-color: #8A2EE9;
}
</style>