Shades of Blue Violet #890FF2
Tints of Blue Violet #890FF2
RGB
CMYK
RGB Variations
Color information
#890FF2 (or 0x890FF2) is known color: Blue Violet. HEX triplet: 89, 0F and F2. RGB value is (137,15,242). Sum of RGB (Red+Green+Blue) = 137+15+242=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #890FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FF2 is #76F00D. Grayscale: #4C4C4C. Windows color (decimal): -7794702 or 15863689. OLE color: 15863689.
HSL color Cylindrical-coordinate representation of color #890FF2: hue angle of 272.25º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890FF2 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 15 | 242 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.05 |
| HSL | 272.25º | 0.9% | 0.5% | - |
| HSV(B) | 272.25º | 0.94% | 0.95% | - |
| XYZ | 26.51 | 12.07 | 84.94 | - |
| YUV | 77.36 | 220.92 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 242 | 0.43 | 0.94 | 0 | 0.05 | 272.25 | 0.9 | 0.5 |
| Hex | 89 | F | F2 | 2B | 5E | 0 | 5 | 110 | 5A | 32 |
| Octal | 211 | 17 | 362 | 53 | 136 | 0 | 5 | 420 | 132 | 62 |
| Binary | 10001001 | 1111 | 11110010 | 101011 | 1011110 | 0 | 101 | 100010000 | 1011010 | 110010 |
Color Harmonies of #890FF2
Complementary color
Monochromatic Colors of #890FF2
Black with #890FF2
Text Example
Text Example
White with #890FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FF2; }
p { color: rgb(137,15,242); }
H1.HeaderClassName
{
color: #890FF2;
}
.AnyTagClassName
{
color: #890FF2;
}
</style>
background-color css
<style>
a { background-color: #890FF2; }
a { background-color: rgb(137,15,242); }
div.DivClassName
{
background-color: #890FF2;
}
.BgClassName
{
background-color: #890FF2;
}
</style>
border-color css
<style>
span { border-color: #890FF2; }
span { border-color: rgb(137,15,242); }
td.TdClassName
{
border-color: #890FF2;
}
.TagClassName
{
border-color: #890FF2;
}
</style>