Shades of Dark Violet #890AB7
Tints of Dark Violet #890AB7
RGB
CMYK
RGB Variations
Color information
#890AB7 (or 0x890AB7) is known color: Dark Violet. HEX triplet: 89, 0A and B7. RGB value is (137,10,183). Sum of RGB (Red+Green+Blue) = 137+10+183=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #890AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890AB7 is #76F548. Grayscale: #434343. Windows color (decimal): -7796041 or 11995785. OLE color: 11995785.
HSL color Cylindrical-coordinate representation of color #890AB7: hue angle of 284.05º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890AB7 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 10 | 183 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.28 |
| HSL | 284.05º | 0.9% | 0.38% | - |
| HSV(B) | 284.05º | 0.95% | 0.72% | - |
| XYZ | 18.97 | 8.95 | 45.53 | - |
| YUV | 67.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 183 | 0.25 | 0.95 | 0 | 0.28 | 284.05 | 0.9 | 0.38 |
| Hex | 89 | A | B7 | 19 | 5F | 0 | 1C | 11C | 5A | 26 |
| Octal | 211 | 12 | 267 | 31 | 137 | 0 | 34 | 434 | 132 | 46 |
| Binary | 10001001 | 1010 | 10110111 | 11001 | 1011111 | 0 | 11100 | 100011100 | 1011010 | 100110 |
Color Harmonies of #890AB7
Complementary color
Monochromatic Colors of #890AB7
Black with #890AB7
Text Example
Text Example
White with #890AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890AB7; }
p { color: rgb(137,10,183); }
H1.HeaderClassName
{
color: #890AB7;
}
.AnyTagClassName
{
color: #890AB7;
}
</style>
background-color css
<style>
a { background-color: #890AB7; }
a { background-color: rgb(137,10,183); }
div.DivClassName
{
background-color: #890AB7;
}
.BgClassName
{
background-color: #890AB7;
}
</style>
border-color css
<style>
span { border-color: #890AB7; }
span { border-color: rgb(137,10,183); }
td.TdClassName
{
border-color: #890AB7;
}
.TagClassName
{
border-color: #890AB7;
}
</style>