Shades of Dark Purple #89217F
Tints of Dark Purple #89217F
RGB
CMYK
RGB Variations
Color information
#89217F (or 0x89217F) is known color: Dark Purple. HEX triplet: 89, 21 and 7F. RGB value is (137,33,127). Sum of RGB (Red+Green+Blue) = 137+33+127=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89217F is #76DE80. Grayscale: #4A4A4A. Windows color (decimal): -7790209 or 8331657. OLE color: 8331657.
HSL color Cylindrical-coordinate representation of color #89217F: hue angle of 305.77º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89217F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 127 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.46 |
| HSL | 305.77º | 0.61% | 0.33% | - |
| HSV(B) | 305.77º | 0.76% | 0.54% | - |
| XYZ | 14.69 | 7.94 | 20.84 | - |
| YUV | 74.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 127 | 0 | 0.76 | 0.07 | 0.46 | 305.77 | 0.61 | 0.33 |
| Hex | 89 | 21 | 7F | 0 | 4C | 7 | 2E | 132 | 3D | 21 |
| Octal | 211 | 41 | 177 | 0 | 114 | 7 | 56 | 462 | 75 | 41 |
| Binary | 10001001 | 100001 | 1111111 | 0 | 1001100 | 111 | 101110 | 100110010 | 111101 | 100001 |
Color Harmonies of #89217F
Complementary color
Monochromatic Colors of #89217F
Black with #89217F
Text Example
Text Example
White with #89217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89217F; }
p { color: rgb(137,33,127); }
H1.HeaderClassName
{
color: #89217F;
}
.AnyTagClassName
{
color: #89217F;
}
</style>
background-color css
<style>
a { background-color: #89217F; }
a { background-color: rgb(137,33,127); }
div.DivClassName
{
background-color: #89217F;
}
.BgClassName
{
background-color: #89217F;
}
</style>
border-color css
<style>
span { border-color: #89217F; }
span { border-color: rgb(137,33,127); }
td.TdClassName
{
border-color: #89217F;
}
.TagClassName
{
border-color: #89217F;
}
</style>