Shades of Dark Purple #891474
Tints of Dark Purple #891474
RGB
CMYK
RGB Variations
Color information
#891474 (or 0x891474) is known color: Dark Purple. HEX triplet: 89, 14 and 74. RGB value is (137,20,116). Sum of RGB (Red+Green+Blue) = 137+20+116=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891474 is #76EB8B. Grayscale: #414141. Windows color (decimal): -7793548 or 7607433. OLE color: 7607433.
HSL color Cylindrical-coordinate representation of color #891474: hue angle of 310.77º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891474 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 116 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.46 |
| HSL | 310.77º | 0.75% | 0.31% | - |
| HSV(B) | 310.77º | 0.85% | 0.54% | - |
| XYZ | 13.72 | 7.08 | 17.17 | - |
| YUV | 65.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 116 | 0 | 0.85 | 0.15 | 0.46 | 310.77 | 0.75 | 0.31 |
| Hex | 89 | 14 | 74 | 0 | 55 | F | 2E | 137 | 4B | 1F |
| Octal | 211 | 24 | 164 | 0 | 125 | 17 | 56 | 467 | 113 | 37 |
| Binary | 10001001 | 10100 | 1110100 | 0 | 1010101 | 1111 | 101110 | 100110111 | 1001011 | 11111 |
Color Harmonies of #891474
Complementary color
Monochromatic Colors of #891474
Black with #891474
Text Example
Text Example
White with #891474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891474; }
p { color: rgb(137,20,116); }
H1.HeaderClassName
{
color: #891474;
}
.AnyTagClassName
{
color: #891474;
}
</style>
background-color css
<style>
a { background-color: #891474; }
a { background-color: rgb(137,20,116); }
div.DivClassName
{
background-color: #891474;
}
.BgClassName
{
background-color: #891474;
}
</style>
border-color css
<style>
span { border-color: #891474; }
span { border-color: rgb(137,20,116); }
td.TdClassName
{
border-color: #891474;
}
.TagClassName
{
border-color: #891474;
}
</style>