Shades of Dark Purple #892888
Tints of Dark Purple #892888
RGB
CMYK
RGB Variations
Color information
#892888 (or 0x892888) is known color: Dark Purple. HEX triplet: 89, 28 and 88. RGB value is (137,40,136). Sum of RGB (Red+Green+Blue) = 137+40+136=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #892888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892888 is #76D777. Grayscale: #4F4F4F. Windows color (decimal): -7788408 or 8923273. OLE color: 8923273.
HSL color Cylindrical-coordinate representation of color #892888: hue angle of 300.62º 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 #892888 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 136 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.46 |
| HSL | 300.62º | 0.55% | 0.35% | - |
| HSV(B) | 300.62º | 0.71% | 0.54% | - |
| XYZ | 15.52 | 8.61 | 24.14 | - |
| YUV | 79.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 136 | 0 | 0.71 | 0.01 | 0.46 | 300.62 | 0.55 | 0.35 |
| Hex | 89 | 28 | 88 | 0 | 47 | 1 | 2E | 12D | 37 | 23 |
| Octal | 211 | 50 | 210 | 0 | 107 | 1 | 56 | 455 | 67 | 43 |
| Binary | 10001001 | 101000 | 10001000 | 0 | 1000111 | 1 | 101110 | 100101101 | 110111 | 100011 |
Color Harmonies of #892888
Complementary color
Monochromatic Colors of #892888
Black with #892888
Text Example
Text Example
White with #892888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892888; }
p { color: rgb(137,40,136); }
H1.HeaderClassName
{
color: #892888;
}
.AnyTagClassName
{
color: #892888;
}
</style>
background-color css
<style>
a { background-color: #892888; }
a { background-color: rgb(137,40,136); }
div.DivClassName
{
background-color: #892888;
}
.BgClassName
{
background-color: #892888;
}
</style>
border-color css
<style>
span { border-color: #892888; }
span { border-color: rgb(137,40,136); }
td.TdClassName
{
border-color: #892888;
}
.TagClassName
{
border-color: #892888;
}
</style>