Shades of Dark Violet #890FDA
Tints of Dark Violet #890FDA
RGB
CMYK
RGB Variations
Color information
#890FDA (or 0x890FDA) is known color: Dark Violet. HEX triplet: 89, 0F and DA. RGB value is (137,15,218). Sum of RGB (Red+Green+Blue) = 137+15+218=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #890FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FDA is #76F025. Grayscale: #494949. Windows color (decimal): -7794726 or 14290825. OLE color: 14290825.
HSL color Cylindrical-coordinate representation of color #890FDA: hue angle of 276.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FDA is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 15 | 218 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.15 |
| HSL | 276.06º | 0.87% | 0.46% | - |
| HSV(B) | 276.06º | 0.93% | 0.85% | - |
| XYZ | 23.14 | 10.72 | 67.18 | - |
| YUV | 74.62 | 208.92 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 218 | 0.37 | 0.93 | 0 | 0.15 | 276.06 | 0.87 | 0.46 |
| Hex | 89 | F | DA | 25 | 5D | 0 | F | 114 | 57 | 2E |
| Octal | 211 | 17 | 332 | 45 | 135 | 0 | 17 | 424 | 127 | 56 |
| Binary | 10001001 | 1111 | 11011010 | 100101 | 1011101 | 0 | 1111 | 100010100 | 1010111 | 101110 |
Color Harmonies of #890FDA
Complementary color
Monochromatic Colors of #890FDA
Black with #890FDA
Text Example
Text Example
White with #890FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FDA; }
p { color: rgb(137,15,218); }
H1.HeaderClassName
{
color: #890FDA;
}
.AnyTagClassName
{
color: #890FDA;
}
</style>
background-color css
<style>
a { background-color: #890FDA; }
a { background-color: rgb(137,15,218); }
div.DivClassName
{
background-color: #890FDA;
}
.BgClassName
{
background-color: #890FDA;
}
</style>
border-color css
<style>
span { border-color: #890FDA; }
span { border-color: rgb(137,15,218); }
td.TdClassName
{
border-color: #890FDA;
}
.TagClassName
{
border-color: #890FDA;
}
</style>