Shades of Dark Purple #89256B
Tints of Dark Purple #89256B
RGB
CMYK
RGB Variations
Color information
#89256B (or 0x89256B) is known color: Dark Purple. HEX triplet: 89, 25 and 6B. RGB value is (137,37,107). Sum of RGB (Red+Green+Blue) = 137+37+107=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89256B is #76DA94. Grayscale: #4A4A4A. Windows color (decimal): -7789205 or 7021961. OLE color: 7021961.
HSL color Cylindrical-coordinate representation of color #89256B: hue angle of 318º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89256B is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 107 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.46 |
| HSL | 318º | 0.57% | 0.34% | - |
| HSV(B) | 318º | 0.73% | 0.54% | - |
| XYZ | 13.63 | 7.7 | 14.68 | - |
| YUV | 74.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 107 | 0 | 0.73 | 0.22 | 0.46 | 318 | 0.57 | 0.34 |
| Hex | 89 | 25 | 6B | 0 | 49 | 16 | 2E | 13E | 39 | 22 |
| Octal | 211 | 45 | 153 | 0 | 111 | 26 | 56 | 476 | 71 | 42 |
| Binary | 10001001 | 100101 | 1101011 | 0 | 1001001 | 10110 | 101110 | 100111110 | 111001 | 100010 |
Color Harmonies of #89256B
Complementary color
Monochromatic Colors of #89256B
Black with #89256B
Text Example
Text Example
White with #89256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89256B; }
p { color: rgb(137,37,107); }
H1.HeaderClassName
{
color: #89256B;
}
.AnyTagClassName
{
color: #89256B;
}
</style>
background-color css
<style>
a { background-color: #89256B; }
a { background-color: rgb(137,37,107); }
div.DivClassName
{
background-color: #89256B;
}
.BgClassName
{
background-color: #89256B;
}
</style>
border-color css
<style>
span { border-color: #89256B; }
span { border-color: rgb(137,37,107); }
td.TdClassName
{
border-color: #89256B;
}
.TagClassName
{
border-color: #89256B;
}
</style>