Shades of Dark Purple #89346A
Tints of Dark Purple #89346A
RGB
CMYK
RGB Variations
Color information
#89346A (or 0x89346A) is known color: Dark Purple. HEX triplet: 89, 34 and 6A. RGB value is (137,52,106). Sum of RGB (Red+Green+Blue) = 137+52+106=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89346A is #76CB95. Grayscale: #535353. Windows color (decimal): -7785366 or 6960265. OLE color: 6960265.
HSL color Cylindrical-coordinate representation of color #89346A: hue angle of 321.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89346A is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 106 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.46 |
| HSL | 321.88º | 0.45% | 0.37% | - |
| HSV(B) | 321.88º | 0.62% | 0.54% | - |
| XYZ | 14.15 | 8.81 | 14.59 | - |
| YUV | 83.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 106 | 0 | 0.62 | 0.23 | 0.46 | 321.88 | 0.45 | 0.37 |
| Hex | 89 | 34 | 6A | 0 | 3E | 17 | 2E | 142 | 2D | 25 |
| Octal | 211 | 64 | 152 | 0 | 76 | 27 | 56 | 502 | 55 | 45 |
| Binary | 10001001 | 110100 | 1101010 | 0 | 111110 | 10111 | 101110 | 101000010 | 101101 | 100101 |
Color Harmonies of #89346A
Complementary color
Monochromatic Colors of #89346A
Black with #89346A
Text Example
Text Example
White with #89346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89346A; }
p { color: rgb(137,52,106); }
H1.HeaderClassName
{
color: #89346A;
}
.AnyTagClassName
{
color: #89346A;
}
</style>
background-color css
<style>
a { background-color: #89346A; }
a { background-color: rgb(137,52,106); }
div.DivClassName
{
background-color: #89346A;
}
.BgClassName
{
background-color: #89346A;
}
</style>
border-color css
<style>
span { border-color: #89346A; }
span { border-color: rgb(137,52,106); }
td.TdClassName
{
border-color: #89346A;
}
.TagClassName
{
border-color: #89346A;
}
</style>