Shades of Dark Purple #8B386C
Tints of Dark Purple #8B386C
RGB
CMYK
RGB Variations
Color information
#8B386C (or 0x8B386C) is known color: Dark Purple. HEX triplet: 8B, 38 and 6C. RGB value is (139,56,108). Sum of RGB (Red+Green+Blue) = 139+56+108=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B386C is #74C793. Grayscale: #565656. Windows color (decimal): -7653268 or 7092363. OLE color: 7092363.
HSL color Cylindrical-coordinate representation of color #8B386C: hue angle of 322.41º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B386C is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 108 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.45 |
| HSL | 322.41º | 0.43% | 0.38% | - |
| HSV(B) | 322.41º | 0.6% | 0.55% | - |
| XYZ | 14.77 | 9.4 | 15.22 | - |
| YUV | 86.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 108 | 0 | 0.60 | 0.22 | 0.45 | 322.41 | 0.43 | 0.38 |
| Hex | 8B | 38 | 6C | 0 | 3C | 16 | 2D | 142 | 2B | 26 |
| Octal | 213 | 70 | 154 | 0 | 74 | 26 | 55 | 502 | 53 | 46 |
| Binary | 10001011 | 111000 | 1101100 | 0 | 111100 | 10110 | 101101 | 101000010 | 101011 | 100110 |
Color Harmonies of #8B386C
Complementary color
Monochromatic Colors of #8B386C
Black with #8B386C
Text Example
Text Example
White with #8B386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B386C; }
p { color: rgb(139,56,108); }
H1.HeaderClassName
{
color: #8B386C;
}
.AnyTagClassName
{
color: #8B386C;
}
</style>
background-color css
<style>
a { background-color: #8B386C; }
a { background-color: rgb(139,56,108); }
div.DivClassName
{
background-color: #8B386C;
}
.BgClassName
{
background-color: #8B386C;
}
</style>
border-color css
<style>
span { border-color: #8B386C; }
span { border-color: rgb(139,56,108); }
td.TdClassName
{
border-color: #8B386C;
}
.TagClassName
{
border-color: #8B386C;
}
</style>