Shades of Blue Violet #890DF1
Tints of Blue Violet #890DF1
RGB
CMYK
RGB Variations
Color information
#890DF1 (or 0x890DF1) is known color: Blue Violet. HEX triplet: 89, 0D and F1. RGB value is (137,13,241). Sum of RGB (Red+Green+Blue) = 137+13+241=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #890DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DF1 is #76F20E. Grayscale: #4B4B4B. Windows color (decimal): -7795215 or 15797641. OLE color: 15797641.
HSL color Cylindrical-coordinate representation of color #890DF1: hue angle of 272.63º degrees, saturation: 0.9, 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 #890DF1 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 13 | 241 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.05 |
| HSL | 272.63º | 0.9% | 0.5% | - |
| HSV(B) | 272.63º | 0.95% | 0.95% | - |
| XYZ | 26.34 | 11.96 | 84.14 | - |
| YUV | 76.07 | 221.08 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 241 | 0.43 | 0.95 | 0 | 0.05 | 272.63 | 0.9 | 0.5 |
| Hex | 89 | D | F1 | 2B | 5F | 0 | 5 | 111 | 5A | 32 |
| Octal | 211 | 15 | 361 | 53 | 137 | 0 | 5 | 421 | 132 | 62 |
| Binary | 10001001 | 1101 | 11110001 | 101011 | 1011111 | 0 | 101 | 100010001 | 1011010 | 110010 |
Color Harmonies of #890DF1
Complementary color
Monochromatic Colors of #890DF1
Black with #890DF1
Text Example
Text Example
White with #890DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DF1; }
p { color: rgb(137,13,241); }
H1.HeaderClassName
{
color: #890DF1;
}
.AnyTagClassName
{
color: #890DF1;
}
</style>
background-color css
<style>
a { background-color: #890DF1; }
a { background-color: rgb(137,13,241); }
div.DivClassName
{
background-color: #890DF1;
}
.BgClassName
{
background-color: #890DF1;
}
</style>
border-color css
<style>
span { border-color: #890DF1; }
span { border-color: rgb(137,13,241); }
td.TdClassName
{
border-color: #890DF1;
}
.TagClassName
{
border-color: #890DF1;
}
</style>