Shades of Blue Violet #891CE2
Tints of Blue Violet #891CE2
RGB
CMYK
RGB Variations
Color information
#891CE2 (or 0x891CE2) is known color: Blue Violet. HEX triplet: 89, 1C and E2. RGB value is (137,28,226). Sum of RGB (Red+Green+Blue) = 137+28+226=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 226 (88.67% from 255 or 57.80% from 391); Max value from RGB is 226 - color contains mainly: blue. Hex color #891CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891CE2 is #76E31D. Grayscale: #525252. Windows color (decimal): -7791390 or 14818441. OLE color: 14818441.
HSL color Cylindrical-coordinate representation of color #891CE2: hue angle of 273.03º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891CE2 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 28 | 226 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.11 |
| HSL | 273.03º | 0.78% | 0.5% | - |
| HSV(B) | 273.03º | 0.88% | 0.89% | - |
| XYZ | 24.46 | 11.64 | 72.91 | - |
| YUV | 83.16 | 208.61 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 226 | 0.39 | 0.88 | 0 | 0.11 | 273.03 | 0.78 | 0.5 |
| Hex | 89 | 1C | E2 | 27 | 58 | 0 | B | 111 | 4E | 32 |
| Octal | 211 | 34 | 342 | 47 | 130 | 0 | 13 | 421 | 116 | 62 |
| Binary | 10001001 | 11100 | 11100010 | 100111 | 1011000 | 0 | 1011 | 100010001 | 1001110 | 110010 |
Color Harmonies of #891CE2
Complementary color
Monochromatic Colors of #891CE2
Black with #891CE2
Text Example
Text Example
White with #891CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891CE2; }
p { color: rgb(137,28,226); }
H1.HeaderClassName
{
color: #891CE2;
}
.AnyTagClassName
{
color: #891CE2;
}
</style>
background-color css
<style>
a { background-color: #891CE2; }
a { background-color: rgb(137,28,226); }
div.DivClassName
{
background-color: #891CE2;
}
.BgClassName
{
background-color: #891CE2;
}
</style>
border-color css
<style>
span { border-color: #891CE2; }
span { border-color: rgb(137,28,226); }
td.TdClassName
{
border-color: #891CE2;
}
.TagClassName
{
border-color: #891CE2;
}
</style>