Shades of Dark Purple #893274
Tints of Dark Purple #893274
RGB
CMYK
RGB Variations
Color information
#893274 (or 0x893274) is known color: Dark Purple. HEX triplet: 89, 32 and 74. RGB value is (137,50,116). Sum of RGB (Red+Green+Blue) = 137+50+116=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893274 is #76CD8B. Grayscale: #535353. Windows color (decimal): -7785868 or 7615113. OLE color: 7615113.
HSL color Cylindrical-coordinate representation of color #893274: hue angle of 314.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893274 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 116 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.46 |
| HSL | 314.48º | 0.47% | 0.37% | - |
| HSV(B) | 314.48º | 0.64% | 0.54% | - |
| XYZ | 14.61 | 8.86 | 17.46 | - |
| YUV | 83.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 116 | 0 | 0.64 | 0.15 | 0.46 | 314.48 | 0.47 | 0.37 |
| Hex | 89 | 32 | 74 | 0 | 40 | F | 2E | 13A | 2F | 25 |
| Octal | 211 | 62 | 164 | 0 | 100 | 17 | 56 | 472 | 57 | 45 |
| Binary | 10001001 | 110010 | 1110100 | 0 | 1000000 | 1111 | 101110 | 100111010 | 101111 | 100101 |
Color Harmonies of #893274
Complementary color
Monochromatic Colors of #893274
Black with #893274
Text Example
Text Example
White with #893274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893274; }
p { color: rgb(137,50,116); }
H1.HeaderClassName
{
color: #893274;
}
.AnyTagClassName
{
color: #893274;
}
</style>
background-color css
<style>
a { background-color: #893274; }
a { background-color: rgb(137,50,116); }
div.DivClassName
{
background-color: #893274;
}
.BgClassName
{
background-color: #893274;
}
</style>
border-color css
<style>
span { border-color: #893274; }
span { border-color: rgb(137,50,116); }
td.TdClassName
{
border-color: #893274;
}
.TagClassName
{
border-color: #893274;
}
</style>