Shades of Dark Purple #89337A
Tints of Dark Purple #89337A
RGB
CMYK
RGB Variations
Color information
#89337A (or 0x89337A) is known color: Dark Purple. HEX triplet: 89, 33 and 7A. RGB value is (137,51,122). Sum of RGB (Red+Green+Blue) = 137+51+122=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89337A is #76CC85. Grayscale: #545454. Windows color (decimal): -7785606 or 8008585. OLE color: 8008585.
HSL color Cylindrical-coordinate representation of color #89337A: hue angle of 310.47º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89337A is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 122 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.46 |
| HSL | 310.47º | 0.46% | 0.37% | - |
| HSV(B) | 310.47º | 0.63% | 0.54% | - |
| XYZ | 15.01 | 9.09 | 19.38 | - |
| YUV | 84.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 122 | 0 | 0.63 | 0.11 | 0.46 | 310.47 | 0.46 | 0.37 |
| Hex | 89 | 33 | 7A | 0 | 3F | B | 2E | 136 | 2E | 25 |
| Octal | 211 | 63 | 172 | 0 | 77 | 13 | 56 | 466 | 56 | 45 |
| Binary | 10001001 | 110011 | 1111010 | 0 | 111111 | 1011 | 101110 | 100110110 | 101110 | 100101 |
Color Harmonies of #89337A
Complementary color
Monochromatic Colors of #89337A
Black with #89337A
Text Example
Text Example
White with #89337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89337A; }
p { color: rgb(137,51,122); }
H1.HeaderClassName
{
color: #89337A;
}
.AnyTagClassName
{
color: #89337A;
}
</style>
background-color css
<style>
a { background-color: #89337A; }
a { background-color: rgb(137,51,122); }
div.DivClassName
{
background-color: #89337A;
}
.BgClassName
{
background-color: #89337A;
}
</style>
border-color css
<style>
span { border-color: #89337A; }
span { border-color: rgb(137,51,122); }
td.TdClassName
{
border-color: #89337A;
}
.TagClassName
{
border-color: #89337A;
}
</style>