Shades of Dark Purple #8B3670
Tints of Dark Purple #8B3670
RGB
CMYK
RGB Variations
Color information
#8B3670 (or 0x8B3670) is known color: Dark Purple. HEX triplet: 8B, 36 and 70. RGB value is (139,54,112). Sum of RGB (Red+Green+Blue) = 139+54+112=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3670 is #74C98F. Grayscale: #555555. Windows color (decimal): -7653776 or 7353995. OLE color: 7353995.
HSL color Cylindrical-coordinate representation of color #8B3670: hue angle of 319.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3670 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 112 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.45 |
| HSL | 319.06º | 0.44% | 0.38% | - |
| HSV(B) | 319.06º | 0.61% | 0.55% | - |
| XYZ | 14.89 | 9.3 | 16.34 | - |
| YUV | 86.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 112 | 0 | 0.61 | 0.19 | 0.45 | 319.06 | 0.44 | 0.38 |
| Hex | 8B | 36 | 70 | 0 | 3D | 13 | 2D | 13F | 2C | 26 |
| Octal | 213 | 66 | 160 | 0 | 75 | 23 | 55 | 477 | 54 | 46 |
| Binary | 10001011 | 110110 | 1110000 | 0 | 111101 | 10011 | 101101 | 100111111 | 101100 | 100110 |
Color Harmonies of #8B3670
Complementary color
Monochromatic Colors of #8B3670
Black with #8B3670
Text Example
Text Example
White with #8B3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3670; }
p { color: rgb(139,54,112); }
H1.HeaderClassName
{
color: #8B3670;
}
.AnyTagClassName
{
color: #8B3670;
}
</style>
background-color css
<style>
a { background-color: #8B3670; }
a { background-color: rgb(139,54,112); }
div.DivClassName
{
background-color: #8B3670;
}
.BgClassName
{
background-color: #8B3670;
}
</style>
border-color css
<style>
span { border-color: #8B3670; }
span { border-color: rgb(139,54,112); }
td.TdClassName
{
border-color: #8B3670;
}
.TagClassName
{
border-color: #8B3670;
}
</style>