Shades of Blue Violet #8937EA
Tints of Blue Violet #8937EA
RGB
CMYK
RGB Variations
Color information
#8937EA (or 0x8937EA) is known color: Blue Violet. HEX triplet: 89, 37 and EA. RGB value is (137,55,234). Sum of RGB (Red+Green+Blue) = 137+55+234=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #8937EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8937EA is #76C815. Grayscale: #636363. Windows color (decimal): -7784470 or 15349641. OLE color: 15349641.
HSL color Cylindrical-coordinate representation of color #8937EA: hue angle of 267.49º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8937EA is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 55 | 234 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.08 |
| HSL | 267.49º | 0.81% | 0.57% | - |
| HSV(B) | 267.49º | 0.76% | 0.92% | - |
| XYZ | 26.53 | 13.99 | 79.14 | - |
| YUV | 99.92 | 203.67 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 234 | 0.41 | 0.76 | 0 | 0.08 | 267.49 | 0.81 | 0.57 |
| Hex | 89 | 37 | EA | 29 | 4C | 0 | 8 | 10B | 51 | 39 |
| Octal | 211 | 67 | 352 | 51 | 114 | 0 | 10 | 413 | 121 | 71 |
| Binary | 10001001 | 110111 | 11101010 | 101001 | 1001100 | 0 | 1000 | 100001011 | 1010001 | 111001 |
Color Harmonies of #8937EA
Complementary color
Monochromatic Colors of #8937EA
Black with #8937EA
Text Example
Text Example
White with #8937EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8937EA; }
p { color: rgb(137,55,234); }
H1.HeaderClassName
{
color: #8937EA;
}
.AnyTagClassName
{
color: #8937EA;
}
</style>
background-color css
<style>
a { background-color: #8937EA; }
a { background-color: rgb(137,55,234); }
div.DivClassName
{
background-color: #8937EA;
}
.BgClassName
{
background-color: #8937EA;
}
</style>
border-color css
<style>
span { border-color: #8937EA; }
span { border-color: rgb(137,55,234); }
td.TdClassName
{
border-color: #8937EA;
}
.TagClassName
{
border-color: #8937EA;
}
</style>