Shades of Dark Purple #892D7B
Tints of Dark Purple #892D7B
RGB
CMYK
RGB Variations
Color information
#892D7B (or 0x892D7B) is known color: Dark Purple. HEX triplet: 89, 2D and 7B. RGB value is (137,45,123). Sum of RGB (Red+Green+Blue) = 137+45+123=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #892D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D7B is #76D284. Grayscale: #515151. Windows color (decimal): -7787141 or 8072585. OLE color: 8072585.
HSL color Cylindrical-coordinate representation of color #892D7B: hue angle of 309.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D7B is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 123 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.46 |
| HSL | 309.13º | 0.51% | 0.36% | - |
| HSV(B) | 309.13º | 0.67% | 0.54% | - |
| XYZ | 14.83 | 8.63 | 19.62 | - |
| YUV | 81.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 123 | 0 | 0.67 | 0.10 | 0.46 | 309.13 | 0.51 | 0.36 |
| Hex | 89 | 2D | 7B | 0 | 43 | A | 2E | 135 | 33 | 24 |
| Octal | 211 | 55 | 173 | 0 | 103 | 12 | 56 | 465 | 63 | 44 |
| Binary | 10001001 | 101101 | 1111011 | 0 | 1000011 | 1010 | 101110 | 100110101 | 110011 | 100100 |
Color Harmonies of #892D7B
Complementary color
Monochromatic Colors of #892D7B
Black with #892D7B
Text Example
Text Example
White with #892D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D7B; }
p { color: rgb(137,45,123); }
H1.HeaderClassName
{
color: #892D7B;
}
.AnyTagClassName
{
color: #892D7B;
}
</style>
background-color css
<style>
a { background-color: #892D7B; }
a { background-color: rgb(137,45,123); }
div.DivClassName
{
background-color: #892D7B;
}
.BgClassName
{
background-color: #892D7B;
}
</style>
border-color css
<style>
span { border-color: #892D7B; }
span { border-color: rgb(137,45,123); }
td.TdClassName
{
border-color: #892D7B;
}
.TagClassName
{
border-color: #892D7B;
}
</style>