Shades of Blue Violet #8926EE
Tints of Blue Violet #8926EE
RGB
CMYK
RGB Variations
Color information
#8926EE (or 0x8926EE) is known color: Blue Violet. HEX triplet: 89, 26 and EE. RGB value is (137,38,238). Sum of RGB (Red+Green+Blue) = 137+38+238=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #8926EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8926EE is #76D911. Grayscale: #595959. Windows color (decimal): -7788818 or 15607433. OLE color: 15607433.
HSL color Cylindrical-coordinate representation of color #8926EE: hue angle of 269.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8926EE is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 38 | 238 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.07 |
| HSL | 269.7º | 0.85% | 0.54% | - |
| HSV(B) | 269.7º | 0.84% | 0.93% | - |
| XYZ | 26.44 | 12.88 | 81.98 | - |
| YUV | 90.4 | 211.3 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 238 | 0.42 | 0.84 | 0 | 0.07 | 269.7 | 0.85 | 0.54 |
| Hex | 89 | 26 | EE | 2A | 54 | 0 | 7 | 10E | 55 | 36 |
| Octal | 211 | 46 | 356 | 52 | 124 | 0 | 7 | 416 | 125 | 66 |
| Binary | 10001001 | 100110 | 11101110 | 101010 | 1010100 | 0 | 111 | 100001110 | 1010101 | 110110 |
Color Harmonies of #8926EE
Complementary color
Monochromatic Colors of #8926EE
Black with #8926EE
Text Example
Text Example
White with #8926EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8926EE; }
p { color: rgb(137,38,238); }
H1.HeaderClassName
{
color: #8926EE;
}
.AnyTagClassName
{
color: #8926EE;
}
</style>
background-color css
<style>
a { background-color: #8926EE; }
a { background-color: rgb(137,38,238); }
div.DivClassName
{
background-color: #8926EE;
}
.BgClassName
{
background-color: #8926EE;
}
</style>
border-color css
<style>
span { border-color: #8926EE; }
span { border-color: rgb(137,38,238); }
td.TdClassName
{
border-color: #8926EE;
}
.TagClassName
{
border-color: #8926EE;
}
</style>