Shades of Dark Purple #89236A
Tints of Dark Purple #89236A
RGB
CMYK
RGB Variations
Color information
#89236A (or 0x89236A) is known color: Dark Purple. HEX triplet: 89, 23 and 6A. RGB value is (137,35,106). Sum of RGB (Red+Green+Blue) = 137+35+106=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89236A is #76DC95. Grayscale: #494949. Windows color (decimal): -7789718 or 6955913. OLE color: 6955913.
HSL color Cylindrical-coordinate representation of color #89236A: hue angle of 318.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89236A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 106 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.46 |
| HSL | 318.24º | 0.59% | 0.34% | - |
| HSV(B) | 318.24º | 0.74% | 0.54% | - |
| XYZ | 13.52 | 7.56 | 14.38 | - |
| YUV | 73.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 106 | 0 | 0.74 | 0.23 | 0.46 | 318.24 | 0.59 | 0.34 |
| Hex | 89 | 23 | 6A | 0 | 4A | 17 | 2E | 13E | 3B | 22 |
| Octal | 211 | 43 | 152 | 0 | 112 | 27 | 56 | 476 | 73 | 42 |
| Binary | 10001001 | 100011 | 1101010 | 0 | 1001010 | 10111 | 101110 | 100111110 | 111011 | 100010 |
Color Harmonies of #89236A
Complementary color
Monochromatic Colors of #89236A
Black with #89236A
Text Example
Text Example
White with #89236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89236A; }
p { color: rgb(137,35,106); }
H1.HeaderClassName
{
color: #89236A;
}
.AnyTagClassName
{
color: #89236A;
}
</style>
background-color css
<style>
a { background-color: #89236A; }
a { background-color: rgb(137,35,106); }
div.DivClassName
{
background-color: #89236A;
}
.BgClassName
{
background-color: #89236A;
}
</style>
border-color css
<style>
span { border-color: #89236A; }
span { border-color: rgb(137,35,106); }
td.TdClassName
{
border-color: #89236A;
}
.TagClassName
{
border-color: #89236A;
}
</style>