Shades of Dark Violet #890BDD
Tints of Dark Violet #890BDD
RGB
CMYK
RGB Variations
Color information
#890BDD (or 0x890BDD) is known color: Dark Violet. HEX triplet: 89, 0B and DD. RGB value is (137,11,221). Sum of RGB (Red+Green+Blue) = 137+11+221=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #890BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BDD is #76F422. Grayscale: #474747. Windows color (decimal): -7795747 or 14486409. OLE color: 14486409.
HSL color Cylindrical-coordinate representation of color #890BDD: hue angle of 276º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BDD is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 11 | 221 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.13 |
| HSL | 276º | 0.91% | 0.45% | - |
| HSV(B) | 276º | 0.95% | 0.87% | - |
| XYZ | 23.49 | 10.78 | 69.25 | - |
| YUV | 72.61 | 211.74 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 221 | 0.38 | 0.95 | 0 | 0.13 | 276 | 0.91 | 0.45 |
| Hex | 89 | B | DD | 26 | 5F | 0 | D | 114 | 5B | 2D |
| Octal | 211 | 13 | 335 | 46 | 137 | 0 | 15 | 424 | 133 | 55 |
| Binary | 10001001 | 1011 | 11011101 | 100110 | 1011111 | 0 | 1101 | 100010100 | 1011011 | 101101 |
Color Harmonies of #890BDD
Complementary color
Monochromatic Colors of #890BDD
Black with #890BDD
Text Example
Text Example
White with #890BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BDD; }
p { color: rgb(137,11,221); }
H1.HeaderClassName
{
color: #890BDD;
}
.AnyTagClassName
{
color: #890BDD;
}
</style>
background-color css
<style>
a { background-color: #890BDD; }
a { background-color: rgb(137,11,221); }
div.DivClassName
{
background-color: #890BDD;
}
.BgClassName
{
background-color: #890BDD;
}
</style>
border-color css
<style>
span { border-color: #890BDD; }
span { border-color: rgb(137,11,221); }
td.TdClassName
{
border-color: #890BDD;
}
.TagClassName
{
border-color: #890BDD;
}
</style>