Shades of Dark Purple #8B207A
Tints of Dark Purple #8B207A
RGB
CMYK
RGB Variations
Color information
#8B207A (or 0x8B207A) is known color: Dark Purple. HEX triplet: 8B, 20 and 7A. RGB value is (139,32,122). Sum of RGB (Red+Green+Blue) = 139+32+122=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B207A is #74DF85. Grayscale: #4A4A4A. Windows color (decimal): -7659398 or 8003723. OLE color: 8003723.
HSL color Cylindrical-coordinate representation of color #8B207A: hue angle of 309.53º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B207A is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 122 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.45 |
| HSL | 309.53º | 0.63% | 0.34% | - |
| HSV(B) | 309.53º | 0.77% | 0.55% | - |
| XYZ | 14.68 | 7.93 | 19.17 | - |
| YUV | 74.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 122 | 0 | 0.77 | 0.12 | 0.45 | 309.53 | 0.63 | 0.34 |
| Hex | 8B | 20 | 7A | 0 | 4D | C | 2D | 136 | 3F | 22 |
| Octal | 213 | 40 | 172 | 0 | 115 | 14 | 55 | 466 | 77 | 42 |
| Binary | 10001011 | 100000 | 1111010 | 0 | 1001101 | 1100 | 101101 | 100110110 | 111111 | 100010 |
Color Harmonies of #8B207A
Complementary color
Monochromatic Colors of #8B207A
Black with #8B207A
Text Example
Text Example
White with #8B207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B207A; }
p { color: rgb(139,32,122); }
H1.HeaderClassName
{
color: #8B207A;
}
.AnyTagClassName
{
color: #8B207A;
}
</style>
background-color css
<style>
a { background-color: #8B207A; }
a { background-color: rgb(139,32,122); }
div.DivClassName
{
background-color: #8B207A;
}
.BgClassName
{
background-color: #8B207A;
}
</style>
border-color css
<style>
span { border-color: #8B207A; }
span { border-color: rgb(139,32,122); }
td.TdClassName
{
border-color: #8B207A;
}
.TagClassName
{
border-color: #8B207A;
}
</style>