Shades of Dark Purple #89286A
Tints of Dark Purple #89286A
RGB
CMYK
RGB Variations
Color information
#89286A (or 0x89286A) is known color: Dark Purple. HEX triplet: 89, 28 and 6A. RGB value is (137,40,106). Sum of RGB (Red+Green+Blue) = 137+40+106=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89286A is #76D795. Grayscale: #4C4C4C. Windows color (decimal): -7788438 or 6957193. OLE color: 6957193.
HSL color Cylindrical-coordinate representation of color #89286A: hue angle of 319.18º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89286A is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 106 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.46 |
| HSL | 319.18º | 0.55% | 0.35% | - |
| HSV(B) | 319.18º | 0.71% | 0.54% | - |
| XYZ | 13.68 | 7.88 | 14.44 | - |
| YUV | 76.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 106 | 0 | 0.71 | 0.23 | 0.46 | 319.18 | 0.55 | 0.35 |
| Hex | 89 | 28 | 6A | 0 | 47 | 17 | 2E | 13F | 37 | 23 |
| Octal | 211 | 50 | 152 | 0 | 107 | 27 | 56 | 477 | 67 | 43 |
| Binary | 10001001 | 101000 | 1101010 | 0 | 1000111 | 10111 | 101110 | 100111111 | 110111 | 100011 |
Color Harmonies of #89286A
Complementary color
Monochromatic Colors of #89286A
Black with #89286A
Text Example
Text Example
White with #89286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89286A; }
p { color: rgb(137,40,106); }
H1.HeaderClassName
{
color: #89286A;
}
.AnyTagClassName
{
color: #89286A;
}
</style>
background-color css
<style>
a { background-color: #89286A; }
a { background-color: rgb(137,40,106); }
div.DivClassName
{
background-color: #89286A;
}
.BgClassName
{
background-color: #89286A;
}
</style>
border-color css
<style>
span { border-color: #89286A; }
span { border-color: rgb(137,40,106); }
td.TdClassName
{
border-color: #89286A;
}
.TagClassName
{
border-color: #89286A;
}
</style>