Shades of Blue Violet #890DF2
Tints of Blue Violet #890DF2
RGB
CMYK
RGB Variations
Color information
#890DF2 (or 0x890DF2) is known color: Blue Violet. HEX triplet: 89, 0D and F2. RGB value is (137,13,242). Sum of RGB (Red+Green+Blue) = 137+13+242=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #890DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DF2 is #76F20D. Grayscale: #4B4B4B. Windows color (decimal): -7795214 or 15863177. OLE color: 15863177.
HSL color Cylindrical-coordinate representation of color #890DF2: hue angle of 272.49º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890DF2 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 13 | 242 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.05 |
| HSL | 272.49º | 0.9% | 0.5% | - |
| HSV(B) | 272.49º | 0.95% | 0.95% | - |
| XYZ | 26.49 | 12.02 | 84.93 | - |
| YUV | 76.18 | 221.58 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 242 | 0.43 | 0.95 | 0 | 0.05 | 272.49 | 0.9 | 0.5 |
| Hex | 89 | D | F2 | 2B | 5F | 0 | 5 | 110 | 5A | 32 |
| Octal | 211 | 15 | 362 | 53 | 137 | 0 | 5 | 420 | 132 | 62 |
| Binary | 10001001 | 1101 | 11110010 | 101011 | 1011111 | 0 | 101 | 100010000 | 1011010 | 110010 |
Color Harmonies of #890DF2
Complementary color
Monochromatic Colors of #890DF2
Black with #890DF2
Text Example
Text Example
White with #890DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DF2; }
p { color: rgb(137,13,242); }
H1.HeaderClassName
{
color: #890DF2;
}
.AnyTagClassName
{
color: #890DF2;
}
</style>
background-color css
<style>
a { background-color: #890DF2; }
a { background-color: rgb(137,13,242); }
div.DivClassName
{
background-color: #890DF2;
}
.BgClassName
{
background-color: #890DF2;
}
</style>
border-color css
<style>
span { border-color: #890DF2; }
span { border-color: rgb(137,13,242); }
td.TdClassName
{
border-color: #890DF2;
}
.TagClassName
{
border-color: #890DF2;
}
</style>