Shades of Blue Violet #890EFC
Tints of Blue Violet #890EFC
RGB
CMYK
RGB Variations
Color information
#890EFC (or 0x890EFC) is known color: Blue Violet. HEX triplet: 89, 0E and FC. RGB value is (137,14,252). Sum of RGB (Red+Green+Blue) = 137+14+252=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #890EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EFC is #76F103. Grayscale: #4D4D4D. Windows color (decimal): -7794948 or 16518793. OLE color: 16518793.
HSL color Cylindrical-coordinate representation of color #890EFC: hue angle of 271.01º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EFC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 14 | 252 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.01 |
| HSL | 271.01º | 0.98% | 0.52% | - |
| HSV(B) | 271.01º | 0.94% | 0.99% | - |
| XYZ | 28.04 | 12.66 | 93.06 | - |
| YUV | 77.91 | 226.25 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 252 | 0.46 | 0.94 | 0 | 0.01 | 271.01 | 0.98 | 0.52 |
| Hex | 89 | E | FC | 2E | 5E | 0 | 1 | 10F | 62 | 34 |
| Octal | 211 | 16 | 374 | 56 | 136 | 0 | 1 | 417 | 142 | 64 |
| Binary | 10001001 | 1110 | 11111100 | 101110 | 1011110 | 0 | 1 | 100001111 | 1100010 | 110100 |
Color Harmonies of #890EFC
Complementary color
Monochromatic Colors of #890EFC
Black with #890EFC
Text Example
Text Example
White with #890EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EFC; }
p { color: rgb(137,14,252); }
H1.HeaderClassName
{
color: #890EFC;
}
.AnyTagClassName
{
color: #890EFC;
}
</style>
background-color css
<style>
a { background-color: #890EFC; }
a { background-color: rgb(137,14,252); }
div.DivClassName
{
background-color: #890EFC;
}
.BgClassName
{
background-color: #890EFC;
}
</style>
border-color css
<style>
span { border-color: #890EFC; }
span { border-color: rgb(137,14,252); }
td.TdClassName
{
border-color: #890EFC;
}
.TagClassName
{
border-color: #890EFC;
}
</style>