Shades of Blue Violet #890DF6
Tints of Blue Violet #890DF6
RGB
CMYK
RGB Variations
Color information
#890DF6 (or 0x890DF6) is known color: Blue Violet. HEX triplet: 89, 0D and F6. RGB value is (137,13,246). Sum of RGB (Red+Green+Blue) = 137+13+246=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #890DF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890DF6 is #76F209. Grayscale: #4B4B4B. Windows color (decimal): -7795210 or 16125321. OLE color: 16125321.
HSL color Cylindrical-coordinate representation of color #890DF6: hue angle of 271.93º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890DF6 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 13 | 246 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.04 |
| HSL | 271.93º | 0.93% | 0.51% | - |
| HSV(B) | 271.93º | 0.95% | 0.96% | - |
| XYZ | 27.1 | 12.26 | 88.13 | - |
| YUV | 76.64 | 223.58 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 246 | 0.44 | 0.95 | 0 | 0.04 | 271.93 | 0.93 | 0.51 |
| Hex | 89 | D | F6 | 2C | 5F | 0 | 4 | 110 | 5D | 33 |
| Octal | 211 | 15 | 366 | 54 | 137 | 0 | 4 | 420 | 135 | 63 |
| Binary | 10001001 | 1101 | 11110110 | 101100 | 1011111 | 0 | 100 | 100010000 | 1011101 | 110011 |
Color Harmonies of #890DF6
Complementary color
Monochromatic Colors of #890DF6
Black with #890DF6
Text Example
Text Example
White with #890DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DF6; }
p { color: rgb(137,13,246); }
H1.HeaderClassName
{
color: #890DF6;
}
.AnyTagClassName
{
color: #890DF6;
}
</style>
background-color css
<style>
a { background-color: #890DF6; }
a { background-color: rgb(137,13,246); }
div.DivClassName
{
background-color: #890DF6;
}
.BgClassName
{
background-color: #890DF6;
}
</style>
border-color css
<style>
span { border-color: #890DF6; }
span { border-color: rgb(137,13,246); }
td.TdClassName
{
border-color: #890DF6;
}
.TagClassName
{
border-color: #890DF6;
}
</style>