Shades of Dark Purple #890D7B
Tints of Dark Purple #890D7B
RGB
CMYK
RGB Variations
Color information
#890D7B (or 0x890D7B) is known color: Dark Purple. HEX triplet: 89, 0D and 7B. RGB value is (137,13,123). Sum of RGB (Red+Green+Blue) = 137+13+123=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D7B is #76F284. Grayscale: #3E3E3E. Windows color (decimal): -7795333 or 8064393. OLE color: 8064393.
HSL color Cylindrical-coordinate representation of color #890D7B: hue angle of 306.77º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D7B is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 123 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.46 |
| HSL | 306.77º | 0.83% | 0.29% | - |
| HSV(B) | 306.77º | 0.91% | 0.54% | - |
| XYZ | 14.04 | 7.04 | 19.36 | - |
| YUV | 62.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 123 | 0 | 0.91 | 0.10 | 0.46 | 306.77 | 0.83 | 0.29 |
| Hex | 89 | D | 7B | 0 | 5B | A | 2E | 133 | 53 | 1D |
| Octal | 211 | 15 | 173 | 0 | 133 | 12 | 56 | 463 | 123 | 35 |
| Binary | 10001001 | 1101 | 1111011 | 0 | 1011011 | 1010 | 101110 | 100110011 | 1010011 | 11101 |
Color Harmonies of #890D7B
Complementary color
Monochromatic Colors of #890D7B
Black with #890D7B
Text Example
Text Example
White with #890D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D7B; }
p { color: rgb(137,13,123); }
H1.HeaderClassName
{
color: #890D7B;
}
.AnyTagClassName
{
color: #890D7B;
}
</style>
background-color css
<style>
a { background-color: #890D7B; }
a { background-color: rgb(137,13,123); }
div.DivClassName
{
background-color: #890D7B;
}
.BgClassName
{
background-color: #890D7B;
}
</style>
border-color css
<style>
span { border-color: #890D7B; }
span { border-color: rgb(137,13,123); }
td.TdClassName
{
border-color: #890D7B;
}
.TagClassName
{
border-color: #890D7B;
}
</style>