Shades of Dark Violet #890BAF
Tints of Dark Violet #890BAF
RGB
CMYK
RGB Variations
Color information
#890BAF (or 0x890BAF) is known color: Dark Violet. HEX triplet: 89, 0B and AF. RGB value is (137,11,175). Sum of RGB (Red+Green+Blue) = 137+11+175=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #890BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890BAF is #76F450. Grayscale: #424242. Windows color (decimal): -7795793 or 11471753. OLE color: 11471753.
HSL color Cylindrical-coordinate representation of color #890BAF: hue angle of 286.1º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BAF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 11 | 175 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.31 |
| HSL | 286.1º | 0.88% | 0.36% | - |
| HSV(B) | 286.1º | 0.94% | 0.69% | - |
| XYZ | 18.17 | 8.65 | 41.27 | - |
| YUV | 67.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 175 | 0.22 | 0.94 | 0 | 0.31 | 286.1 | 0.88 | 0.36 |
| Hex | 89 | B | AF | 16 | 5E | 0 | 1F | 11E | 58 | 24 |
| Octal | 211 | 13 | 257 | 26 | 136 | 0 | 37 | 436 | 130 | 44 |
| Binary | 10001001 | 1011 | 10101111 | 10110 | 1011110 | 0 | 11111 | 100011110 | 1011000 | 100100 |
Color Harmonies of #890BAF
Complementary color
Monochromatic Colors of #890BAF
Black with #890BAF
Text Example
Text Example
White with #890BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BAF; }
p { color: rgb(137,11,175); }
H1.HeaderClassName
{
color: #890BAF;
}
.AnyTagClassName
{
color: #890BAF;
}
</style>
background-color css
<style>
a { background-color: #890BAF; }
a { background-color: rgb(137,11,175); }
div.DivClassName
{
background-color: #890BAF;
}
.BgClassName
{
background-color: #890BAF;
}
</style>
border-color css
<style>
span { border-color: #890BAF; }
span { border-color: rgb(137,11,175); }
td.TdClassName
{
border-color: #890BAF;
}
.TagClassName
{
border-color: #890BAF;
}
</style>