Shades of Dark Violet #890DD7
Tints of Dark Violet #890DD7
RGB
CMYK
RGB Variations
Color information
#890DD7 (or 0x890DD7) is known color: Dark Violet. HEX triplet: 89, 0D and D7. RGB value is (137,13,215). Sum of RGB (Red+Green+Blue) = 137+13+215=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #890DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DD7 is #76F228. Grayscale: #484848. Windows color (decimal): -7795241 or 14093705. OLE color: 14093705.
HSL color Cylindrical-coordinate representation of color #890DD7: hue angle of 276.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DD7 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 13 | 215 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.16 |
| HSL | 276.83º | 0.89% | 0.45% | - |
| HSV(B) | 276.83º | 0.94% | 0.84% | - |
| XYZ | 22.73 | 10.51 | 65.12 | - |
| YUV | 73.1 | 208.08 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 215 | 0.36 | 0.94 | 0 | 0.16 | 276.83 | 0.89 | 0.45 |
| Hex | 89 | D | D7 | 24 | 5E | 0 | 10 | 115 | 59 | 2D |
| Octal | 211 | 15 | 327 | 44 | 136 | 0 | 20 | 425 | 131 | 55 |
| Binary | 10001001 | 1101 | 11010111 | 100100 | 1011110 | 0 | 10000 | 100010101 | 1011001 | 101101 |
Color Harmonies of #890DD7
Complementary color
Monochromatic Colors of #890DD7
Black with #890DD7
Text Example
Text Example
White with #890DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DD7; }
p { color: rgb(137,13,215); }
H1.HeaderClassName
{
color: #890DD7;
}
.AnyTagClassName
{
color: #890DD7;
}
</style>
background-color css
<style>
a { background-color: #890DD7; }
a { background-color: rgb(137,13,215); }
div.DivClassName
{
background-color: #890DD7;
}
.BgClassName
{
background-color: #890DD7;
}
</style>
border-color css
<style>
span { border-color: #890DD7; }
span { border-color: rgb(137,13,215); }
td.TdClassName
{
border-color: #890DD7;
}
.TagClassName
{
border-color: #890DD7;
}
</style>