Shades of Blue Violet #891CE1
Tints of Blue Violet #891CE1
RGB
CMYK
RGB Variations
Color information
#891CE1 (or 0x891CE1) is known color: Blue Violet. HEX triplet: 89, 1C and E1. RGB value is (137,28,225). Sum of RGB (Red+Green+Blue) = 137+28+225=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #891CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891CE1 is #76E31E. Grayscale: #525252. Windows color (decimal): -7791391 or 14752905. OLE color: 14752905.
HSL color Cylindrical-coordinate representation of color #891CE1: hue angle of 273.2º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891CE1 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 28 | 225 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.12 |
| HSL | 273.2º | 0.78% | 0.5% | - |
| HSV(B) | 273.2º | 0.88% | 0.88% | - |
| XYZ | 24.32 | 11.59 | 72.19 | - |
| YUV | 83.05 | 208.11 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 225 | 0.39 | 0.88 | 0 | 0.12 | 273.2 | 0.78 | 0.5 |
| Hex | 89 | 1C | E1 | 27 | 58 | 0 | C | 111 | 4E | 32 |
| Octal | 211 | 34 | 341 | 47 | 130 | 0 | 14 | 421 | 116 | 62 |
| Binary | 10001001 | 11100 | 11100001 | 100111 | 1011000 | 0 | 1100 | 100010001 | 1001110 | 110010 |
Color Harmonies of #891CE1
Complementary color
Monochromatic Colors of #891CE1
Black with #891CE1
Text Example
Text Example
White with #891CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891CE1; }
p { color: rgb(137,28,225); }
H1.HeaderClassName
{
color: #891CE1;
}
.AnyTagClassName
{
color: #891CE1;
}
</style>
background-color css
<style>
a { background-color: #891CE1; }
a { background-color: rgb(137,28,225); }
div.DivClassName
{
background-color: #891CE1;
}
.BgClassName
{
background-color: #891CE1;
}
</style>
border-color css
<style>
span { border-color: #891CE1; }
span { border-color: rgb(137,28,225); }
td.TdClassName
{
border-color: #891CE1;
}
.TagClassName
{
border-color: #891CE1;
}
</style>