Shades of Dark Violet #890BB7
Tints of Dark Violet #890BB7
RGB
CMYK
RGB Variations
Color information
#890BB7 (or 0x890BB7) is known color: Dark Violet. HEX triplet: 89, 0B and B7. RGB value is (137,11,183). Sum of RGB (Red+Green+Blue) = 137+11+183=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #890BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BB7 is #76F448. Grayscale: #434343. Windows color (decimal): -7795785 or 11996041. OLE color: 11996041.
HSL color Cylindrical-coordinate representation of color #890BB7: hue angle of 283.95º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BB7 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 11 | 183 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.28 |
| HSL | 283.95º | 0.89% | 0.38% | - |
| HSV(B) | 283.95º | 0.94% | 0.72% | - |
| XYZ | 18.98 | 8.98 | 45.53 | - |
| YUV | 68.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 183 | 0.25 | 0.94 | 0 | 0.28 | 283.95 | 0.89 | 0.38 |
| Hex | 89 | B | B7 | 19 | 5E | 0 | 1C | 11C | 59 | 26 |
| Octal | 211 | 13 | 267 | 31 | 136 | 0 | 34 | 434 | 131 | 46 |
| Binary | 10001001 | 1011 | 10110111 | 11001 | 1011110 | 0 | 11100 | 100011100 | 1011001 | 100110 |
Color Harmonies of #890BB7
Complementary color
Monochromatic Colors of #890BB7
Black with #890BB7
Text Example
Text Example
White with #890BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BB7; }
p { color: rgb(137,11,183); }
H1.HeaderClassName
{
color: #890BB7;
}
.AnyTagClassName
{
color: #890BB7;
}
</style>
background-color css
<style>
a { background-color: #890BB7; }
a { background-color: rgb(137,11,183); }
div.DivClassName
{
background-color: #890BB7;
}
.BgClassName
{
background-color: #890BB7;
}
</style>
border-color css
<style>
span { border-color: #890BB7; }
span { border-color: rgb(137,11,183); }
td.TdClassName
{
border-color: #890BB7;
}
.TagClassName
{
border-color: #890BB7;
}
</style>