Shades of Dark Purple #893375
Tints of Dark Purple #893375
RGB
CMYK
RGB Variations
Color information
#893375 (or 0x893375) is known color: Dark Purple. HEX triplet: 89, 33 and 75. RGB value is (137,51,117). Sum of RGB (Red+Green+Blue) = 137+51+117=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893375 is #76CC8A. Grayscale: #545454. Windows color (decimal): -7785611 or 7680905. OLE color: 7680905.
HSL color Cylindrical-coordinate representation of color #893375: hue angle of 313.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893375 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 117 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.46 |
| HSL | 313.95º | 0.46% | 0.37% | - |
| HSV(B) | 313.95º | 0.63% | 0.54% | - |
| XYZ | 14.71 | 8.97 | 17.79 | - |
| YUV | 84.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 117 | 0 | 0.63 | 0.15 | 0.46 | 313.95 | 0.46 | 0.37 |
| Hex | 89 | 33 | 75 | 0 | 3F | F | 2E | 13A | 2E | 25 |
| Octal | 211 | 63 | 165 | 0 | 77 | 17 | 56 | 472 | 56 | 45 |
| Binary | 10001001 | 110011 | 1110101 | 0 | 111111 | 1111 | 101110 | 100111010 | 101110 | 100101 |
Color Harmonies of #893375
Complementary color
Monochromatic Colors of #893375
Black with #893375
Text Example
Text Example
White with #893375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893375; }
p { color: rgb(137,51,117); }
H1.HeaderClassName
{
color: #893375;
}
.AnyTagClassName
{
color: #893375;
}
</style>
background-color css
<style>
a { background-color: #893375; }
a { background-color: rgb(137,51,117); }
div.DivClassName
{
background-color: #893375;
}
.BgClassName
{
background-color: #893375;
}
</style>
border-color css
<style>
span { border-color: #893375; }
span { border-color: rgb(137,51,117); }
td.TdClassName
{
border-color: #893375;
}
.TagClassName
{
border-color: #893375;
}
</style>