Shades of Dark Violet #890BC1
Tints of Dark Violet #890BC1
RGB
CMYK
RGB Variations
Color information
#890BC1 (or 0x890BC1) is known color: Dark Violet. HEX triplet: 89, 0B and C1. RGB value is (137,11,193). Sum of RGB (Red+Green+Blue) = 137+11+193=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #890BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BC1 is #76F43E. Grayscale: #444444. Windows color (decimal): -7795775 or 12651401. OLE color: 12651401.
HSL color Cylindrical-coordinate representation of color #890BC1: hue angle of 281.54º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BC1 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 11 | 193 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.24 |
| HSL | 281.54º | 0.89% | 0.4% | - |
| HSV(B) | 281.54º | 0.94% | 0.76% | - |
| XYZ | 20.06 | 9.41 | 51.21 | - |
| YUV | 69.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 193 | 0.29 | 0.94 | 0 | 0.24 | 281.54 | 0.89 | 0.4 |
| Hex | 89 | B | C1 | 1D | 5E | 0 | 18 | 11A | 59 | 28 |
| Octal | 211 | 13 | 301 | 35 | 136 | 0 | 30 | 432 | 131 | 50 |
| Binary | 10001001 | 1011 | 11000001 | 11101 | 1011110 | 0 | 11000 | 100011010 | 1011001 | 101000 |
Color Harmonies of #890BC1
Complementary color
Monochromatic Colors of #890BC1
Black with #890BC1
Text Example
Text Example
White with #890BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BC1; }
p { color: rgb(137,11,193); }
H1.HeaderClassName
{
color: #890BC1;
}
.AnyTagClassName
{
color: #890BC1;
}
</style>
background-color css
<style>
a { background-color: #890BC1; }
a { background-color: rgb(137,11,193); }
div.DivClassName
{
background-color: #890BC1;
}
.BgClassName
{
background-color: #890BC1;
}
</style>
border-color css
<style>
span { border-color: #890BC1; }
span { border-color: rgb(137,11,193); }
td.TdClassName
{
border-color: #890BC1;
}
.TagClassName
{
border-color: #890BC1;
}
</style>