Shades of Blue Violet #8A30E9
Tints of Blue Violet #8A30E9
RGB
CMYK
RGB Variations
Color information
#8A30E9 (or 0x8A30E9) is known color: Blue Violet. HEX triplet: 8A, 30 and E9. RGB value is (138,48,233). Sum of RGB (Red+Green+Blue) = 138+48+233=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A30E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30E9 is #75CF16. Grayscale: #5F5F5F. Windows color (decimal): -7720727 or 15282314. OLE color: 15282314.
HSL color Cylindrical-coordinate representation of color #8A30E9: hue angle of 269.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A30E9 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 48 | 233 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.09 |
| HSL | 269.19º | 0.81% | 0.55% | - |
| HSV(B) | 269.19º | 0.79% | 0.91% | - |
| XYZ | 26.25 | 13.4 | 78.29 | - |
| YUV | 96 | 205.32 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 233 | 0.41 | 0.79 | 0 | 0.09 | 269.19 | 0.81 | 0.55 |
| Hex | 8A | 30 | E9 | 29 | 4F | 0 | 9 | 10D | 51 | 37 |
| Octal | 212 | 60 | 351 | 51 | 117 | 0 | 11 | 415 | 121 | 67 |
| Binary | 10001010 | 110000 | 11101001 | 101001 | 1001111 | 0 | 1001 | 100001101 | 1010001 | 110111 |
Color Harmonies of #8A30E9
Complementary color
Monochromatic Colors of #8A30E9
Black with #8A30E9
Text Example
Text Example
White with #8A30E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30E9; }
p { color: rgb(138,48,233); }
H1.HeaderClassName
{
color: #8A30E9;
}
.AnyTagClassName
{
color: #8A30E9;
}
</style>
background-color css
<style>
a { background-color: #8A30E9; }
a { background-color: rgb(138,48,233); }
div.DivClassName
{
background-color: #8A30E9;
}
.BgClassName
{
background-color: #8A30E9;
}
</style>
border-color css
<style>
span { border-color: #8A30E9; }
span { border-color: rgb(138,48,233); }
td.TdClassName
{
border-color: #8A30E9;
}
.TagClassName
{
border-color: #8A30E9;
}
</style>