Shades of Dark Violet #890DD5
Tints of Dark Violet #890DD5
RGB
CMYK
RGB Variations
Color information
#890DD5 (or 0x890DD5) is known color: Dark Violet. HEX triplet: 89, 0D and D5. RGB value is (137,13,213). Sum of RGB (Red+Green+Blue) = 137+13+213=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #890DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DD5 is #76F22A. Grayscale: #484848. Windows color (decimal): -7795243 or 13962633. OLE color: 13962633.
HSL color Cylindrical-coordinate representation of color #890DD5: hue angle of 277.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DD5 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 13 | 213 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.16 |
| HSL | 277.2º | 0.88% | 0.44% | - |
| HSV(B) | 277.2º | 0.94% | 0.84% | - |
| XYZ | 22.47 | 10.41 | 63.78 | - |
| YUV | 72.88 | 207.08 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 213 | 0.36 | 0.94 | 0 | 0.16 | 277.2 | 0.88 | 0.44 |
| Hex | 89 | D | D5 | 24 | 5E | 0 | 10 | 115 | 58 | 2C |
| Octal | 211 | 15 | 325 | 44 | 136 | 0 | 20 | 425 | 130 | 54 |
| Binary | 10001001 | 1101 | 11010101 | 100100 | 1011110 | 0 | 10000 | 100010101 | 1011000 | 101100 |
Color Harmonies of #890DD5
Complementary color
Monochromatic Colors of #890DD5
Black with #890DD5
Text Example
Text Example
White with #890DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DD5; }
p { color: rgb(137,13,213); }
H1.HeaderClassName
{
color: #890DD5;
}
.AnyTagClassName
{
color: #890DD5;
}
</style>
background-color css
<style>
a { background-color: #890DD5; }
a { background-color: rgb(137,13,213); }
div.DivClassName
{
background-color: #890DD5;
}
.BgClassName
{
background-color: #890DD5;
}
</style>
border-color css
<style>
span { border-color: #890DD5; }
span { border-color: rgb(137,13,213); }
td.TdClassName
{
border-color: #890DD5;
}
.TagClassName
{
border-color: #890DD5;
}
</style>