Shades of Blue Violet #890CF1
Tints of Blue Violet #890CF1
RGB
CMYK
RGB Variations
Color information
#890CF1 (or 0x890CF1) is known color: Blue Violet. HEX triplet: 89, 0C and F1. RGB value is (137,12,241). Sum of RGB (Red+Green+Blue) = 137+12+241=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #890CF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CF1 is #76F30E. Grayscale: #4A4A4A. Windows color (decimal): -7795471 or 15797385. OLE color: 15797385.
HSL color Cylindrical-coordinate representation of color #890CF1: hue angle of 272.75º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CF1 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 12 | 241 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.05 |
| HSL | 272.75º | 0.91% | 0.5% | - |
| HSV(B) | 272.75º | 0.95% | 0.95% | - |
| XYZ | 26.33 | 11.93 | 84.13 | - |
| YUV | 75.48 | 221.41 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 241 | 0.43 | 0.95 | 0 | 0.05 | 272.75 | 0.91 | 0.5 |
| Hex | 89 | C | F1 | 2B | 5F | 0 | 5 | 111 | 5B | 32 |
| Octal | 211 | 14 | 361 | 53 | 137 | 0 | 5 | 421 | 133 | 62 |
| Binary | 10001001 | 1100 | 11110001 | 101011 | 1011111 | 0 | 101 | 100010001 | 1011011 | 110010 |
Color Harmonies of #890CF1
Complementary color
Monochromatic Colors of #890CF1
Black with #890CF1
Text Example
Text Example
White with #890CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CF1; }
p { color: rgb(137,12,241); }
H1.HeaderClassName
{
color: #890CF1;
}
.AnyTagClassName
{
color: #890CF1;
}
</style>
background-color css
<style>
a { background-color: #890CF1; }
a { background-color: rgb(137,12,241); }
div.DivClassName
{
background-color: #890CF1;
}
.BgClassName
{
background-color: #890CF1;
}
</style>
border-color css
<style>
span { border-color: #890CF1; }
span { border-color: rgb(137,12,241); }
td.TdClassName
{
border-color: #890CF1;
}
.TagClassName
{
border-color: #890CF1;
}
</style>