Shades of Dark Purple #892C6C
Tints of Dark Purple #892C6C
RGB
CMYK
RGB Variations
Color information
#892C6C (or 0x892C6C) is known color: Dark Purple. HEX triplet: 89, 2C and 6C. RGB value is (137,44,108). Sum of RGB (Red+Green+Blue) = 137+44+108=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #892C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C6C is #76D393. Grayscale: #4E4E4E. Windows color (decimal): -7787412 or 7089289. OLE color: 7089289.
HSL color Cylindrical-coordinate representation of color #892C6C: hue angle of 318.71º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #892C6C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 108 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.46 |
| HSL | 318.71º | 0.51% | 0.35% | - |
| HSV(B) | 318.71º | 0.68% | 0.54% | - |
| XYZ | 13.92 | 8.2 | 15.04 | - |
| YUV | 79.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 108 | 0 | 0.68 | 0.21 | 0.46 | 318.71 | 0.51 | 0.35 |
| Hex | 89 | 2C | 6C | 0 | 44 | 15 | 2E | 13F | 33 | 23 |
| Octal | 211 | 54 | 154 | 0 | 104 | 25 | 56 | 477 | 63 | 43 |
| Binary | 10001001 | 101100 | 1101100 | 0 | 1000100 | 10101 | 101110 | 100111111 | 110011 | 100011 |
Color Harmonies of #892C6C
Complementary color
Monochromatic Colors of #892C6C
Black with #892C6C
Text Example
Text Example
White with #892C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C6C; }
p { color: rgb(137,44,108); }
H1.HeaderClassName
{
color: #892C6C;
}
.AnyTagClassName
{
color: #892C6C;
}
</style>
background-color css
<style>
a { background-color: #892C6C; }
a { background-color: rgb(137,44,108); }
div.DivClassName
{
background-color: #892C6C;
}
.BgClassName
{
background-color: #892C6C;
}
</style>
border-color css
<style>
span { border-color: #892C6C; }
span { border-color: rgb(137,44,108); }
td.TdClassName
{
border-color: #892C6C;
}
.TagClassName
{
border-color: #892C6C;
}
</style>