Shades of Dark Purple #891A6B
Tints of Dark Purple #891A6B
RGB
CMYK
RGB Variations
Color information
#891A6B (or 0x891A6B) is known color: Dark Purple. HEX triplet: 89, 1A and 6B. RGB value is (137,26,107). Sum of RGB (Red+Green+Blue) = 137+26+107=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891A6B is #76E594. Grayscale: #444444. Windows color (decimal): -7792021 or 7019145. OLE color: 7019145.
HSL color Cylindrical-coordinate representation of color #891A6B: hue angle of 316.22º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A6B is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 107 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.46 |
| HSL | 316.22º | 0.68% | 0.32% | - |
| HSV(B) | 316.22º | 0.81% | 0.54% | - |
| XYZ | 13.34 | 7.12 | 14.58 | - |
| YUV | 68.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 107 | 0 | 0.81 | 0.22 | 0.46 | 316.22 | 0.68 | 0.32 |
| Hex | 89 | 1A | 6B | 0 | 51 | 16 | 2E | 13C | 44 | 20 |
| Octal | 211 | 32 | 153 | 0 | 121 | 26 | 56 | 474 | 104 | 40 |
| Binary | 10001001 | 11010 | 1101011 | 0 | 1010001 | 10110 | 101110 | 100111100 | 1000100 | 100000 |
Color Harmonies of #891A6B
Complementary color
Monochromatic Colors of #891A6B
Black with #891A6B
Text Example
Text Example
White with #891A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A6B; }
p { color: rgb(137,26,107); }
H1.HeaderClassName
{
color: #891A6B;
}
.AnyTagClassName
{
color: #891A6B;
}
</style>
background-color css
<style>
a { background-color: #891A6B; }
a { background-color: rgb(137,26,107); }
div.DivClassName
{
background-color: #891A6B;
}
.BgClassName
{
background-color: #891A6B;
}
</style>
border-color css
<style>
span { border-color: #891A6B; }
span { border-color: rgb(137,26,107); }
td.TdClassName
{
border-color: #891A6B;
}
.TagClassName
{
border-color: #891A6B;
}
</style>