Shades of Dark Purple #8B256E
Tints of Dark Purple #8B256E
RGB
CMYK
RGB Variations
Color information
#8B256E (or 0x8B256E) is known color: Dark Purple. HEX triplet: 8B, 25 and 6E. RGB value is (139,37,110). Sum of RGB (Red+Green+Blue) = 139+37+110=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B256E is #74DA91. Grayscale: #4B4B4B. Windows color (decimal): -7658130 or 7218571. OLE color: 7218571.
HSL color Cylindrical-coordinate representation of color #8B256E: hue angle of 317.06º 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 #8B256E is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 110 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.45 |
| HSL | 317.06º | 0.58% | 0.35% | - |
| HSV(B) | 317.06º | 0.73% | 0.55% | - |
| XYZ | 14.12 | 7.94 | 15.54 | - |
| YUV | 75.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 110 | 0 | 0.73 | 0.21 | 0.45 | 317.06 | 0.58 | 0.35 |
| Hex | 8B | 25 | 6E | 0 | 49 | 15 | 2D | 13D | 3A | 23 |
| Octal | 213 | 45 | 156 | 0 | 111 | 25 | 55 | 475 | 72 | 43 |
| Binary | 10001011 | 100101 | 1101110 | 0 | 1001001 | 10101 | 101101 | 100111101 | 111010 | 100011 |
Color Harmonies of #8B256E
Complementary color
Monochromatic Colors of #8B256E
Black with #8B256E
Text Example
Text Example
White with #8B256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B256E; }
p { color: rgb(139,37,110); }
H1.HeaderClassName
{
color: #8B256E;
}
.AnyTagClassName
{
color: #8B256E;
}
</style>
background-color css
<style>
a { background-color: #8B256E; }
a { background-color: rgb(139,37,110); }
div.DivClassName
{
background-color: #8B256E;
}
.BgClassName
{
background-color: #8B256E;
}
</style>
border-color css
<style>
span { border-color: #8B256E; }
span { border-color: rgb(139,37,110); }
td.TdClassName
{
border-color: #8B256E;
}
.TagClassName
{
border-color: #8B256E;
}
</style>