Shades of Dark Purple #892F68
Tints of Dark Purple #892F68
RGB
CMYK
RGB Variations
Color information
#892F68 (or 0x892F68) is known color: Dark Purple. HEX triplet: 89, 2F and 68. RGB value is (137,47,104). Sum of RGB (Red+Green+Blue) = 137+47+104=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #892F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F68 is #76D097. Grayscale: #505050. Windows color (decimal): -7786648 or 6827913. OLE color: 6827913.
HSL color Cylindrical-coordinate representation of color #892F68: hue angle of 322º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F68 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 104 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.46 |
| HSL | 322º | 0.49% | 0.36% | - |
| HSV(B) | 322º | 0.66% | 0.54% | - |
| XYZ | 13.83 | 8.35 | 13.98 | - |
| YUV | 80.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 104 | 0 | 0.66 | 0.24 | 0.46 | 322 | 0.49 | 0.36 |
| Hex | 89 | 2F | 68 | 0 | 42 | 18 | 2E | 142 | 31 | 24 |
| Octal | 211 | 57 | 150 | 0 | 102 | 30 | 56 | 502 | 61 | 44 |
| Binary | 10001001 | 101111 | 1101000 | 0 | 1000010 | 11000 | 101110 | 101000010 | 110001 | 100100 |
Color Harmonies of #892F68
Complementary color
Monochromatic Colors of #892F68
Black with #892F68
Text Example
Text Example
White with #892F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F68; }
p { color: rgb(137,47,104); }
H1.HeaderClassName
{
color: #892F68;
}
.AnyTagClassName
{
color: #892F68;
}
</style>
background-color css
<style>
a { background-color: #892F68; }
a { background-color: rgb(137,47,104); }
div.DivClassName
{
background-color: #892F68;
}
.BgClassName
{
background-color: #892F68;
}
</style>
border-color css
<style>
span { border-color: #892F68; }
span { border-color: rgb(137,47,104); }
td.TdClassName
{
border-color: #892F68;
}
.TagClassName
{
border-color: #892F68;
}
</style>