Shades of Dark Purple #891B6D
Tints of Dark Purple #891B6D
RGB
CMYK
RGB Variations
Color information
#891B6D (or 0x891B6D) is known color: Dark Purple. HEX triplet: 89, 1B and 6D. RGB value is (137,27,109). Sum of RGB (Red+Green+Blue) = 137+27+109=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891B6D is #76E492. Grayscale: #454545. Windows color (decimal): -7791763 or 7150473. OLE color: 7150473.
HSL color Cylindrical-coordinate representation of color #891B6D: hue angle of 315.27º 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 #891B6D is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 109 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.46 |
| HSL | 315.27º | 0.67% | 0.32% | - |
| HSV(B) | 315.27º | 0.8% | 0.54% | - |
| XYZ | 13.47 | 7.21 | 15.15 | - |
| YUV | 69.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 109 | 0 | 0.80 | 0.20 | 0.46 | 315.27 | 0.67 | 0.32 |
| Hex | 89 | 1B | 6D | 0 | 50 | 14 | 2E | 13B | 43 | 20 |
| Octal | 211 | 33 | 155 | 0 | 120 | 24 | 56 | 473 | 103 | 40 |
| Binary | 10001001 | 11011 | 1101101 | 0 | 1010000 | 10100 | 101110 | 100111011 | 1000011 | 100000 |
Color Harmonies of #891B6D
Complementary color
Monochromatic Colors of #891B6D
Black with #891B6D
Text Example
Text Example
White with #891B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B6D; }
p { color: rgb(137,27,109); }
H1.HeaderClassName
{
color: #891B6D;
}
.AnyTagClassName
{
color: #891B6D;
}
</style>
background-color css
<style>
a { background-color: #891B6D; }
a { background-color: rgb(137,27,109); }
div.DivClassName
{
background-color: #891B6D;
}
.BgClassName
{
background-color: #891B6D;
}
</style>
border-color css
<style>
span { border-color: #891B6D; }
span { border-color: rgb(137,27,109); }
td.TdClassName
{
border-color: #891B6D;
}
.TagClassName
{
border-color: #891B6D;
}
</style>