Shades of Blue Violet #891CE6
Tints of Blue Violet #891CE6
RGB
CMYK
RGB Variations
Color information
#891CE6 (or 0x891CE6) is known color: Blue Violet. HEX triplet: 89, 1C and E6. RGB value is (137,28,230). Sum of RGB (Red+Green+Blue) = 137+28+230=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #891CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891CE6 is #76E319. Grayscale: #525252. Windows color (decimal): -7791386 or 15080585. OLE color: 15080585.
HSL color Cylindrical-coordinate representation of color #891CE6: hue angle of 272.38º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891CE6 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 28 | 230 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.10 |
| HSL | 272.38º | 0.8% | 0.51% | - |
| HSV(B) | 272.38º | 0.88% | 0.9% | - |
| XYZ | 25.01 | 11.86 | 75.83 | - |
| YUV | 83.62 | 210.61 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 230 | 0.40 | 0.88 | 0 | 0.10 | 272.38 | 0.8 | 0.51 |
| Hex | 89 | 1C | E6 | 28 | 58 | 0 | A | 110 | 50 | 33 |
| Octal | 211 | 34 | 346 | 50 | 130 | 0 | 12 | 420 | 120 | 63 |
| Binary | 10001001 | 11100 | 11100110 | 101000 | 1011000 | 0 | 1010 | 100010000 | 1010000 | 110011 |
Color Harmonies of #891CE6
Complementary color
Monochromatic Colors of #891CE6
Black with #891CE6
Text Example
Text Example
White with #891CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891CE6; }
p { color: rgb(137,28,230); }
H1.HeaderClassName
{
color: #891CE6;
}
.AnyTagClassName
{
color: #891CE6;
}
</style>
background-color css
<style>
a { background-color: #891CE6; }
a { background-color: rgb(137,28,230); }
div.DivClassName
{
background-color: #891CE6;
}
.BgClassName
{
background-color: #891CE6;
}
</style>
border-color css
<style>
span { border-color: #891CE6; }
span { border-color: rgb(137,28,230); }
td.TdClassName
{
border-color: #891CE6;
}
.TagClassName
{
border-color: #891CE6;
}
</style>