Shades of Blue Violet #8941EC
Tints of Blue Violet #8941EC
RGB
CMYK
RGB Variations
Color information
#8941EC (or 0x8941EC) is known color: Blue Violet. HEX triplet: 89, 41 and EC. RGB value is (137,65,236). Sum of RGB (Red+Green+Blue) = 137+65+236=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #8941EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8941EC is #76BE13. Grayscale: #696969. Windows color (decimal): -7781908 or 15483273. OLE color: 15483273.
HSL color Cylindrical-coordinate representation of color #8941EC: hue angle of 265.26º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8941EC is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 65 | 236 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.07 |
| HSL | 265.26º | 0.82% | 0.59% | - |
| HSV(B) | 265.26º | 0.72% | 0.93% | - |
| XYZ | 27.35 | 15.16 | 80.84 | - |
| YUV | 106.02 | 201.35 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 236 | 0.42 | 0.72 | 0 | 0.07 | 265.26 | 0.82 | 0.59 |
| Hex | 89 | 41 | EC | 2A | 48 | 0 | 7 | 109 | 52 | 3B |
| Octal | 211 | 101 | 354 | 52 | 110 | 0 | 7 | 411 | 122 | 73 |
| Binary | 10001001 | 1000001 | 11101100 | 101010 | 1001000 | 0 | 111 | 100001001 | 1010010 | 111011 |
Color Harmonies of #8941EC
Complementary color
Monochromatic Colors of #8941EC
Black with #8941EC
Text Example
Text Example
White with #8941EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8941EC; }
p { color: rgb(137,65,236); }
H1.HeaderClassName
{
color: #8941EC;
}
.AnyTagClassName
{
color: #8941EC;
}
</style>
background-color css
<style>
a { background-color: #8941EC; }
a { background-color: rgb(137,65,236); }
div.DivClassName
{
background-color: #8941EC;
}
.BgClassName
{
background-color: #8941EC;
}
</style>
border-color css
<style>
span { border-color: #8941EC; }
span { border-color: rgb(137,65,236); }
td.TdClassName
{
border-color: #8941EC;
}
.TagClassName
{
border-color: #8941EC;
}
</style>