Shades of Blue Violet #8926EA
Tints of Blue Violet #8926EA
RGB
CMYK
RGB Variations
Color information
#8926EA (or 0x8926EA) is known color: Blue Violet. HEX triplet: 89, 26 and EA. RGB value is (137,38,234). Sum of RGB (Red+Green+Blue) = 137+38+234=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #8926EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8926EA is #76D915. Grayscale: #595959. Windows color (decimal): -7788822 or 15345289. OLE color: 15345289.
HSL color Cylindrical-coordinate representation of color #8926EA: hue angle of 270.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8926EA is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 38 | 234 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.08 |
| HSL | 270.31º | 0.82% | 0.53% | - |
| HSV(B) | 270.31º | 0.84% | 0.92% | - |
| XYZ | 25.86 | 12.65 | 78.92 | - |
| YUV | 89.95 | 209.3 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 234 | 0.41 | 0.84 | 0 | 0.08 | 270.31 | 0.82 | 0.53 |
| Hex | 89 | 26 | EA | 29 | 54 | 0 | 8 | 10E | 52 | 35 |
| Octal | 211 | 46 | 352 | 51 | 124 | 0 | 10 | 416 | 122 | 65 |
| Binary | 10001001 | 100110 | 11101010 | 101001 | 1010100 | 0 | 1000 | 100001110 | 1010010 | 110101 |
Color Harmonies of #8926EA
Complementary color
Monochromatic Colors of #8926EA
Black with #8926EA
Text Example
Text Example
White with #8926EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8926EA; }
p { color: rgb(137,38,234); }
H1.HeaderClassName
{
color: #8926EA;
}
.AnyTagClassName
{
color: #8926EA;
}
</style>
background-color css
<style>
a { background-color: #8926EA; }
a { background-color: rgb(137,38,234); }
div.DivClassName
{
background-color: #8926EA;
}
.BgClassName
{
background-color: #8926EA;
}
</style>
border-color css
<style>
span { border-color: #8926EA; }
span { border-color: rgb(137,38,234); }
td.TdClassName
{
border-color: #8926EA;
}
.TagClassName
{
border-color: #8926EA;
}
</style>