Shades of Dark Purple #892B78
Tints of Dark Purple #892B78
RGB
CMYK
RGB Variations
Color information
#892B78 (or 0x892B78) is known color: Dark Purple. HEX triplet: 89, 2B and 78. RGB value is (137,43,120). Sum of RGB (Red+Green+Blue) = 137+43+120=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #892B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892B78 is #76D487. Grayscale: #4F4F4F. Windows color (decimal): -7787656 or 7875465. OLE color: 7875465.
HSL color Cylindrical-coordinate representation of color #892B78: hue angle of 310.85º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892B78 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 43 | 120 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.46 |
| HSL | 310.85º | 0.52% | 0.35% | - |
| HSV(B) | 310.85º | 0.69% | 0.54% | - |
| XYZ | 14.57 | 8.4 | 18.62 | - |
| YUV | 79.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 120 | 0 | 0.69 | 0.12 | 0.46 | 310.85 | 0.52 | 0.35 |
| Hex | 89 | 2B | 78 | 0 | 45 | C | 2E | 137 | 34 | 23 |
| Octal | 211 | 53 | 170 | 0 | 105 | 14 | 56 | 467 | 64 | 43 |
| Binary | 10001001 | 101011 | 1111000 | 0 | 1000101 | 1100 | 101110 | 100110111 | 110100 | 100011 |
Color Harmonies of #892B78
Complementary color
Monochromatic Colors of #892B78
Black with #892B78
Text Example
Text Example
White with #892B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892B78; }
p { color: rgb(137,43,120); }
H1.HeaderClassName
{
color: #892B78;
}
.AnyTagClassName
{
color: #892B78;
}
</style>
background-color css
<style>
a { background-color: #892B78; }
a { background-color: rgb(137,43,120); }
div.DivClassName
{
background-color: #892B78;
}
.BgClassName
{
background-color: #892B78;
}
</style>
border-color css
<style>
span { border-color: #892B78; }
span { border-color: rgb(137,43,120); }
td.TdClassName
{
border-color: #892B78;
}
.TagClassName
{
border-color: #892B78;
}
</style>