Shades of Dark Purple #892C81
Tints of Dark Purple #892C81
RGB
CMYK
RGB Variations
Color information
#892C81 (or 0x892C81) is known color: Dark Purple. HEX triplet: 89, 2C and 81. RGB value is (137,44,129). Sum of RGB (Red+Green+Blue) = 137+44+129=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #892C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892C81 is #76D37E. Grayscale: #515151. Windows color (decimal): -7787391 or 8465545. OLE color: 8465545.
HSL color Cylindrical-coordinate representation of color #892C81: hue angle of 305.16º 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 #892C81 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 129 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.46 |
| HSL | 305.16º | 0.51% | 0.35% | - |
| HSV(B) | 305.16º | 0.68% | 0.54% | - |
| XYZ | 15.18 | 8.7 | 21.65 | - |
| YUV | 81.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 129 | 0 | 0.68 | 0.06 | 0.46 | 305.16 | 0.51 | 0.35 |
| Hex | 89 | 2C | 81 | 0 | 44 | 6 | 2E | 131 | 33 | 23 |
| Octal | 211 | 54 | 201 | 0 | 104 | 6 | 56 | 461 | 63 | 43 |
| Binary | 10001001 | 101100 | 10000001 | 0 | 1000100 | 110 | 101110 | 100110001 | 110011 | 100011 |
Color Harmonies of #892C81
Complementary color
Monochromatic Colors of #892C81
Black with #892C81
Text Example
Text Example
White with #892C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C81; }
p { color: rgb(137,44,129); }
H1.HeaderClassName
{
color: #892C81;
}
.AnyTagClassName
{
color: #892C81;
}
</style>
background-color css
<style>
a { background-color: #892C81; }
a { background-color: rgb(137,44,129); }
div.DivClassName
{
background-color: #892C81;
}
.BgClassName
{
background-color: #892C81;
}
</style>
border-color css
<style>
span { border-color: #892C81; }
span { border-color: rgb(137,44,129); }
td.TdClassName
{
border-color: #892C81;
}
.TagClassName
{
border-color: #892C81;
}
</style>