Shades of Dark Purple #891469
Tints of Dark Purple #891469
RGB
CMYK
RGB Variations
Color information
#891469 (or 0x891469) is known color: Dark Purple. HEX triplet: 89, 14 and 69. RGB value is (137,20,105). Sum of RGB (Red+Green+Blue) = 137+20+105=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #891469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891469 is #76EB96. Grayscale: #404040. Windows color (decimal): -7793559 or 6886537. OLE color: 6886537.
HSL color Cylindrical-coordinate representation of color #891469: hue angle of 316.41º 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 #891469 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 105 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.46 |
| HSL | 316.41º | 0.75% | 0.31% | - |
| HSV(B) | 316.41º | 0.85% | 0.54% | - |
| XYZ | 13.12 | 6.84 | 13.99 | - |
| YUV | 64.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 105 | 0 | 0.85 | 0.23 | 0.46 | 316.41 | 0.75 | 0.31 |
| Hex | 89 | 14 | 69 | 0 | 55 | 17 | 2E | 13C | 4B | 1F |
| Octal | 211 | 24 | 151 | 0 | 125 | 27 | 56 | 474 | 113 | 37 |
| Binary | 10001001 | 10100 | 1101001 | 0 | 1010101 | 10111 | 101110 | 100111100 | 1001011 | 11111 |
Color Harmonies of #891469
Complementary color
Monochromatic Colors of #891469
Black with #891469
Text Example
Text Example
White with #891469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891469; }
p { color: rgb(137,20,105); }
H1.HeaderClassName
{
color: #891469;
}
.AnyTagClassName
{
color: #891469;
}
</style>
background-color css
<style>
a { background-color: #891469; }
a { background-color: rgb(137,20,105); }
div.DivClassName
{
background-color: #891469;
}
.BgClassName
{
background-color: #891469;
}
</style>
border-color css
<style>
span { border-color: #891469; }
span { border-color: rgb(137,20,105); }
td.TdClassName
{
border-color: #891469;
}
.TagClassName
{
border-color: #891469;
}
</style>