Shades of Dark Purple #890D7A
Tints of Dark Purple #890D7A
RGB
CMYK
RGB Variations
Color information
#890D7A (or 0x890D7A) is known color: Dark Purple. HEX triplet: 89, 0D and 7A. RGB value is (137,13,122). Sum of RGB (Red+Green+Blue) = 137+13+122=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #890D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D7A is #76F285. Grayscale: #3E3E3E. Windows color (decimal): -7795334 or 7998857. OLE color: 7998857.
HSL color Cylindrical-coordinate representation of color #890D7A: hue angle of 307.26º 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 #890D7A is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 122 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.46 |
| HSL | 307.26º | 0.83% | 0.29% | - |
| HSV(B) | 307.26º | 0.91% | 0.54% | - |
| XYZ | 13.97 | 7.01 | 19.03 | - |
| YUV | 62.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 122 | 0 | 0.91 | 0.11 | 0.46 | 307.26 | 0.83 | 0.29 |
| Hex | 89 | D | 7A | 0 | 5B | B | 2E | 133 | 53 | 1D |
| Octal | 211 | 15 | 172 | 0 | 133 | 13 | 56 | 463 | 123 | 35 |
| Binary | 10001001 | 1101 | 1111010 | 0 | 1011011 | 1011 | 101110 | 100110011 | 1010011 | 11101 |
Color Harmonies of #890D7A
Complementary color
Monochromatic Colors of #890D7A
Black with #890D7A
Text Example
Text Example
White with #890D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D7A; }
p { color: rgb(137,13,122); }
H1.HeaderClassName
{
color: #890D7A;
}
.AnyTagClassName
{
color: #890D7A;
}
</style>
background-color css
<style>
a { background-color: #890D7A; }
a { background-color: rgb(137,13,122); }
div.DivClassName
{
background-color: #890D7A;
}
.BgClassName
{
background-color: #890D7A;
}
</style>
border-color css
<style>
span { border-color: #890D7A; }
span { border-color: rgb(137,13,122); }
td.TdClassName
{
border-color: #890D7A;
}
.TagClassName
{
border-color: #890D7A;
}
</style>