Shades of Dark Purple #891B7B
Tints of Dark Purple #891B7B
RGB
CMYK
RGB Variations
Color information
#891B7B (or 0x891B7B) is known color: Dark Purple. HEX triplet: 89, 1B and 7B. RGB value is (137,27,123). Sum of RGB (Red+Green+Blue) = 137+27+123=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #891B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891B7B is #76E484. Grayscale: #464646. Windows color (decimal): -7791749 or 8067977. OLE color: 8067977.
HSL color Cylindrical-coordinate representation of color #891B7B: hue angle of 307.64º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891B7B is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 123 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.46 |
| HSL | 307.64º | 0.67% | 0.32% | - |
| HSV(B) | 307.64º | 0.8% | 0.54% | - |
| XYZ | 14.28 | 7.53 | 19.44 | - |
| YUV | 70.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 123 | 0 | 0.80 | 0.10 | 0.46 | 307.64 | 0.67 | 0.32 |
| Hex | 89 | 1B | 7B | 0 | 50 | A | 2E | 134 | 43 | 20 |
| Octal | 211 | 33 | 173 | 0 | 120 | 12 | 56 | 464 | 103 | 40 |
| Binary | 10001001 | 11011 | 1111011 | 0 | 1010000 | 1010 | 101110 | 100110100 | 1000011 | 100000 |
Color Harmonies of #891B7B
Complementary color
Monochromatic Colors of #891B7B
Black with #891B7B
Text Example
Text Example
White with #891B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B7B; }
p { color: rgb(137,27,123); }
H1.HeaderClassName
{
color: #891B7B;
}
.AnyTagClassName
{
color: #891B7B;
}
</style>
background-color css
<style>
a { background-color: #891B7B; }
a { background-color: rgb(137,27,123); }
div.DivClassName
{
background-color: #891B7B;
}
.BgClassName
{
background-color: #891B7B;
}
</style>
border-color css
<style>
span { border-color: #891B7B; }
span { border-color: rgb(137,27,123); }
td.TdClassName
{
border-color: #891B7B;
}
.TagClassName
{
border-color: #891B7B;
}
</style>