Shades of Dark Violet #890BCD
Tints of Dark Violet #890BCD
RGB
CMYK
RGB Variations
Color information
#890BCD (or 0x890BCD) is known color: Dark Violet. HEX triplet: 89, 0B and CD. RGB value is (137,11,205). Sum of RGB (Red+Green+Blue) = 137+11+205=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #890BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BCD is #76F432. Grayscale: #464646. Windows color (decimal): -7795763 or 13437833. OLE color: 13437833.
HSL color Cylindrical-coordinate representation of color #890BCD: hue angle of 278.97º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BCD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 11 | 205 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.20 |
| HSL | 278.97º | 0.9% | 0.42% | - |
| HSV(B) | 278.97º | 0.95% | 0.8% | - |
| XYZ | 21.46 | 9.97 | 58.55 | - |
| YUV | 70.79 | 203.74 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 205 | 0.33 | 0.95 | 0 | 0.20 | 278.97 | 0.9 | 0.42 |
| Hex | 89 | B | CD | 21 | 5F | 0 | 14 | 117 | 5A | 2A |
| Octal | 211 | 13 | 315 | 41 | 137 | 0 | 24 | 427 | 132 | 52 |
| Binary | 10001001 | 1011 | 11001101 | 100001 | 1011111 | 0 | 10100 | 100010111 | 1011010 | 101010 |
Color Harmonies of #890BCD
Complementary color
Monochromatic Colors of #890BCD
Black with #890BCD
Text Example
Text Example
White with #890BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BCD; }
p { color: rgb(137,11,205); }
H1.HeaderClassName
{
color: #890BCD;
}
.AnyTagClassName
{
color: #890BCD;
}
</style>
background-color css
<style>
a { background-color: #890BCD; }
a { background-color: rgb(137,11,205); }
div.DivClassName
{
background-color: #890BCD;
}
.BgClassName
{
background-color: #890BCD;
}
</style>
border-color css
<style>
span { border-color: #890BCD; }
span { border-color: rgb(137,11,205); }
td.TdClassName
{
border-color: #890BCD;
}
.TagClassName
{
border-color: #890BCD;
}
</style>