Shades of Blue Violet #891CF1
Tints of Blue Violet #891CF1
RGB
CMYK
RGB Variations
Color information
#891CF1 (or 0x891CF1) is known color: Blue Violet. HEX triplet: 89, 1C and F1. RGB value is (137,28,241). Sum of RGB (Red+Green+Blue) = 137+28+241=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #891CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891CF1 is #76E30E. Grayscale: #545454. Windows color (decimal): -7791375 or 15801481. OLE color: 15801481.
HSL color Cylindrical-coordinate representation of color #891CF1: hue angle of 270.7º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891CF1 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 28 | 241 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.05 |
| HSL | 270.7º | 0.88% | 0.53% | - |
| HSV(B) | 270.7º | 0.88% | 0.95% | - |
| XYZ | 26.61 | 12.5 | 84.23 | - |
| YUV | 84.87 | 216.11 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 241 | 0.43 | 0.88 | 0 | 0.05 | 270.7 | 0.88 | 0.53 |
| Hex | 89 | 1C | F1 | 2B | 58 | 0 | 5 | 10F | 58 | 35 |
| Octal | 211 | 34 | 361 | 53 | 130 | 0 | 5 | 417 | 130 | 65 |
| Binary | 10001001 | 11100 | 11110001 | 101011 | 1011000 | 0 | 101 | 100001111 | 1011000 | 110101 |
Color Harmonies of #891CF1
Complementary color
Monochromatic Colors of #891CF1
Black with #891CF1
Text Example
Text Example
White with #891CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891CF1; }
p { color: rgb(137,28,241); }
H1.HeaderClassName
{
color: #891CF1;
}
.AnyTagClassName
{
color: #891CF1;
}
</style>
background-color css
<style>
a { background-color: #891CF1; }
a { background-color: rgb(137,28,241); }
div.DivClassName
{
background-color: #891CF1;
}
.BgClassName
{
background-color: #891CF1;
}
</style>
border-color css
<style>
span { border-color: #891CF1; }
span { border-color: rgb(137,28,241); }
td.TdClassName
{
border-color: #891CF1;
}
.TagClassName
{
border-color: #891CF1;
}
</style>