Shades of Dark Purple #8B356E
Tints of Dark Purple #8B356E
RGB
CMYK
RGB Variations
Color information
#8B356E (or 0x8B356E) is known color: Dark Purple. HEX triplet: 8B, 35 and 6E. RGB value is (139,53,110). Sum of RGB (Red+Green+Blue) = 139+53+110=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B356E is #74CA91. Grayscale: #555555. Windows color (decimal): -7654034 or 7222667. OLE color: 7222667.
HSL color Cylindrical-coordinate representation of color #8B356E: hue angle of 320.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B356E is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 110 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.45 |
| HSL | 320.23º | 0.45% | 0.38% | - |
| HSV(B) | 320.23º | 0.62% | 0.55% | - |
| XYZ | 14.74 | 9.16 | 15.74 | - |
| YUV | 85.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 110 | 0 | 0.62 | 0.21 | 0.45 | 320.23 | 0.45 | 0.38 |
| Hex | 8B | 35 | 6E | 0 | 3E | 15 | 2D | 140 | 2D | 26 |
| Octal | 213 | 65 | 156 | 0 | 76 | 25 | 55 | 500 | 55 | 46 |
| Binary | 10001011 | 110101 | 1101110 | 0 | 111110 | 10101 | 101101 | 101000000 | 101101 | 100110 |
Color Harmonies of #8B356E
Complementary color
Monochromatic Colors of #8B356E
Black with #8B356E
Text Example
Text Example
White with #8B356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B356E; }
p { color: rgb(139,53,110); }
H1.HeaderClassName
{
color: #8B356E;
}
.AnyTagClassName
{
color: #8B356E;
}
</style>
background-color css
<style>
a { background-color: #8B356E; }
a { background-color: rgb(139,53,110); }
div.DivClassName
{
background-color: #8B356E;
}
.BgClassName
{
background-color: #8B356E;
}
</style>
border-color css
<style>
span { border-color: #8B356E; }
span { border-color: rgb(139,53,110); }
td.TdClassName
{
border-color: #8B356E;
}
.TagClassName
{
border-color: #8B356E;
}
</style>