Shades of Dark Purple #8B256F
Tints of Dark Purple #8B256F
RGB
CMYK
RGB Variations
Color information
#8B256F (or 0x8B256F) is known color: Dark Purple. HEX triplet: 8B, 25 and 6F. RGB value is (139,37,111). Sum of RGB (Red+Green+Blue) = 139+37+111=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B256F is #74DA90. Grayscale: #4B4B4B. Windows color (decimal): -7658129 or 7284107. OLE color: 7284107.
HSL color Cylindrical-coordinate representation of color #8B256F: hue angle of 316.47º 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 #8B256F is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 111 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.45 |
| HSL | 316.47º | 0.58% | 0.35% | - |
| HSV(B) | 316.47º | 0.73% | 0.55% | - |
| XYZ | 14.18 | 7.96 | 15.83 | - |
| YUV | 75.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 111 | 0 | 0.73 | 0.20 | 0.45 | 316.47 | 0.58 | 0.35 |
| Hex | 8B | 25 | 6F | 0 | 49 | 14 | 2D | 13C | 3A | 23 |
| Octal | 213 | 45 | 157 | 0 | 111 | 24 | 55 | 474 | 72 | 43 |
| Binary | 10001011 | 100101 | 1101111 | 0 | 1001001 | 10100 | 101101 | 100111100 | 111010 | 100011 |
Color Harmonies of #8B256F
Complementary color
Monochromatic Colors of #8B256F
Black with #8B256F
Text Example
Text Example
White with #8B256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B256F; }
p { color: rgb(139,37,111); }
H1.HeaderClassName
{
color: #8B256F;
}
.AnyTagClassName
{
color: #8B256F;
}
</style>
background-color css
<style>
a { background-color: #8B256F; }
a { background-color: rgb(139,37,111); }
div.DivClassName
{
background-color: #8B256F;
}
.BgClassName
{
background-color: #8B256F;
}
</style>
border-color css
<style>
span { border-color: #8B256F; }
span { border-color: rgb(139,37,111); }
td.TdClassName
{
border-color: #8B256F;
}
.TagClassName
{
border-color: #8B256F;
}
</style>