Shades of Blue Violet #890DF0
Tints of Blue Violet #890DF0
RGB
CMYK
RGB Variations
Color information
#890DF0 (or 0x890DF0) is known color: Blue Violet. HEX triplet: 89, 0D and F0. RGB value is (137,13,240). Sum of RGB (Red+Green+Blue) = 137+13+240=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #890DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DF0 is #76F20F. Grayscale: #4B4B4B. Windows color (decimal): -7795216 or 15732105. OLE color: 15732105.
HSL color Cylindrical-coordinate representation of color #890DF0: hue angle of 272.78º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890DF0 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 13 | 240 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.06 |
| HSL | 272.78º | 0.9% | 0.5% | - |
| HSV(B) | 272.78º | 0.95% | 0.94% | - |
| XYZ | 26.19 | 11.9 | 83.35 | - |
| YUV | 75.95 | 220.58 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 240 | 0.43 | 0.95 | 0 | 0.06 | 272.78 | 0.9 | 0.5 |
| Hex | 89 | D | F0 | 2B | 5F | 0 | 6 | 111 | 5A | 32 |
| Octal | 211 | 15 | 360 | 53 | 137 | 0 | 6 | 421 | 132 | 62 |
| Binary | 10001001 | 1101 | 11110000 | 101011 | 1011111 | 0 | 110 | 100010001 | 1011010 | 110010 |
Color Harmonies of #890DF0
Complementary color
Monochromatic Colors of #890DF0
Black with #890DF0
Text Example
Text Example
White with #890DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DF0; }
p { color: rgb(137,13,240); }
H1.HeaderClassName
{
color: #890DF0;
}
.AnyTagClassName
{
color: #890DF0;
}
</style>
background-color css
<style>
a { background-color: #890DF0; }
a { background-color: rgb(137,13,240); }
div.DivClassName
{
background-color: #890DF0;
}
.BgClassName
{
background-color: #890DF0;
}
</style>
border-color css
<style>
span { border-color: #890DF0; }
span { border-color: rgb(137,13,240); }
td.TdClassName
{
border-color: #890DF0;
}
.TagClassName
{
border-color: #890DF0;
}
</style>