Shades of Dark Purple #891B66
Tints of Dark Purple #891B66
RGB
CMYK
RGB Variations
Color information
#891B66 (or 0x891B66) is known color: Dark Purple. HEX triplet: 89, 1B and 66. RGB value is (137,27,102). Sum of RGB (Red+Green+Blue) = 137+27+102=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #891B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891B66 is #76E499. Grayscale: #444444. Windows color (decimal): -7791770 or 6691721. OLE color: 6691721.
HSL color Cylindrical-coordinate representation of color #891B66: hue angle of 319.09º 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 #891B66 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 102 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.46 |
| HSL | 319.09º | 0.67% | 0.32% | - |
| HSV(B) | 319.09º | 0.8% | 0.54% | - |
| XYZ | 13.11 | 7.06 | 13.24 | - |
| YUV | 68.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 102 | 0 | 0.80 | 0.26 | 0.46 | 319.09 | 0.67 | 0.32 |
| Hex | 89 | 1B | 66 | 0 | 50 | 1A | 2E | 13F | 43 | 20 |
| Octal | 211 | 33 | 146 | 0 | 120 | 32 | 56 | 477 | 103 | 40 |
| Binary | 10001001 | 11011 | 1100110 | 0 | 1010000 | 11010 | 101110 | 100111111 | 1000011 | 100000 |
Color Harmonies of #891B66
Complementary color
Monochromatic Colors of #891B66
Black with #891B66
Text Example
Text Example
White with #891B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B66; }
p { color: rgb(137,27,102); }
H1.HeaderClassName
{
color: #891B66;
}
.AnyTagClassName
{
color: #891B66;
}
</style>
background-color css
<style>
a { background-color: #891B66; }
a { background-color: rgb(137,27,102); }
div.DivClassName
{
background-color: #891B66;
}
.BgClassName
{
background-color: #891B66;
}
</style>
border-color css
<style>
span { border-color: #891B66; }
span { border-color: rgb(137,27,102); }
td.TdClassName
{
border-color: #891B66;
}
.TagClassName
{
border-color: #891B66;
}
</style>