Shades of Dark Purple #892C6A
Tints of Dark Purple #892C6A
RGB
CMYK
RGB Variations
Color information
#892C6A (or 0x892C6A) is known color: Dark Purple. HEX triplet: 89, 2C and 6A. RGB value is (137,44,106). Sum of RGB (Red+Green+Blue) = 137+44+106=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #892C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C6A is #76D395. Grayscale: #4E4E4E. Windows color (decimal): -7787414 or 6958217. OLE color: 6958217.
HSL color Cylindrical-coordinate representation of color #892C6A: hue angle of 320º 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 #892C6A is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 106 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.46 |
| HSL | 320º | 0.51% | 0.35% | - |
| HSV(B) | 320º | 0.68% | 0.54% | - |
| XYZ | 13.82 | 8.16 | 14.48 | - |
| YUV | 78.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 106 | 0 | 0.68 | 0.23 | 0.46 | 320 | 0.51 | 0.35 |
| Hex | 89 | 2C | 6A | 0 | 44 | 17 | 2E | 140 | 33 | 23 |
| Octal | 211 | 54 | 152 | 0 | 104 | 27 | 56 | 500 | 63 | 43 |
| Binary | 10001001 | 101100 | 1101010 | 0 | 1000100 | 10111 | 101110 | 101000000 | 110011 | 100011 |
Color Harmonies of #892C6A
Complementary color
Monochromatic Colors of #892C6A
Black with #892C6A
Text Example
Text Example
White with #892C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C6A; }
p { color: rgb(137,44,106); }
H1.HeaderClassName
{
color: #892C6A;
}
.AnyTagClassName
{
color: #892C6A;
}
</style>
background-color css
<style>
a { background-color: #892C6A; }
a { background-color: rgb(137,44,106); }
div.DivClassName
{
background-color: #892C6A;
}
.BgClassName
{
background-color: #892C6A;
}
</style>
border-color css
<style>
span { border-color: #892C6A; }
span { border-color: rgb(137,44,106); }
td.TdClassName
{
border-color: #892C6A;
}
.TagClassName
{
border-color: #892C6A;
}
</style>