Shades of Dark Purple #8B227A
Tints of Dark Purple #8B227A
RGB
CMYK
RGB Variations
Color information
#8B227A (or 0x8B227A) is known color: Dark Purple. HEX triplet: 8B, 22 and 7A. RGB value is (139,34,122). Sum of RGB (Red+Green+Blue) = 139+34+122=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B227A is #74DD85. Grayscale: #4B4B4B. Windows color (decimal): -7658886 or 8004235. OLE color: 8004235.
HSL color Cylindrical-coordinate representation of color #8B227A: hue angle of 309.71º 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 #8B227A is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 122 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.45 |
| HSL | 309.71º | 0.61% | 0.34% | - |
| HSV(B) | 309.71º | 0.76% | 0.55% | - |
| XYZ | 14.73 | 8.04 | 19.19 | - |
| YUV | 75.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 122 | 0 | 0.76 | 0.12 | 0.45 | 309.71 | 0.61 | 0.34 |
| Hex | 8B | 22 | 7A | 0 | 4C | C | 2D | 136 | 3D | 22 |
| Octal | 213 | 42 | 172 | 0 | 114 | 14 | 55 | 466 | 75 | 42 |
| Binary | 10001011 | 100010 | 1111010 | 0 | 1001100 | 1100 | 101101 | 100110110 | 111101 | 100010 |
Color Harmonies of #8B227A
Complementary color
Monochromatic Colors of #8B227A
Black with #8B227A
Text Example
Text Example
White with #8B227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B227A; }
p { color: rgb(139,34,122); }
H1.HeaderClassName
{
color: #8B227A;
}
.AnyTagClassName
{
color: #8B227A;
}
</style>
background-color css
<style>
a { background-color: #8B227A; }
a { background-color: rgb(139,34,122); }
div.DivClassName
{
background-color: #8B227A;
}
.BgClassName
{
background-color: #8B227A;
}
</style>
border-color css
<style>
span { border-color: #8B227A; }
span { border-color: rgb(139,34,122); }
td.TdClassName
{
border-color: #8B227A;
}
.TagClassName
{
border-color: #8B227A;
}
</style>