Shades of Dark Violet #890CDE
Tints of Dark Violet #890CDE
RGB
CMYK
RGB Variations
Color information
#890CDE (or 0x890CDE) is known color: Dark Violet. HEX triplet: 89, 0C and DE. RGB value is (137,12,222). Sum of RGB (Red+Green+Blue) = 137+12+222=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #890CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CDE is #76F321. Grayscale: #484848. Windows color (decimal): -7795490 or 14552201. OLE color: 14552201.
HSL color Cylindrical-coordinate representation of color #890CDE: hue angle of 275.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CDE is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 12 | 222 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.13 |
| HSL | 275.71º | 0.9% | 0.46% | - |
| HSV(B) | 275.71º | 0.95% | 0.87% | - |
| XYZ | 23.63 | 10.86 | 69.96 | - |
| YUV | 73.32 | 211.91 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 222 | 0.38 | 0.95 | 0 | 0.13 | 275.71 | 0.9 | 0.46 |
| Hex | 89 | C | DE | 26 | 5F | 0 | D | 114 | 5A | 2E |
| Octal | 211 | 14 | 336 | 46 | 137 | 0 | 15 | 424 | 132 | 56 |
| Binary | 10001001 | 1100 | 11011110 | 100110 | 1011111 | 0 | 1101 | 100010100 | 1011010 | 101110 |
Color Harmonies of #890CDE
Complementary color
Monochromatic Colors of #890CDE
Black with #890CDE
Text Example
Text Example
White with #890CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CDE; }
p { color: rgb(137,12,222); }
H1.HeaderClassName
{
color: #890CDE;
}
.AnyTagClassName
{
color: #890CDE;
}
</style>
background-color css
<style>
a { background-color: #890CDE; }
a { background-color: rgb(137,12,222); }
div.DivClassName
{
background-color: #890CDE;
}
.BgClassName
{
background-color: #890CDE;
}
</style>
border-color css
<style>
span { border-color: #890CDE; }
span { border-color: rgb(137,12,222); }
td.TdClassName
{
border-color: #890CDE;
}
.TagClassName
{
border-color: #890CDE;
}
</style>