Shades of Dark Purple #8B2C6C
Tints of Dark Purple #8B2C6C
RGB
CMYK
RGB Variations
Color information
#8B2C6C (or 0x8B2C6C) is known color: Dark Purple. HEX triplet: 8B, 2C and 6C. RGB value is (139,44,108). Sum of RGB (Red+Green+Blue) = 139+44+108=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C6C is #74D393. Grayscale: #4F4F4F. Windows color (decimal): -7656340 or 7089291. OLE color: 7089291.
HSL color Cylindrical-coordinate representation of color #8B2C6C: hue angle of 319.58º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C6C is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 108 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.45 |
| HSL | 319.58º | 0.52% | 0.36% | - |
| HSV(B) | 319.58º | 0.68% | 0.55% | - |
| XYZ | 14.25 | 8.37 | 15.05 | - |
| YUV | 79.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 108 | 0 | 0.68 | 0.22 | 0.45 | 319.58 | 0.52 | 0.36 |
| Hex | 8B | 2C | 6C | 0 | 44 | 16 | 2D | 140 | 34 | 24 |
| Octal | 213 | 54 | 154 | 0 | 104 | 26 | 55 | 500 | 64 | 44 |
| Binary | 10001011 | 101100 | 1101100 | 0 | 1000100 | 10110 | 101101 | 101000000 | 110100 | 100100 |
Color Harmonies of #8B2C6C
Complementary color
Monochromatic Colors of #8B2C6C
Black with #8B2C6C
Text Example
Text Example
White with #8B2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C6C; }
p { color: rgb(139,44,108); }
H1.HeaderClassName
{
color: #8B2C6C;
}
.AnyTagClassName
{
color: #8B2C6C;
}
</style>
background-color css
<style>
a { background-color: #8B2C6C; }
a { background-color: rgb(139,44,108); }
div.DivClassName
{
background-color: #8B2C6C;
}
.BgClassName
{
background-color: #8B2C6C;
}
</style>
border-color css
<style>
span { border-color: #8B2C6C; }
span { border-color: rgb(139,44,108); }
td.TdClassName
{
border-color: #8B2C6C;
}
.TagClassName
{
border-color: #8B2C6C;
}
</style>