Shades of Blue Violet #8946EE
Tints of Blue Violet #8946EE
RGB
CMYK
RGB Variations
Color information
#8946EE (or 0x8946EE) is known color: Blue Violet. HEX triplet: 89, 46 and EE. RGB value is (137,70,238). Sum of RGB (Red+Green+Blue) = 137+70+238=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #8946EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8946EE is #76B911. Grayscale: #6C6C6C. Windows color (decimal): -7780626 or 15615625. OLE color: 15615625.
HSL color Cylindrical-coordinate representation of color #8946EE: hue angle of 263.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8946EE is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 70 | 238 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.07 |
| HSL | 263.93º | 0.83% | 0.6% | - |
| HSV(B) | 263.93º | 0.71% | 0.93% | - |
| XYZ | 27.94 | 15.87 | 82.48 | - |
| YUV | 109.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 238 | 0.42 | 0.71 | 0 | 0.07 | 263.93 | 0.83 | 0.6 |
| Hex | 89 | 46 | EE | 2A | 47 | 0 | 7 | 108 | 53 | 3C |
| Octal | 211 | 106 | 356 | 52 | 107 | 0 | 7 | 410 | 123 | 74 |
| Binary | 10001001 | 1000110 | 11101110 | 101010 | 1000111 | 0 | 111 | 100001000 | 1010011 | 111100 |
Color Harmonies of #8946EE
Complementary color
Monochromatic Colors of #8946EE
Black with #8946EE
Text Example
Text Example
White with #8946EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946EE; }
p { color: rgb(137,70,238); }
H1.HeaderClassName
{
color: #8946EE;
}
.AnyTagClassName
{
color: #8946EE;
}
</style>
background-color css
<style>
a { background-color: #8946EE; }
a { background-color: rgb(137,70,238); }
div.DivClassName
{
background-color: #8946EE;
}
.BgClassName
{
background-color: #8946EE;
}
</style>
border-color css
<style>
span { border-color: #8946EE; }
span { border-color: rgb(137,70,238); }
td.TdClassName
{
border-color: #8946EE;
}
.TagClassName
{
border-color: #8946EE;
}
</style>