Shades of Dark Purple #891D7B
Tints of Dark Purple #891D7B
RGB
CMYK
RGB Variations
Color information
#891D7B (or 0x891D7B) is known color: Dark Purple. HEX triplet: 89, 1D and 7B. RGB value is (137,29,123). Sum of RGB (Red+Green+Blue) = 137+29+123=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891D7B is #76E284. Grayscale: #474747. Windows color (decimal): -7791237 or 8068489. OLE color: 8068489.
HSL color Cylindrical-coordinate representation of color #891D7B: hue angle of 307.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D7B is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 29 | 123 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.46 |
| HSL | 307.78º | 0.65% | 0.33% | - |
| HSV(B) | 307.78º | 0.79% | 0.54% | - |
| XYZ | 14.33 | 7.63 | 19.46 | - |
| YUV | 72.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 123 | 0 | 0.79 | 0.10 | 0.46 | 307.78 | 0.65 | 0.33 |
| Hex | 89 | 1D | 7B | 0 | 4F | A | 2E | 134 | 41 | 21 |
| Octal | 211 | 35 | 173 | 0 | 117 | 12 | 56 | 464 | 101 | 41 |
| Binary | 10001001 | 11101 | 1111011 | 0 | 1001111 | 1010 | 101110 | 100110100 | 1000001 | 100001 |
Color Harmonies of #891D7B
Complementary color
Monochromatic Colors of #891D7B
Black with #891D7B
Text Example
Text Example
White with #891D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891D7B; }
p { color: rgb(137,29,123); }
H1.HeaderClassName
{
color: #891D7B;
}
.AnyTagClassName
{
color: #891D7B;
}
</style>
background-color css
<style>
a { background-color: #891D7B; }
a { background-color: rgb(137,29,123); }
div.DivClassName
{
background-color: #891D7B;
}
.BgClassName
{
background-color: #891D7B;
}
</style>
border-color css
<style>
span { border-color: #891D7B; }
span { border-color: rgb(137,29,123); }
td.TdClassName
{
border-color: #891D7B;
}
.TagClassName
{
border-color: #891D7B;
}
</style>