Shades of Blue Violet #891CEF
Tints of Blue Violet #891CEF
RGB
CMYK
RGB Variations
Color information
#891CEF (or 0x891CEF) is known color: Blue Violet. HEX triplet: 89, 1C and EF. RGB value is (137,28,239). Sum of RGB (Red+Green+Blue) = 137+28+239=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #891CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891CEF is #76E310. Grayscale: #535353. Windows color (decimal): -7791377 or 15670409. OLE color: 15670409.
HSL color Cylindrical-coordinate representation of color #891CEF: hue angle of 271º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891CEF is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 28 | 239 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.06 |
| HSL | 271º | 0.87% | 0.52% | - |
| HSV(B) | 271º | 0.88% | 0.94% | - |
| XYZ | 26.31 | 12.38 | 82.66 | - |
| YUV | 84.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 239 | 0.43 | 0.88 | 0 | 0.06 | 271 | 0.87 | 0.52 |
| Hex | 89 | 1C | EF | 2B | 58 | 0 | 6 | 10F | 57 | 34 |
| Octal | 211 | 34 | 357 | 53 | 130 | 0 | 6 | 417 | 127 | 64 |
| Binary | 10001001 | 11100 | 11101111 | 101011 | 1011000 | 0 | 110 | 100001111 | 1010111 | 110100 |
Color Harmonies of #891CEF
Complementary color
Monochromatic Colors of #891CEF
Black with #891CEF
Text Example
Text Example
White with #891CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891CEF; }
p { color: rgb(137,28,239); }
H1.HeaderClassName
{
color: #891CEF;
}
.AnyTagClassName
{
color: #891CEF;
}
</style>
background-color css
<style>
a { background-color: #891CEF; }
a { background-color: rgb(137,28,239); }
div.DivClassName
{
background-color: #891CEF;
}
.BgClassName
{
background-color: #891CEF;
}
</style>
border-color css
<style>
span { border-color: #891CEF; }
span { border-color: rgb(137,28,239); }
td.TdClassName
{
border-color: #891CEF;
}
.TagClassName
{
border-color: #891CEF;
}
</style>