Shades of Dark Violet #890BD3
Tints of Dark Violet #890BD3
RGB
CMYK
RGB Variations
Color information
#890BD3 (or 0x890BD3) is known color: Dark Violet. HEX triplet: 89, 0B and D3. RGB value is (137,11,211). Sum of RGB (Red+Green+Blue) = 137+11+211=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 211 (82.81% from 255 or 58.77% from 359); Max value from RGB is 211 - color contains mainly: blue. Hex color #890BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BD3 is #76F42C. Grayscale: #464646. Windows color (decimal): -7795757 or 13831049. OLE color: 13831049.
HSL color Cylindrical-coordinate representation of color #890BD3: hue angle of 277.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BD3 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 11 | 211 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.17 |
| HSL | 277.8º | 0.9% | 0.44% | - |
| HSV(B) | 277.8º | 0.95% | 0.83% | - |
| XYZ | 22.19 | 10.26 | 62.44 | - |
| YUV | 71.47 | 206.74 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 211 | 0.35 | 0.95 | 0 | 0.17 | 277.8 | 0.9 | 0.44 |
| Hex | 89 | B | D3 | 23 | 5F | 0 | 11 | 116 | 5A | 2C |
| Octal | 211 | 13 | 323 | 43 | 137 | 0 | 21 | 426 | 132 | 54 |
| Binary | 10001001 | 1011 | 11010011 | 100011 | 1011111 | 0 | 10001 | 100010110 | 1011010 | 101100 |
Color Harmonies of #890BD3
Complementary color
Monochromatic Colors of #890BD3
Black with #890BD3
Text Example
Text Example
White with #890BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BD3; }
p { color: rgb(137,11,211); }
H1.HeaderClassName
{
color: #890BD3;
}
.AnyTagClassName
{
color: #890BD3;
}
</style>
background-color css
<style>
a { background-color: #890BD3; }
a { background-color: rgb(137,11,211); }
div.DivClassName
{
background-color: #890BD3;
}
.BgClassName
{
background-color: #890BD3;
}
</style>
border-color css
<style>
span { border-color: #890BD3; }
span { border-color: rgb(137,11,211); }
td.TdClassName
{
border-color: #890BD3;
}
.TagClassName
{
border-color: #890BD3;
}
</style>