Shades of Dark Purple #8B2789
Tints of Dark Purple #8B2789
RGB
CMYK
RGB Variations
Color information
#8B2789 (or 0x8B2789) is known color: Dark Purple. HEX triplet: 8B, 27 and 89. RGB value is (139,39,137). Sum of RGB (Red+Green+Blue) = 139+39+137=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2789 is #74D876. Grayscale: #4F4F4F. Windows color (decimal): -7657591 or 8988555. OLE color: 8988555.
HSL color Cylindrical-coordinate representation of color #8B2789: hue angle of 301.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2789 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 137 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.45 |
| HSL | 301.2º | 0.56% | 0.35% | - |
| HSV(B) | 301.2º | 0.72% | 0.55% | - |
| XYZ | 15.89 | 8.75 | 24.52 | - |
| YUV | 80.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 137 | 0 | 0.72 | 0.01 | 0.45 | 301.2 | 0.56 | 0.35 |
| Hex | 8B | 27 | 89 | 0 | 48 | 1 | 2D | 12D | 38 | 23 |
| Octal | 213 | 47 | 211 | 0 | 110 | 1 | 55 | 455 | 70 | 43 |
| Binary | 10001011 | 100111 | 10001001 | 0 | 1001000 | 1 | 101101 | 100101101 | 111000 | 100011 |
Color Harmonies of #8B2789
Complementary color
Monochromatic Colors of #8B2789
Black with #8B2789
Text Example
Text Example
White with #8B2789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2789; }
p { color: rgb(139,39,137); }
H1.HeaderClassName
{
color: #8B2789;
}
.AnyTagClassName
{
color: #8B2789;
}
</style>
background-color css
<style>
a { background-color: #8B2789; }
a { background-color: rgb(139,39,137); }
div.DivClassName
{
background-color: #8B2789;
}
.BgClassName
{
background-color: #8B2789;
}
</style>
border-color css
<style>
span { border-color: #8B2789; }
span { border-color: rgb(139,39,137); }
td.TdClassName
{
border-color: #8B2789;
}
.TagClassName
{
border-color: #8B2789;
}
</style>