Shades of Dark Purple #89266C
Tints of Dark Purple #89266C
RGB
CMYK
RGB Variations
Color information
#89266C (or 0x89266C) is known color: Dark Purple. HEX triplet: 89, 26 and 6C. RGB value is (137,38,108). Sum of RGB (Red+Green+Blue) = 137+38+108=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89266C is #76D993. Grayscale: #4B4B4B. Windows color (decimal): -7788948 or 7087753. OLE color: 7087753.
HSL color Cylindrical-coordinate representation of color #89266C: hue angle of 317.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89266C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 108 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.46 |
| HSL | 317.58º | 0.57% | 0.34% | - |
| HSV(B) | 317.58º | 0.72% | 0.54% | - |
| XYZ | 13.72 | 7.79 | 14.97 | - |
| YUV | 75.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 108 | 0 | 0.72 | 0.21 | 0.46 | 317.58 | 0.57 | 0.34 |
| Hex | 89 | 26 | 6C | 0 | 48 | 15 | 2E | 13E | 39 | 22 |
| Octal | 211 | 46 | 154 | 0 | 110 | 25 | 56 | 476 | 71 | 42 |
| Binary | 10001001 | 100110 | 1101100 | 0 | 1001000 | 10101 | 101110 | 100111110 | 111001 | 100010 |
Color Harmonies of #89266C
Complementary color
Monochromatic Colors of #89266C
Black with #89266C
Text Example
Text Example
White with #89266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89266C; }
p { color: rgb(137,38,108); }
H1.HeaderClassName
{
color: #89266C;
}
.AnyTagClassName
{
color: #89266C;
}
</style>
background-color css
<style>
a { background-color: #89266C; }
a { background-color: rgb(137,38,108); }
div.DivClassName
{
background-color: #89266C;
}
.BgClassName
{
background-color: #89266C;
}
</style>
border-color css
<style>
span { border-color: #89266C; }
span { border-color: rgb(137,38,108); }
td.TdClassName
{
border-color: #89266C;
}
.TagClassName
{
border-color: #89266C;
}
</style>