Shades of Dark Purple #8B256B
Tints of Dark Purple #8B256B
RGB
CMYK
RGB Variations
Color information
#8B256B (or 0x8B256B) is known color: Dark Purple. HEX triplet: 8B, 25 and 6B. RGB value is (139,37,107). Sum of RGB (Red+Green+Blue) = 139+37+107=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B256B is #74DA94. Grayscale: #4B4B4B. Windows color (decimal): -7658133 or 7021963. OLE color: 7021963.
HSL color Cylindrical-coordinate representation of color #8B256B: hue angle of 318.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B256B is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 107 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.45 |
| HSL | 318.82º | 0.58% | 0.35% | - |
| HSV(B) | 318.82º | 0.73% | 0.55% | - |
| XYZ | 13.96 | 7.87 | 14.69 | - |
| YUV | 75.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 107 | 0 | 0.73 | 0.23 | 0.45 | 318.82 | 0.58 | 0.35 |
| Hex | 8B | 25 | 6B | 0 | 49 | 17 | 2D | 13F | 3A | 23 |
| Octal | 213 | 45 | 153 | 0 | 111 | 27 | 55 | 477 | 72 | 43 |
| Binary | 10001011 | 100101 | 1101011 | 0 | 1001001 | 10111 | 101101 | 100111111 | 111010 | 100011 |
Color Harmonies of #8B256B
Complementary color
Monochromatic Colors of #8B256B
Black with #8B256B
Text Example
Text Example
White with #8B256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B256B; }
p { color: rgb(139,37,107); }
H1.HeaderClassName
{
color: #8B256B;
}
.AnyTagClassName
{
color: #8B256B;
}
</style>
background-color css
<style>
a { background-color: #8B256B; }
a { background-color: rgb(139,37,107); }
div.DivClassName
{
background-color: #8B256B;
}
.BgClassName
{
background-color: #8B256B;
}
</style>
border-color css
<style>
span { border-color: #8B256B; }
span { border-color: rgb(139,37,107); }
td.TdClassName
{
border-color: #8B256B;
}
.TagClassName
{
border-color: #8B256B;
}
</style>