Shades of Dark Violet #890BBE
Tints of Dark Violet #890BBE
RGB
CMYK
RGB Variations
Color information
#890BBE (or 0x890BBE) is known color: Dark Violet. HEX triplet: 89, 0B and BE. RGB value is (137,11,190). Sum of RGB (Red+Green+Blue) = 137+11+190=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #890BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BBE is #76F441. Grayscale: #444444. Windows color (decimal): -7795778 or 12454793. OLE color: 12454793.
HSL color Cylindrical-coordinate representation of color #890BBE: hue angle of 282.23º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BBE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 11 | 190 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.25 |
| HSL | 282.23º | 0.89% | 0.39% | - |
| HSV(B) | 282.23º | 0.94% | 0.75% | - |
| XYZ | 19.73 | 9.28 | 49.47 | - |
| YUV | 69.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 190 | 0.28 | 0.94 | 0 | 0.25 | 282.23 | 0.89 | 0.39 |
| Hex | 89 | B | BE | 1C | 5E | 0 | 19 | 11A | 59 | 27 |
| Octal | 211 | 13 | 276 | 34 | 136 | 0 | 31 | 432 | 131 | 47 |
| Binary | 10001001 | 1011 | 10111110 | 11100 | 1011110 | 0 | 11001 | 100011010 | 1011001 | 100111 |
Color Harmonies of #890BBE
Complementary color
Monochromatic Colors of #890BBE
Black with #890BBE
Text Example
Text Example
White with #890BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BBE; }
p { color: rgb(137,11,190); }
H1.HeaderClassName
{
color: #890BBE;
}
.AnyTagClassName
{
color: #890BBE;
}
</style>
background-color css
<style>
a { background-color: #890BBE; }
a { background-color: rgb(137,11,190); }
div.DivClassName
{
background-color: #890BBE;
}
.BgClassName
{
background-color: #890BBE;
}
</style>
border-color css
<style>
span { border-color: #890BBE; }
span { border-color: rgb(137,11,190); }
td.TdClassName
{
border-color: #890BBE;
}
.TagClassName
{
border-color: #890BBE;
}
</style>