Shades of Blue Violet #8946EA
Tints of Blue Violet #8946EA
RGB
CMYK
RGB Variations
Color information
#8946EA (or 0x8946EA) is known color: Blue Violet. HEX triplet: 89, 46 and EA. RGB value is (137,70,234). Sum of RGB (Red+Green+Blue) = 137+70+234=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #8946EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8946EA is #76B915. Grayscale: #6C6C6C. Windows color (decimal): -7780630 or 15353481. OLE color: 15353481.
HSL color Cylindrical-coordinate representation of color #8946EA: hue angle of 264.51º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8946EA is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 70 | 234 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.08 |
| HSL | 264.51º | 0.8% | 0.6% | - |
| HSV(B) | 264.51º | 0.7% | 0.92% | - |
| XYZ | 27.36 | 15.64 | 79.42 | - |
| YUV | 108.73 | 198.7 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 234 | 0.41 | 0.70 | 0 | 0.08 | 264.51 | 0.8 | 0.6 |
| Hex | 89 | 46 | EA | 29 | 46 | 0 | 8 | 109 | 50 | 3C |
| Octal | 211 | 106 | 352 | 51 | 106 | 0 | 10 | 411 | 120 | 74 |
| Binary | 10001001 | 1000110 | 11101010 | 101001 | 1000110 | 0 | 1000 | 100001001 | 1010000 | 111100 |
Color Harmonies of #8946EA
Complementary color
Monochromatic Colors of #8946EA
Black with #8946EA
Text Example
Text Example
White with #8946EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946EA; }
p { color: rgb(137,70,234); }
H1.HeaderClassName
{
color: #8946EA;
}
.AnyTagClassName
{
color: #8946EA;
}
</style>
background-color css
<style>
a { background-color: #8946EA; }
a { background-color: rgb(137,70,234); }
div.DivClassName
{
background-color: #8946EA;
}
.BgClassName
{
background-color: #8946EA;
}
</style>
border-color css
<style>
span { border-color: #8946EA; }
span { border-color: rgb(137,70,234); }
td.TdClassName
{
border-color: #8946EA;
}
.TagClassName
{
border-color: #8946EA;
}
</style>