Shades of Dark Violet #890BE1
Tints of Dark Violet #890BE1
RGB
CMYK
RGB Variations
Color information
#890BE1 (or 0x890BE1) is known color: Dark Violet. HEX triplet: 89, 0B and E1. RGB value is (137,11,225). Sum of RGB (Red+Green+Blue) = 137+11+225=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #890BE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BE1 is #76F41E. Grayscale: #484848. Windows color (decimal): -7795743 or 14748553. OLE color: 14748553.
HSL color Cylindrical-coordinate representation of color #890BE1: hue angle of 275.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BE1 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 11 | 225 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.12 |
| HSL | 275.33º | 0.91% | 0.46% | - |
| HSV(B) | 275.33º | 0.95% | 0.88% | - |
| XYZ | 24.03 | 10.99 | 72.09 | - |
| YUV | 73.07 | 213.74 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 225 | 0.39 | 0.95 | 0 | 0.12 | 275.33 | 0.91 | 0.46 |
| Hex | 89 | B | E1 | 27 | 5F | 0 | C | 113 | 5B | 2E |
| Octal | 211 | 13 | 341 | 47 | 137 | 0 | 14 | 423 | 133 | 56 |
| Binary | 10001001 | 1011 | 11100001 | 100111 | 1011111 | 0 | 1100 | 100010011 | 1011011 | 101110 |
Color Harmonies of #890BE1
Complementary color
Monochromatic Colors of #890BE1
Black with #890BE1
Text Example
Text Example
White with #890BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BE1; }
p { color: rgb(137,11,225); }
H1.HeaderClassName
{
color: #890BE1;
}
.AnyTagClassName
{
color: #890BE1;
}
</style>
background-color css
<style>
a { background-color: #890BE1; }
a { background-color: rgb(137,11,225); }
div.DivClassName
{
background-color: #890BE1;
}
.BgClassName
{
background-color: #890BE1;
}
</style>
border-color css
<style>
span { border-color: #890BE1; }
span { border-color: rgb(137,11,225); }
td.TdClassName
{
border-color: #890BE1;
}
.TagClassName
{
border-color: #890BE1;
}
</style>