Shades of Purple #890C7D
Tints of Purple #890C7D
RGB
CMYK
RGB Variations
Color information
#890C7D (or 0x890C7D) is known color: Purple. HEX triplet: 89, 0C and 7D. RGB value is (137,12,125). Sum of RGB (Red+Green+Blue) = 137+12+125=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #890C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C7D is #76F382. Grayscale: #3D3D3D. Windows color (decimal): -7795587 or 8195209. OLE color: 8195209.
HSL color Cylindrical-coordinate representation of color #890C7D: hue angle of 305.76º 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 #890C7D is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 125 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.46 |
| HSL | 305.76º | 0.84% | 0.29% | - |
| HSV(B) | 305.76º | 0.91% | 0.54% | - |
| XYZ | 14.15 | 7.06 | 20.02 | - |
| YUV | 62.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 125 | 0 | 0.91 | 0.09 | 0.46 | 305.76 | 0.84 | 0.29 |
| Hex | 89 | C | 7D | 0 | 5B | 9 | 2E | 132 | 54 | 1D |
| Octal | 211 | 14 | 175 | 0 | 133 | 11 | 56 | 462 | 124 | 35 |
| Binary | 10001001 | 1100 | 1111101 | 0 | 1011011 | 1001 | 101110 | 100110010 | 1010100 | 11101 |
Color Harmonies of #890C7D
Complementary color
Monochromatic Colors of #890C7D
Black with #890C7D
Text Example
Text Example
White with #890C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C7D; }
p { color: rgb(137,12,125); }
H1.HeaderClassName
{
color: #890C7D;
}
.AnyTagClassName
{
color: #890C7D;
}
</style>
background-color css
<style>
a { background-color: #890C7D; }
a { background-color: rgb(137,12,125); }
div.DivClassName
{
background-color: #890C7D;
}
.BgClassName
{
background-color: #890C7D;
}
</style>
border-color css
<style>
span { border-color: #890C7D; }
span { border-color: rgb(137,12,125); }
td.TdClassName
{
border-color: #890C7D;
}
.TagClassName
{
border-color: #890C7D;
}
</style>