Shades of Dark Purple #8B2279
Tints of Dark Purple #8B2279
RGB
CMYK
RGB Variations
Color information
#8B2279 (or 0x8B2279) is known color: Dark Purple. HEX triplet: 8B, 22 and 79. RGB value is (139,34,121). Sum of RGB (Red+Green+Blue) = 139+34+121=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2279 is #74DD86. Grayscale: #4B4B4B. Windows color (decimal): -7658887 or 7938699. OLE color: 7938699.
HSL color Cylindrical-coordinate representation of color #8B2279: hue angle of 310.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2279 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 121 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.45 |
| HSL | 310.29º | 0.61% | 0.34% | - |
| HSV(B) | 310.29º | 0.76% | 0.55% | - |
| XYZ | 14.67 | 8.01 | 18.86 | - |
| YUV | 75.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 121 | 0 | 0.76 | 0.13 | 0.45 | 310.29 | 0.61 | 0.34 |
| Hex | 8B | 22 | 79 | 0 | 4C | D | 2D | 136 | 3D | 22 |
| Octal | 213 | 42 | 171 | 0 | 114 | 15 | 55 | 466 | 75 | 42 |
| Binary | 10001011 | 100010 | 1111001 | 0 | 1001100 | 1101 | 101101 | 100110110 | 111101 | 100010 |
Color Harmonies of #8B2279
Complementary color
Monochromatic Colors of #8B2279
Black with #8B2279
Text Example
Text Example
White with #8B2279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2279; }
p { color: rgb(139,34,121); }
H1.HeaderClassName
{
color: #8B2279;
}
.AnyTagClassName
{
color: #8B2279;
}
</style>
background-color css
<style>
a { background-color: #8B2279; }
a { background-color: rgb(139,34,121); }
div.DivClassName
{
background-color: #8B2279;
}
.BgClassName
{
background-color: #8B2279;
}
</style>
border-color css
<style>
span { border-color: #8B2279; }
span { border-color: rgb(139,34,121); }
td.TdClassName
{
border-color: #8B2279;
}
.TagClassName
{
border-color: #8B2279;
}
</style>