Shades of Dark Violet #890BDE
Tints of Dark Violet #890BDE
RGB
CMYK
RGB Variations
Color information
#890BDE (or 0x890BDE) is known color: Dark Violet. HEX triplet: 89, 0B and DE. RGB value is (137,11,222). Sum of RGB (Red+Green+Blue) = 137+11+222=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #890BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BDE is #76F421. Grayscale: #484848. Windows color (decimal): -7795746 or 14551945. OLE color: 14551945.
HSL color Cylindrical-coordinate representation of color #890BDE: hue angle of 275.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BDE is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 11 | 222 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.13 |
| HSL | 275.83º | 0.91% | 0.46% | - |
| HSV(B) | 275.83º | 0.95% | 0.87% | - |
| XYZ | 23.62 | 10.83 | 69.95 | - |
| YUV | 72.73 | 212.24 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 222 | 0.38 | 0.95 | 0 | 0.13 | 275.83 | 0.91 | 0.46 |
| Hex | 89 | B | DE | 26 | 5F | 0 | D | 114 | 5B | 2E |
| Octal | 211 | 13 | 336 | 46 | 137 | 0 | 15 | 424 | 133 | 56 |
| Binary | 10001001 | 1011 | 11011110 | 100110 | 1011111 | 0 | 1101 | 100010100 | 1011011 | 101110 |
Color Harmonies of #890BDE
Complementary color
Monochromatic Colors of #890BDE
Black with #890BDE
Text Example
Text Example
White with #890BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BDE; }
p { color: rgb(137,11,222); }
H1.HeaderClassName
{
color: #890BDE;
}
.AnyTagClassName
{
color: #890BDE;
}
</style>
background-color css
<style>
a { background-color: #890BDE; }
a { background-color: rgb(137,11,222); }
div.DivClassName
{
background-color: #890BDE;
}
.BgClassName
{
background-color: #890BDE;
}
</style>
border-color css
<style>
span { border-color: #890BDE; }
span { border-color: rgb(137,11,222); }
td.TdClassName
{
border-color: #890BDE;
}
.TagClassName
{
border-color: #890BDE;
}
</style>