Shades of Dark Purple #891F7B
Tints of Dark Purple #891F7B
RGB
CMYK
RGB Variations
Color information
#891F7B (or 0x891F7B) is known color: Dark Purple. HEX triplet: 89, 1F and 7B. RGB value is (137,31,123). Sum of RGB (Red+Green+Blue) = 137+31+123=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #891F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F7B is #76E084. Grayscale: #484848. Windows color (decimal): -7790725 or 8069001. OLE color: 8069001.
HSL color Cylindrical-coordinate representation of color #891F7B: hue angle of 307.92º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F7B is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 123 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.46 |
| HSL | 307.92º | 0.63% | 0.33% | - |
| HSV(B) | 307.92º | 0.77% | 0.54% | - |
| XYZ | 14.38 | 7.73 | 19.47 | - |
| YUV | 73.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 123 | 0 | 0.77 | 0.10 | 0.46 | 307.92 | 0.63 | 0.33 |
| Hex | 89 | 1F | 7B | 0 | 4D | A | 2E | 134 | 3F | 21 |
| Octal | 211 | 37 | 173 | 0 | 115 | 12 | 56 | 464 | 77 | 41 |
| Binary | 10001001 | 11111 | 1111011 | 0 | 1001101 | 1010 | 101110 | 100110100 | 111111 | 100001 |
Color Harmonies of #891F7B
Complementary color
Monochromatic Colors of #891F7B
Black with #891F7B
Text Example
Text Example
White with #891F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F7B; }
p { color: rgb(137,31,123); }
H1.HeaderClassName
{
color: #891F7B;
}
.AnyTagClassName
{
color: #891F7B;
}
</style>
background-color css
<style>
a { background-color: #891F7B; }
a { background-color: rgb(137,31,123); }
div.DivClassName
{
background-color: #891F7B;
}
.BgClassName
{
background-color: #891F7B;
}
</style>
border-color css
<style>
span { border-color: #891F7B; }
span { border-color: rgb(137,31,123); }
td.TdClassName
{
border-color: #891F7B;
}
.TagClassName
{
border-color: #891F7B;
}
</style>