Shades of Dark Purple #892F69
Tints of Dark Purple #892F69
RGB
CMYK
RGB Variations
Color information
#892F69 (or 0x892F69) is known color: Dark Purple. HEX triplet: 89, 2F and 69. RGB value is (137,47,105). Sum of RGB (Red+Green+Blue) = 137+47+105=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #892F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F69 is #76D096. Grayscale: #505050. Windows color (decimal): -7786647 or 6893449. OLE color: 6893449.
HSL color Cylindrical-coordinate representation of color #892F69: hue angle of 321.33º 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 #892F69 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 105 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.46 |
| HSL | 321.33º | 0.49% | 0.36% | - |
| HSV(B) | 321.33º | 0.66% | 0.54% | - |
| XYZ | 13.88 | 8.37 | 14.25 | - |
| YUV | 80.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 105 | 0 | 0.66 | 0.23 | 0.46 | 321.33 | 0.49 | 0.36 |
| Hex | 89 | 2F | 69 | 0 | 42 | 17 | 2E | 141 | 31 | 24 |
| Octal | 211 | 57 | 151 | 0 | 102 | 27 | 56 | 501 | 61 | 44 |
| Binary | 10001001 | 101111 | 1101001 | 0 | 1000010 | 10111 | 101110 | 101000001 | 110001 | 100100 |
Color Harmonies of #892F69
Complementary color
Monochromatic Colors of #892F69
Black with #892F69
Text Example
Text Example
White with #892F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F69; }
p { color: rgb(137,47,105); }
H1.HeaderClassName
{
color: #892F69;
}
.AnyTagClassName
{
color: #892F69;
}
</style>
background-color css
<style>
a { background-color: #892F69; }
a { background-color: rgb(137,47,105); }
div.DivClassName
{
background-color: #892F69;
}
.BgClassName
{
background-color: #892F69;
}
</style>
border-color css
<style>
span { border-color: #892F69; }
span { border-color: rgb(137,47,105); }
td.TdClassName
{
border-color: #892F69;
}
.TagClassName
{
border-color: #892F69;
}
</style>