Shades of Dark Purple #890C6E
Tints of Dark Purple #890C6E
RGB
CMYK
RGB Variations
Color information
#890C6E (or 0x890C6E) is known color: Dark Purple. HEX triplet: 89, 0C and 6E. RGB value is (137,12,110). Sum of RGB (Red+Green+Blue) = 137+12+110=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #890C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C6E is #76F391. Grayscale: #3C3C3C. Windows color (decimal): -7795602 or 7212169. OLE color: 7212169.
HSL color Cylindrical-coordinate representation of color #890C6E: hue angle of 312.96º 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 #890C6E is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 110 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.46 |
| HSL | 312.96º | 0.84% | 0.29% | - |
| HSV(B) | 312.96º | 0.91% | 0.54% | - |
| XYZ | 13.26 | 6.71 | 15.35 | - |
| YUV | 60.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 110 | 0 | 0.91 | 0.20 | 0.46 | 312.96 | 0.84 | 0.29 |
| Hex | 89 | C | 6E | 0 | 5B | 14 | 2E | 139 | 54 | 1D |
| Octal | 211 | 14 | 156 | 0 | 133 | 24 | 56 | 471 | 124 | 35 |
| Binary | 10001001 | 1100 | 1101110 | 0 | 1011011 | 10100 | 101110 | 100111001 | 1010100 | 11101 |
Color Harmonies of #890C6E
Complementary color
Monochromatic Colors of #890C6E
Black with #890C6E
Text Example
Text Example
White with #890C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C6E; }
p { color: rgb(137,12,110); }
H1.HeaderClassName
{
color: #890C6E;
}
.AnyTagClassName
{
color: #890C6E;
}
</style>
background-color css
<style>
a { background-color: #890C6E; }
a { background-color: rgb(137,12,110); }
div.DivClassName
{
background-color: #890C6E;
}
.BgClassName
{
background-color: #890C6E;
}
</style>
border-color css
<style>
span { border-color: #890C6E; }
span { border-color: rgb(137,12,110); }
td.TdClassName
{
border-color: #890C6E;
}
.TagClassName
{
border-color: #890C6E;
}
</style>