Shades of Dark Purple #891275
Tints of Dark Purple #891275
RGB
CMYK
RGB Variations
Color information
#891275 (or 0x891275) is known color: Dark Purple. HEX triplet: 89, 12 and 75. RGB value is (137,18,117). Sum of RGB (Red+Green+Blue) = 137+18+117=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #891275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891275 is #76ED8A. Grayscale: #404040. Windows color (decimal): -7794059 or 7672457. OLE color: 7672457.
HSL color Cylindrical-coordinate representation of color #891275: hue angle of 310.08º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891275 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 117 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.46 |
| HSL | 310.08º | 0.77% | 0.3% | - |
| HSV(B) | 310.08º | 0.87% | 0.54% | - |
| XYZ | 13.74 | 7.04 | 17.46 | - |
| YUV | 64.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 117 | 0 | 0.87 | 0.15 | 0.46 | 310.08 | 0.77 | 0.3 |
| Hex | 89 | 12 | 75 | 0 | 57 | F | 2E | 136 | 4D | 1E |
| Octal | 211 | 22 | 165 | 0 | 127 | 17 | 56 | 466 | 115 | 36 |
| Binary | 10001001 | 10010 | 1110101 | 0 | 1010111 | 1111 | 101110 | 100110110 | 1001101 | 11110 |
Color Harmonies of #891275
Complementary color
Monochromatic Colors of #891275
Black with #891275
Text Example
Text Example
White with #891275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891275; }
p { color: rgb(137,18,117); }
H1.HeaderClassName
{
color: #891275;
}
.AnyTagClassName
{
color: #891275;
}
</style>
background-color css
<style>
a { background-color: #891275; }
a { background-color: rgb(137,18,117); }
div.DivClassName
{
background-color: #891275;
}
.BgClassName
{
background-color: #891275;
}
</style>
border-color css
<style>
span { border-color: #891275; }
span { border-color: rgb(137,18,117); }
td.TdClassName
{
border-color: #891275;
}
.TagClassName
{
border-color: #891275;
}
</style>