Shades of Dark Violet #890BC3
Tints of Dark Violet #890BC3
RGB
CMYK
RGB Variations
Color information
#890BC3 (or 0x890BC3) is known color: Dark Violet. HEX triplet: 89, 0B and C3. RGB value is (137,11,195). Sum of RGB (Red+Green+Blue) = 137+11+195=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 195 (76.56% from 255 or 56.85% from 343); Max value from RGB is 195 - color contains mainly: blue. Hex color #890BC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BC3 is #76F43C. Grayscale: #454545. Windows color (decimal): -7795773 or 12782473. OLE color: 12782473.
HSL color Cylindrical-coordinate representation of color #890BC3: hue angle of 281.09º 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 #890BC3 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 11 | 195 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.24 |
| HSL | 281.09º | 0.89% | 0.4% | - |
| HSV(B) | 281.09º | 0.94% | 0.76% | - |
| XYZ | 20.29 | 9.5 | 52.39 | - |
| YUV | 69.65 | 198.74 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 195 | 0.30 | 0.94 | 0 | 0.24 | 281.09 | 0.89 | 0.4 |
| Hex | 89 | B | C3 | 1E | 5E | 0 | 18 | 119 | 59 | 28 |
| Octal | 211 | 13 | 303 | 36 | 136 | 0 | 30 | 431 | 131 | 50 |
| Binary | 10001001 | 1011 | 11000011 | 11110 | 1011110 | 0 | 11000 | 100011001 | 1011001 | 101000 |
Color Harmonies of #890BC3
Complementary color
Monochromatic Colors of #890BC3
Black with #890BC3
Text Example
Text Example
White with #890BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BC3; }
p { color: rgb(137,11,195); }
H1.HeaderClassName
{
color: #890BC3;
}
.AnyTagClassName
{
color: #890BC3;
}
</style>
background-color css
<style>
a { background-color: #890BC3; }
a { background-color: rgb(137,11,195); }
div.DivClassName
{
background-color: #890BC3;
}
.BgClassName
{
background-color: #890BC3;
}
</style>
border-color css
<style>
span { border-color: #890BC3; }
span { border-color: rgb(137,11,195); }
td.TdClassName
{
border-color: #890BC3;
}
.TagClassName
{
border-color: #890BC3;
}
</style>