Shades of Dark Purple #890C75
Tints of Dark Purple #890C75
RGB
CMYK
RGB Variations
Color information
#890C75 (or 0x890C75) is known color: Dark Purple. HEX triplet: 89, 0C and 75. RGB value is (137,12,117). Sum of RGB (Red+Green+Blue) = 137+12+117=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #890C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C75 is #76F38A. Grayscale: #3D3D3D. Windows color (decimal): -7795595 or 7670921. OLE color: 7670921.
HSL color Cylindrical-coordinate representation of color #890C75: hue angle of 309.6º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C75 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 117 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.46 |
| HSL | 309.6º | 0.84% | 0.29% | - |
| HSV(B) | 309.6º | 0.91% | 0.54% | - |
| XYZ | 13.66 | 6.87 | 17.43 | - |
| YUV | 61.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 117 | 0 | 0.91 | 0.15 | 0.46 | 309.6 | 0.84 | 0.29 |
| Hex | 89 | C | 75 | 0 | 5B | F | 2E | 136 | 54 | 1D |
| Octal | 211 | 14 | 165 | 0 | 133 | 17 | 56 | 466 | 124 | 35 |
| Binary | 10001001 | 1100 | 1110101 | 0 | 1011011 | 1111 | 101110 | 100110110 | 1010100 | 11101 |
Color Harmonies of #890C75
Complementary color
Monochromatic Colors of #890C75
Black with #890C75
Text Example
Text Example
White with #890C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C75; }
p { color: rgb(137,12,117); }
H1.HeaderClassName
{
color: #890C75;
}
.AnyTagClassName
{
color: #890C75;
}
</style>
background-color css
<style>
a { background-color: #890C75; }
a { background-color: rgb(137,12,117); }
div.DivClassName
{
background-color: #890C75;
}
.BgClassName
{
background-color: #890C75;
}
</style>
border-color css
<style>
span { border-color: #890C75; }
span { border-color: rgb(137,12,117); }
td.TdClassName
{
border-color: #890C75;
}
.TagClassName
{
border-color: #890C75;
}
</style>