Shades of Blue Violet #891DEC
Tints of Blue Violet #891DEC
RGB
CMYK
RGB Variations
Color information
#891DEC (or 0x891DEC) is known color: Blue Violet. HEX triplet: 89, 1D and EC. RGB value is (137,29,236). Sum of RGB (Red+Green+Blue) = 137+29+236=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #891DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891DEC is #76E213. Grayscale: #545454. Windows color (decimal): -7791124 or 15474057. OLE color: 15474057.
HSL color Cylindrical-coordinate representation of color #891DEC: hue angle of 271.3º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891DEC is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 29 | 236 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.07 |
| HSL | 271.3º | 0.84% | 0.52% | - |
| HSV(B) | 271.3º | 0.88% | 0.93% | - |
| XYZ | 25.9 | 12.25 | 80.36 | - |
| YUV | 84.89 | 213.28 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 236 | 0.42 | 0.88 | 0 | 0.07 | 271.3 | 0.84 | 0.52 |
| Hex | 89 | 1D | EC | 2A | 58 | 0 | 7 | 10F | 54 | 34 |
| Octal | 211 | 35 | 354 | 52 | 130 | 0 | 7 | 417 | 124 | 64 |
| Binary | 10001001 | 11101 | 11101100 | 101010 | 1011000 | 0 | 111 | 100001111 | 1010100 | 110100 |
Color Harmonies of #891DEC
Complementary color
Monochromatic Colors of #891DEC
Black with #891DEC
Text Example
Text Example
White with #891DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891DEC; }
p { color: rgb(137,29,236); }
H1.HeaderClassName
{
color: #891DEC;
}
.AnyTagClassName
{
color: #891DEC;
}
</style>
background-color css
<style>
a { background-color: #891DEC; }
a { background-color: rgb(137,29,236); }
div.DivClassName
{
background-color: #891DEC;
}
.BgClassName
{
background-color: #891DEC;
}
</style>
border-color css
<style>
span { border-color: #891DEC; }
span { border-color: rgb(137,29,236); }
td.TdClassName
{
border-color: #891DEC;
}
.TagClassName
{
border-color: #891DEC;
}
</style>