Shades of Dark Purple #892869
Tints of Dark Purple #892869
RGB
CMYK
RGB Variations
Color information
#892869 (or 0x892869) is known color: Dark Purple. HEX triplet: 89, 28 and 69. RGB value is (137,40,105). Sum of RGB (Red+Green+Blue) = 137+40+105=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #892869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892869 is #76D796. Grayscale: #4C4C4C. Windows color (decimal): -7788439 or 6891657. OLE color: 6891657.
HSL color Cylindrical-coordinate representation of color #892869: hue angle of 319.79º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892869 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 105 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.46 |
| HSL | 319.79º | 0.55% | 0.35% | - |
| HSV(B) | 319.79º | 0.71% | 0.54% | - |
| XYZ | 13.63 | 7.86 | 14.16 | - |
| YUV | 76.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 105 | 0 | 0.71 | 0.23 | 0.46 | 319.79 | 0.55 | 0.35 |
| Hex | 89 | 28 | 69 | 0 | 47 | 17 | 2E | 140 | 37 | 23 |
| Octal | 211 | 50 | 151 | 0 | 107 | 27 | 56 | 500 | 67 | 43 |
| Binary | 10001001 | 101000 | 1101001 | 0 | 1000111 | 10111 | 101110 | 101000000 | 110111 | 100011 |
Color Harmonies of #892869
Complementary color
Monochromatic Colors of #892869
Black with #892869
Text Example
Text Example
White with #892869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892869; }
p { color: rgb(137,40,105); }
H1.HeaderClassName
{
color: #892869;
}
.AnyTagClassName
{
color: #892869;
}
</style>
background-color css
<style>
a { background-color: #892869; }
a { background-color: rgb(137,40,105); }
div.DivClassName
{
background-color: #892869;
}
.BgClassName
{
background-color: #892869;
}
</style>
border-color css
<style>
span { border-color: #892869; }
span { border-color: rgb(137,40,105); }
td.TdClassName
{
border-color: #892869;
}
.TagClassName
{
border-color: #892869;
}
</style>