Shades of Dark Purple #891279
Tints of Dark Purple #891279
RGB
CMYK
RGB Variations
Color information
#891279 (or 0x891279) is known color: Dark Purple. HEX triplet: 89, 12 and 79. RGB value is (137,18,121). Sum of RGB (Red+Green+Blue) = 137+18+121=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #891279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891279 is #76ED86. Grayscale: #414141. Windows color (decimal): -7794055 or 7934601. OLE color: 7934601.
HSL color Cylindrical-coordinate representation of color #891279: hue angle of 308.07º 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 #891279 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 121 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.46 |
| HSL | 308.07º | 0.77% | 0.3% | - |
| HSV(B) | 308.07º | 0.87% | 0.54% | - |
| XYZ | 13.98 | 7.13 | 18.73 | - |
| YUV | 65.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 121 | 0 | 0.87 | 0.12 | 0.46 | 308.07 | 0.77 | 0.3 |
| Hex | 89 | 12 | 79 | 0 | 57 | C | 2E | 134 | 4D | 1E |
| Octal | 211 | 22 | 171 | 0 | 127 | 14 | 56 | 464 | 115 | 36 |
| Binary | 10001001 | 10010 | 1111001 | 0 | 1010111 | 1100 | 101110 | 100110100 | 1001101 | 11110 |
Color Harmonies of #891279
Complementary color
Monochromatic Colors of #891279
Black with #891279
Text Example
Text Example
White with #891279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891279; }
p { color: rgb(137,18,121); }
H1.HeaderClassName
{
color: #891279;
}
.AnyTagClassName
{
color: #891279;
}
</style>
background-color css
<style>
a { background-color: #891279; }
a { background-color: rgb(137,18,121); }
div.DivClassName
{
background-color: #891279;
}
.BgClassName
{
background-color: #891279;
}
</style>
border-color css
<style>
span { border-color: #891279; }
span { border-color: rgb(137,18,121); }
td.TdClassName
{
border-color: #891279;
}
.TagClassName
{
border-color: #891279;
}
</style>