Shades of Dark Purple #8B206C
Tints of Dark Purple #8B206C
RGB
CMYK
RGB Variations
Color information
#8B206C (or 0x8B206C) is known color: Dark Purple. HEX triplet: 8B, 20 and 6C. RGB value is (139,32,108). Sum of RGB (Red+Green+Blue) = 139+32+108=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B206C is #74DF93. Grayscale: #484848. Windows color (decimal): -7659412 or 7086219. OLE color: 7086219.
HSL color Cylindrical-coordinate representation of color #8B206C: hue angle of 317.38º 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 #8B206C is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 108 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.45 |
| HSL | 317.38º | 0.63% | 0.34% | - |
| HSV(B) | 317.38º | 0.77% | 0.55% | - |
| XYZ | 13.87 | 7.6 | 14.92 | - |
| YUV | 72.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 108 | 0 | 0.77 | 0.22 | 0.45 | 317.38 | 0.63 | 0.34 |
| Hex | 8B | 20 | 6C | 0 | 4D | 16 | 2D | 13D | 3F | 22 |
| Octal | 213 | 40 | 154 | 0 | 115 | 26 | 55 | 475 | 77 | 42 |
| Binary | 10001011 | 100000 | 1101100 | 0 | 1001101 | 10110 | 101101 | 100111101 | 111111 | 100010 |
Color Harmonies of #8B206C
Complementary color
Monochromatic Colors of #8B206C
Black with #8B206C
Text Example
Text Example
White with #8B206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B206C; }
p { color: rgb(139,32,108); }
H1.HeaderClassName
{
color: #8B206C;
}
.AnyTagClassName
{
color: #8B206C;
}
</style>
background-color css
<style>
a { background-color: #8B206C; }
a { background-color: rgb(139,32,108); }
div.DivClassName
{
background-color: #8B206C;
}
.BgClassName
{
background-color: #8B206C;
}
</style>
border-color css
<style>
span { border-color: #8B206C; }
span { border-color: rgb(139,32,108); }
td.TdClassName
{
border-color: #8B206C;
}
.TagClassName
{
border-color: #8B206C;
}
</style>