Shades of Blue Violet #8910EA
Tints of Blue Violet #8910EA
RGB
CMYK
RGB Variations
Color information
#8910EA (or 0x8910EA) is known color: Blue Violet. HEX triplet: 89, 10 and EA. RGB value is (137,16,234). Sum of RGB (Red+Green+Blue) = 137+16+234=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8910EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8910EA is #76EF15. Grayscale: #4C4C4C. Windows color (decimal): -7794454 or 15339657. OLE color: 15339657.
HSL color Cylindrical-coordinate representation of color #8910EA: hue angle of 273.3º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8910EA is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 16 | 234 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.08 |
| HSL | 273.3º | 0.87% | 0.49% | - |
| HSV(B) | 273.3º | 0.93% | 0.92% | - |
| XYZ | 25.35 | 11.63 | 78.75 | - |
| YUV | 77.03 | 216.59 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 234 | 0.41 | 0.93 | 0 | 0.08 | 273.3 | 0.87 | 0.49 |
| Hex | 89 | 10 | EA | 29 | 5D | 0 | 8 | 111 | 57 | 31 |
| Octal | 211 | 20 | 352 | 51 | 135 | 0 | 10 | 421 | 127 | 61 |
| Binary | 10001001 | 10000 | 11101010 | 101001 | 1011101 | 0 | 1000 | 100010001 | 1010111 | 110001 |
Color Harmonies of #8910EA
Complementary color
Monochromatic Colors of #8910EA
Black with #8910EA
Text Example
Text Example
White with #8910EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8910EA; }
p { color: rgb(137,16,234); }
H1.HeaderClassName
{
color: #8910EA;
}
.AnyTagClassName
{
color: #8910EA;
}
</style>
background-color css
<style>
a { background-color: #8910EA; }
a { background-color: rgb(137,16,234); }
div.DivClassName
{
background-color: #8910EA;
}
.BgClassName
{
background-color: #8910EA;
}
</style>
border-color css
<style>
span { border-color: #8910EA; }
span { border-color: rgb(137,16,234); }
td.TdClassName
{
border-color: #8910EA;
}
.TagClassName
{
border-color: #8910EA;
}
</style>