Shades of Blue Violet #890FEF
Tints of Blue Violet #890FEF
RGB
CMYK
RGB Variations
Color information
#890FEF (or 0x890FEF) is known color: Blue Violet. HEX triplet: 89, 0F and EF. RGB value is (137,15,239). Sum of RGB (Red+Green+Blue) = 137+15+239=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #890FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FEF is #76F010. Grayscale: #4C4C4C. Windows color (decimal): -7794705 or 15667081. OLE color: 15667081.
HSL color Cylindrical-coordinate representation of color #890FEF: hue angle of 272.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890FEF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 15 | 239 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.06 |
| HSL | 272.68º | 0.88% | 0.5% | - |
| HSV(B) | 272.68º | 0.94% | 0.94% | - |
| XYZ | 26.07 | 11.89 | 82.58 | - |
| YUV | 77.01 | 219.42 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 239 | 0.43 | 0.94 | 0 | 0.06 | 272.68 | 0.88 | 0.5 |
| Hex | 89 | F | EF | 2B | 5E | 0 | 6 | 111 | 58 | 32 |
| Octal | 211 | 17 | 357 | 53 | 136 | 0 | 6 | 421 | 130 | 62 |
| Binary | 10001001 | 1111 | 11101111 | 101011 | 1011110 | 0 | 110 | 100010001 | 1011000 | 110010 |
Color Harmonies of #890FEF
Complementary color
Monochromatic Colors of #890FEF
Black with #890FEF
Text Example
Text Example
White with #890FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FEF; }
p { color: rgb(137,15,239); }
H1.HeaderClassName
{
color: #890FEF;
}
.AnyTagClassName
{
color: #890FEF;
}
</style>
background-color css
<style>
a { background-color: #890FEF; }
a { background-color: rgb(137,15,239); }
div.DivClassName
{
background-color: #890FEF;
}
.BgClassName
{
background-color: #890FEF;
}
</style>
border-color css
<style>
span { border-color: #890FEF; }
span { border-color: rgb(137,15,239); }
td.TdClassName
{
border-color: #890FEF;
}
.TagClassName
{
border-color: #890FEF;
}
</style>