Shades of Blue Violet #8912E9
Tints of Blue Violet #8912E9
RGB
CMYK
RGB Variations
Color information
#8912E9 (or 0x8912E9) is known color: Blue Violet. HEX triplet: 89, 12 and E9. RGB value is (137,18,233). Sum of RGB (Red+Green+Blue) = 137+18+233=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #8912E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8912E9 is #76ED16. Grayscale: #4D4D4D. Windows color (decimal): -7793943 or 15274633. OLE color: 15274633.
HSL color Cylindrical-coordinate representation of color #8912E9: hue angle of 273.21º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8912E9 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 18 | 233 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.09 |
| HSL | 273.21º | 0.86% | 0.49% | - |
| HSV(B) | 273.21º | 0.92% | 0.91% | - |
| XYZ | 25.24 | 11.63 | 78.01 | - |
| YUV | 78.09 | 215.42 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 233 | 0.41 | 0.92 | 0 | 0.09 | 273.21 | 0.86 | 0.49 |
| Hex | 89 | 12 | E9 | 29 | 5C | 0 | 9 | 111 | 56 | 31 |
| Octal | 211 | 22 | 351 | 51 | 134 | 0 | 11 | 421 | 126 | 61 |
| Binary | 10001001 | 10010 | 11101001 | 101001 | 1011100 | 0 | 1001 | 100010001 | 1010110 | 110001 |
Color Harmonies of #8912E9
Complementary color
Monochromatic Colors of #8912E9
Black with #8912E9
Text Example
Text Example
White with #8912E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912E9; }
p { color: rgb(137,18,233); }
H1.HeaderClassName
{
color: #8912E9;
}
.AnyTagClassName
{
color: #8912E9;
}
</style>
background-color css
<style>
a { background-color: #8912E9; }
a { background-color: rgb(137,18,233); }
div.DivClassName
{
background-color: #8912E9;
}
.BgClassName
{
background-color: #8912E9;
}
</style>
border-color css
<style>
span { border-color: #8912E9; }
span { border-color: rgb(137,18,233); }
td.TdClassName
{
border-color: #8912E9;
}
.TagClassName
{
border-color: #8912E9;
}
</style>