Shades of Dark Purple #893182
Tints of Dark Purple #893182
RGB
CMYK
RGB Variations
Color information
#893182 (or 0x893182) is known color: Dark Purple. HEX triplet: 89, 31 and 82. RGB value is (137,49,130). Sum of RGB (Red+Green+Blue) = 137+49+130=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #893182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893182 is #76CE7D. Grayscale: #545454. Windows color (decimal): -7786110 or 8532361. OLE color: 8532361.
HSL color Cylindrical-coordinate representation of color #893182: hue angle of 304.77º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893182 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 130 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.46 |
| HSL | 304.77º | 0.47% | 0.36% | - |
| HSV(B) | 304.77º | 0.64% | 0.54% | - |
| XYZ | 15.44 | 9.13 | 22.07 | - |
| YUV | 84.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 130 | 0 | 0.64 | 0.05 | 0.46 | 304.77 | 0.47 | 0.36 |
| Hex | 89 | 31 | 82 | 0 | 40 | 5 | 2E | 131 | 2F | 24 |
| Octal | 211 | 61 | 202 | 0 | 100 | 5 | 56 | 461 | 57 | 44 |
| Binary | 10001001 | 110001 | 10000010 | 0 | 1000000 | 101 | 101110 | 100110001 | 101111 | 100100 |
Color Harmonies of #893182
Complementary color
Monochromatic Colors of #893182
Black with #893182
Text Example
Text Example
White with #893182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893182; }
p { color: rgb(137,49,130); }
H1.HeaderClassName
{
color: #893182;
}
.AnyTagClassName
{
color: #893182;
}
</style>
background-color css
<style>
a { background-color: #893182; }
a { background-color: rgb(137,49,130); }
div.DivClassName
{
background-color: #893182;
}
.BgClassName
{
background-color: #893182;
}
</style>
border-color css
<style>
span { border-color: #893182; }
span { border-color: rgb(137,49,130); }
td.TdClassName
{
border-color: #893182;
}
.TagClassName
{
border-color: #893182;
}
</style>