Shades of Dark Purple #892F81
Tints of Dark Purple #892F81
RGB
CMYK
RGB Variations
Color information
#892F81 (or 0x892F81) is known color: Dark Purple. HEX triplet: 89, 2F and 81. RGB value is (137,47,129). Sum of RGB (Red+Green+Blue) = 137+47+129=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #892F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892F81 is #76D07E. Grayscale: #535353. Windows color (decimal): -7786623 or 8466313. OLE color: 8466313.
HSL color Cylindrical-coordinate representation of color #892F81: hue angle of 305.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 #892F81 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 129 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.46 |
| HSL | 305.33º | 0.49% | 0.36% | - |
| HSV(B) | 305.33º | 0.66% | 0.54% | - |
| XYZ | 15.3 | 8.94 | 21.69 | - |
| YUV | 83.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 129 | 0 | 0.66 | 0.06 | 0.46 | 305.33 | 0.49 | 0.36 |
| Hex | 89 | 2F | 81 | 0 | 42 | 6 | 2E | 131 | 31 | 24 |
| Octal | 211 | 57 | 201 | 0 | 102 | 6 | 56 | 461 | 61 | 44 |
| Binary | 10001001 | 101111 | 10000001 | 0 | 1000010 | 110 | 101110 | 100110001 | 110001 | 100100 |
Color Harmonies of #892F81
Complementary color
Monochromatic Colors of #892F81
Black with #892F81
Text Example
Text Example
White with #892F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F81; }
p { color: rgb(137,47,129); }
H1.HeaderClassName
{
color: #892F81;
}
.AnyTagClassName
{
color: #892F81;
}
</style>
background-color css
<style>
a { background-color: #892F81; }
a { background-color: rgb(137,47,129); }
div.DivClassName
{
background-color: #892F81;
}
.BgClassName
{
background-color: #892F81;
}
</style>
border-color css
<style>
span { border-color: #892F81; }
span { border-color: rgb(137,47,129); }
td.TdClassName
{
border-color: #892F81;
}
.TagClassName
{
border-color: #892F81;
}
</style>