Shades of Dark Purple #891C8C
Tints of Dark Purple #891C8C
RGB
CMYK
RGB Variations
Color information
#891C8C (or 0x891C8C) is known color: Dark Purple. HEX triplet: 89, 1C and 8C. RGB value is (137,28,140). Sum of RGB (Red+Green+Blue) = 137+28+140=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #891C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C8C is #76E373. Grayscale: #494949. Windows color (decimal): -7791476 or 9182345. OLE color: 9182345.
HSL color Cylindrical-coordinate representation of color #891C8C: hue angle of 298.39º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C8C is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 28 | 140 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.45 |
| HSL | 298.39º | 0.67% | 0.33% | - |
| HSV(B) | 298.39º | 0.8% | 0.55% | - |
| XYZ | 15.47 | 8.04 | 25.55 | - |
| YUV | 73.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 140 | 0.02 | 0.80 | 0 | 0.45 | 298.39 | 0.67 | 0.33 |
| Hex | 89 | 1C | 8C | 2 | 50 | 0 | 2D | 12A | 43 | 21 |
| Octal | 211 | 34 | 214 | 2 | 120 | 0 | 55 | 452 | 103 | 41 |
| Binary | 10001001 | 11100 | 10001100 | 10 | 1010000 | 0 | 101101 | 100101010 | 1000011 | 100001 |
Color Harmonies of #891C8C
Complementary color
Monochromatic Colors of #891C8C
Black with #891C8C
Text Example
Text Example
White with #891C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C8C; }
p { color: rgb(137,28,140); }
H1.HeaderClassName
{
color: #891C8C;
}
.AnyTagClassName
{
color: #891C8C;
}
</style>
background-color css
<style>
a { background-color: #891C8C; }
a { background-color: rgb(137,28,140); }
div.DivClassName
{
background-color: #891C8C;
}
.BgClassName
{
background-color: #891C8C;
}
</style>
border-color css
<style>
span { border-color: #891C8C; }
span { border-color: rgb(137,28,140); }
td.TdClassName
{
border-color: #891C8C;
}
.TagClassName
{
border-color: #891C8C;
}
</style>