Shades of Blue Violet #890BF1
Tints of Blue Violet #890BF1
RGB
CMYK
RGB Variations
Color information
#890BF1 (or 0x890BF1) is known color: Blue Violet. HEX triplet: 89, 0B and F1. RGB value is (137,11,241). Sum of RGB (Red+Green+Blue) = 137+11+241=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #890BF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890BF1 is #76F40E. Grayscale: #4A4A4A. Windows color (decimal): -7795727 or 15797129. OLE color: 15797129.
HSL color Cylindrical-coordinate representation of color #890BF1: hue angle of 272.87º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BF1 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 11 | 241 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.05 |
| HSL | 272.87º | 0.91% | 0.49% | - |
| HSV(B) | 272.87º | 0.95% | 0.95% | - |
| XYZ | 26.31 | 11.91 | 84.13 | - |
| YUV | 74.89 | 221.74 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 241 | 0.43 | 0.95 | 0 | 0.05 | 272.87 | 0.91 | 0.49 |
| Hex | 89 | B | F1 | 2B | 5F | 0 | 5 | 111 | 5B | 31 |
| Octal | 211 | 13 | 361 | 53 | 137 | 0 | 5 | 421 | 133 | 61 |
| Binary | 10001001 | 1011 | 11110001 | 101011 | 1011111 | 0 | 101 | 100010001 | 1011011 | 110001 |
Color Harmonies of #890BF1
Complementary color
Monochromatic Colors of #890BF1
Black with #890BF1
Text Example
Text Example
White with #890BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BF1; }
p { color: rgb(137,11,241); }
H1.HeaderClassName
{
color: #890BF1;
}
.AnyTagClassName
{
color: #890BF1;
}
</style>
background-color css
<style>
a { background-color: #890BF1; }
a { background-color: rgb(137,11,241); }
div.DivClassName
{
background-color: #890BF1;
}
.BgClassName
{
background-color: #890BF1;
}
</style>
border-color css
<style>
span { border-color: #890BF1; }
span { border-color: rgb(137,11,241); }
td.TdClassName
{
border-color: #890BF1;
}
.TagClassName
{
border-color: #890BF1;
}
</style>