Shades of Dark Violet #890DB7
Tints of Dark Violet #890DB7
RGB
CMYK
RGB Variations
Color information
#890DB7 (or 0x890DB7) is known color: Dark Violet. HEX triplet: 89, 0D and B7. RGB value is (137,13,183). Sum of RGB (Red+Green+Blue) = 137+13+183=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #890DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DB7 is #76F248. Grayscale: #444444. Windows color (decimal): -7795273 or 11996553. OLE color: 11996553.
HSL color Cylindrical-coordinate representation of color #890DB7: hue angle of 283.76º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890DB7 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 13 | 183 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.28 |
| HSL | 283.76º | 0.87% | 0.38% | - |
| HSV(B) | 283.76º | 0.93% | 0.72% | - |
| XYZ | 19.01 | 9.03 | 45.54 | - |
| YUV | 69.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 183 | 0.25 | 0.93 | 0 | 0.28 | 283.76 | 0.87 | 0.38 |
| Hex | 89 | D | B7 | 19 | 5D | 0 | 1C | 11C | 57 | 26 |
| Octal | 211 | 15 | 267 | 31 | 135 | 0 | 34 | 434 | 127 | 46 |
| Binary | 10001001 | 1101 | 10110111 | 11001 | 1011101 | 0 | 11100 | 100011100 | 1010111 | 100110 |
Color Harmonies of #890DB7
Complementary color
Monochromatic Colors of #890DB7
Black with #890DB7
Text Example
Text Example
White with #890DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DB7; }
p { color: rgb(137,13,183); }
H1.HeaderClassName
{
color: #890DB7;
}
.AnyTagClassName
{
color: #890DB7;
}
</style>
background-color css
<style>
a { background-color: #890DB7; }
a { background-color: rgb(137,13,183); }
div.DivClassName
{
background-color: #890DB7;
}
.BgClassName
{
background-color: #890DB7;
}
</style>
border-color css
<style>
span { border-color: #890DB7; }
span { border-color: rgb(137,13,183); }
td.TdClassName
{
border-color: #890DB7;
}
.TagClassName
{
border-color: #890DB7;
}
</style>