Shades of Dark Violet #890FDD
Tints of Dark Violet #890FDD
RGB
CMYK
RGB Variations
Color information
#890FDD (or 0x890FDD) is known color: Dark Violet. HEX triplet: 89, 0F and DD. RGB value is (137,15,221). Sum of RGB (Red+Green+Blue) = 137+15+221=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #890FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FDD is #76F022. Grayscale: #4A4A4A. Windows color (decimal): -7794723 or 14487433. OLE color: 14487433.
HSL color Cylindrical-coordinate representation of color #890FDD: hue angle of 275.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FDD is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 15 | 221 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.13 |
| HSL | 275.53º | 0.87% | 0.46% | - |
| HSV(B) | 275.53º | 0.93% | 0.87% | - |
| XYZ | 23.54 | 10.88 | 69.27 | - |
| YUV | 74.96 | 210.42 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 221 | 0.38 | 0.93 | 0 | 0.13 | 275.53 | 0.87 | 0.46 |
| Hex | 89 | F | DD | 26 | 5D | 0 | D | 114 | 57 | 2E |
| Octal | 211 | 17 | 335 | 46 | 135 | 0 | 15 | 424 | 127 | 56 |
| Binary | 10001001 | 1111 | 11011101 | 100110 | 1011101 | 0 | 1101 | 100010100 | 1010111 | 101110 |
Color Harmonies of #890FDD
Complementary color
Monochromatic Colors of #890FDD
Black with #890FDD
Text Example
Text Example
White with #890FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FDD; }
p { color: rgb(137,15,221); }
H1.HeaderClassName
{
color: #890FDD;
}
.AnyTagClassName
{
color: #890FDD;
}
</style>
background-color css
<style>
a { background-color: #890FDD; }
a { background-color: rgb(137,15,221); }
div.DivClassName
{
background-color: #890FDD;
}
.BgClassName
{
background-color: #890FDD;
}
</style>
border-color css
<style>
span { border-color: #890FDD; }
span { border-color: rgb(137,15,221); }
td.TdClassName
{
border-color: #890FDD;
}
.TagClassName
{
border-color: #890FDD;
}
</style>