Shades of Blue Violet #890FFA
Tints of Blue Violet #890FFA
RGB
CMYK
RGB Variations
Color information
#890FFA (or 0x890FFA) is known color: Blue Violet. HEX triplet: 89, 0F and FA. RGB value is (137,15,250). Sum of RGB (Red+Green+Blue) = 137+15+250=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #890FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FFA is #76F005. Grayscale: #4D4D4D. Windows color (decimal): -7794694 or 16387977. OLE color: 16387977.
HSL color Cylindrical-coordinate representation of color #890FFA: hue angle of 271.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890FFA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 15 | 250 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.02 |
| HSL | 271.15º | 0.96% | 0.52% | - |
| HSV(B) | 271.15º | 0.94% | 0.98% | - |
| XYZ | 27.74 | 12.56 | 91.41 | - |
| YUV | 78.27 | 224.92 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 250 | 0.45 | 0.94 | 0 | 0.02 | 271.15 | 0.96 | 0.52 |
| Hex | 89 | F | FA | 2D | 5E | 0 | 2 | 10F | 60 | 34 |
| Octal | 211 | 17 | 372 | 55 | 136 | 0 | 2 | 417 | 140 | 64 |
| Binary | 10001001 | 1111 | 11111010 | 101101 | 1011110 | 0 | 10 | 100001111 | 1100000 | 110100 |
Color Harmonies of #890FFA
Complementary color
Monochromatic Colors of #890FFA
Black with #890FFA
Text Example
Text Example
White with #890FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FFA; }
p { color: rgb(137,15,250); }
H1.HeaderClassName
{
color: #890FFA;
}
.AnyTagClassName
{
color: #890FFA;
}
</style>
background-color css
<style>
a { background-color: #890FFA; }
a { background-color: rgb(137,15,250); }
div.DivClassName
{
background-color: #890FFA;
}
.BgClassName
{
background-color: #890FFA;
}
</style>
border-color css
<style>
span { border-color: #890FFA; }
span { border-color: rgb(137,15,250); }
td.TdClassName
{
border-color: #890FFA;
}
.TagClassName
{
border-color: #890FFA;
}
</style>