Shades of Dark Purple #893878
Tints of Dark Purple #893878
RGB
CMYK
RGB Variations
Color information
#893878 (or 0x893878) is known color: Dark Purple. HEX triplet: 89, 38 and 78. RGB value is (137,56,120). Sum of RGB (Red+Green+Blue) = 137+56+120=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #893878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893878 is #76C787. Grayscale: #575757. Windows color (decimal): -7784328 or 7878793. OLE color: 7878793.
HSL color Cylindrical-coordinate representation of color #893878: hue angle of 312.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893878 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 120 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.46 |
| HSL | 312.59º | 0.42% | 0.38% | - |
| HSV(B) | 312.59º | 0.59% | 0.54% | - |
| XYZ | 15.12 | 9.5 | 18.81 | - |
| YUV | 87.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 120 | 0 | 0.59 | 0.12 | 0.46 | 312.59 | 0.42 | 0.38 |
| Hex | 89 | 38 | 78 | 0 | 3B | C | 2E | 139 | 2A | 26 |
| Octal | 211 | 70 | 170 | 0 | 73 | 14 | 56 | 471 | 52 | 46 |
| Binary | 10001001 | 111000 | 1111000 | 0 | 111011 | 1100 | 101110 | 100111001 | 101010 | 100110 |
Color Harmonies of #893878
Complementary color
Monochromatic Colors of #893878
Black with #893878
Text Example
Text Example
White with #893878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893878; }
p { color: rgb(137,56,120); }
H1.HeaderClassName
{
color: #893878;
}
.AnyTagClassName
{
color: #893878;
}
</style>
background-color css
<style>
a { background-color: #893878; }
a { background-color: rgb(137,56,120); }
div.DivClassName
{
background-color: #893878;
}
.BgClassName
{
background-color: #893878;
}
</style>
border-color css
<style>
span { border-color: #893878; }
span { border-color: rgb(137,56,120); }
td.TdClassName
{
border-color: #893878;
}
.TagClassName
{
border-color: #893878;
}
</style>