Shades of Dark Purple #891683
Tints of Dark Purple #891683
RGB
CMYK
RGB Variations
Color information
#891683 (or 0x891683) is known color: Dark Purple. HEX triplet: 89, 16 and 83. RGB value is (137,22,131). Sum of RGB (Red+Green+Blue) = 137+22+131=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #891683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891683 is #76E97C. Grayscale: #444444. Windows color (decimal): -7793021 or 8590985. OLE color: 8590985.
HSL color Cylindrical-coordinate representation of color #891683: hue angle of 303.13º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891683 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 131 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.46 |
| HSL | 303.13º | 0.72% | 0.31% | - |
| HSV(B) | 303.13º | 0.84% | 0.54% | - |
| XYZ | 14.7 | 7.53 | 22.15 | - |
| YUV | 68.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 131 | 0 | 0.84 | 0.04 | 0.46 | 303.13 | 0.72 | 0.31 |
| Hex | 89 | 16 | 83 | 0 | 54 | 4 | 2E | 12F | 48 | 1F |
| Octal | 211 | 26 | 203 | 0 | 124 | 4 | 56 | 457 | 110 | 37 |
| Binary | 10001001 | 10110 | 10000011 | 0 | 1010100 | 100 | 101110 | 100101111 | 1001000 | 11111 |
Color Harmonies of #891683
Complementary color
Monochromatic Colors of #891683
Black with #891683
Text Example
Text Example
White with #891683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891683; }
p { color: rgb(137,22,131); }
H1.HeaderClassName
{
color: #891683;
}
.AnyTagClassName
{
color: #891683;
}
</style>
background-color css
<style>
a { background-color: #891683; }
a { background-color: rgb(137,22,131); }
div.DivClassName
{
background-color: #891683;
}
.BgClassName
{
background-color: #891683;
}
</style>
border-color css
<style>
span { border-color: #891683; }
span { border-color: rgb(137,22,131); }
td.TdClassName
{
border-color: #891683;
}
.TagClassName
{
border-color: #891683;
}
</style>