Shades of Dark Purple #891B75
Tints of Dark Purple #891B75
RGB
CMYK
RGB Variations
Color information
#891B75 (or 0x891B75) is known color: Dark Purple. HEX triplet: 89, 1B and 75. RGB value is (137,27,117). Sum of RGB (Red+Green+Blue) = 137+27+117=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #891B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891B75 is #76E48A. Grayscale: #454545. Windows color (decimal): -7791755 or 7674761. OLE color: 7674761.
HSL color Cylindrical-coordinate representation of color #891B75: hue angle of 310.91º 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 #891B75 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 117 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.46 |
| HSL | 310.91º | 0.67% | 0.32% | - |
| HSV(B) | 310.91º | 0.8% | 0.54% | - |
| XYZ | 13.92 | 7.39 | 17.52 | - |
| YUV | 70.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 117 | 0 | 0.80 | 0.15 | 0.46 | 310.91 | 0.67 | 0.32 |
| Hex | 89 | 1B | 75 | 0 | 50 | F | 2E | 137 | 43 | 20 |
| Octal | 211 | 33 | 165 | 0 | 120 | 17 | 56 | 467 | 103 | 40 |
| Binary | 10001001 | 11011 | 1110101 | 0 | 1010000 | 1111 | 101110 | 100110111 | 1000011 | 100000 |
Color Harmonies of #891B75
Complementary color
Monochromatic Colors of #891B75
Black with #891B75
Text Example
Text Example
White with #891B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B75; }
p { color: rgb(137,27,117); }
H1.HeaderClassName
{
color: #891B75;
}
.AnyTagClassName
{
color: #891B75;
}
</style>
background-color css
<style>
a { background-color: #891B75; }
a { background-color: rgb(137,27,117); }
div.DivClassName
{
background-color: #891B75;
}
.BgClassName
{
background-color: #891B75;
}
</style>
border-color css
<style>
span { border-color: #891B75; }
span { border-color: rgb(137,27,117); }
td.TdClassName
{
border-color: #891B75;
}
.TagClassName
{
border-color: #891B75;
}
</style>