Shades of Blue Violet #890FF6
Tints of Blue Violet #890FF6
RGB
CMYK
RGB Variations
Color information
#890FF6 (or 0x890FF6) is known color: Blue Violet. HEX triplet: 89, 0F and F6. RGB value is (137,15,246). Sum of RGB (Red+Green+Blue) = 137+15+246=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #890FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FF6 is #76F009. Grayscale: #4D4D4D. Windows color (decimal): -7794698 or 16125833. OLE color: 16125833.
HSL color Cylindrical-coordinate representation of color #890FF6: hue angle of 271.69º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890FF6 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 15 | 246 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.04 |
| HSL | 271.69º | 0.93% | 0.51% | - |
| HSV(B) | 271.69º | 0.94% | 0.96% | - |
| XYZ | 27.12 | 12.31 | 88.14 | - |
| YUV | 77.81 | 222.92 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 246 | 0.44 | 0.94 | 0 | 0.04 | 271.69 | 0.93 | 0.51 |
| Hex | 89 | F | F6 | 2C | 5E | 0 | 4 | 110 | 5D | 33 |
| Octal | 211 | 17 | 366 | 54 | 136 | 0 | 4 | 420 | 135 | 63 |
| Binary | 10001001 | 1111 | 11110110 | 101100 | 1011110 | 0 | 100 | 100010000 | 1011101 | 110011 |
Color Harmonies of #890FF6
Complementary color
Monochromatic Colors of #890FF6
Black with #890FF6
Text Example
Text Example
White with #890FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FF6; }
p { color: rgb(137,15,246); }
H1.HeaderClassName
{
color: #890FF6;
}
.AnyTagClassName
{
color: #890FF6;
}
</style>
background-color css
<style>
a { background-color: #890FF6; }
a { background-color: rgb(137,15,246); }
div.DivClassName
{
background-color: #890FF6;
}
.BgClassName
{
background-color: #890FF6;
}
</style>
border-color css
<style>
span { border-color: #890FF6; }
span { border-color: rgb(137,15,246); }
td.TdClassName
{
border-color: #890FF6;
}
.TagClassName
{
border-color: #890FF6;
}
</style>