Shades of Dark Purple #8B356F
Tints of Dark Purple #8B356F
RGB
CMYK
RGB Variations
Color information
#8B356F (or 0x8B356F) is known color: Dark Purple. HEX triplet: 8B, 35 and 6F. RGB value is (139,53,111). Sum of RGB (Red+Green+Blue) = 139+53+111=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B356F is #74CA90. Grayscale: #555555. Windows color (decimal): -7654033 or 7288203. OLE color: 7288203.
HSL color Cylindrical-coordinate representation of color #8B356F: hue angle of 319.53º 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 #8B356F is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 111 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.45 |
| HSL | 319.53º | 0.45% | 0.38% | - |
| HSV(B) | 319.53º | 0.62% | 0.55% | - |
| XYZ | 14.79 | 9.18 | 16.03 | - |
| YUV | 85.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 111 | 0 | 0.62 | 0.20 | 0.45 | 319.53 | 0.45 | 0.38 |
| Hex | 8B | 35 | 6F | 0 | 3E | 14 | 2D | 140 | 2D | 26 |
| Octal | 213 | 65 | 157 | 0 | 76 | 24 | 55 | 500 | 55 | 46 |
| Binary | 10001011 | 110101 | 1101111 | 0 | 111110 | 10100 | 101101 | 101000000 | 101101 | 100110 |
Color Harmonies of #8B356F
Complementary color
Monochromatic Colors of #8B356F
Black with #8B356F
Text Example
Text Example
White with #8B356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B356F; }
p { color: rgb(139,53,111); }
H1.HeaderClassName
{
color: #8B356F;
}
.AnyTagClassName
{
color: #8B356F;
}
</style>
background-color css
<style>
a { background-color: #8B356F; }
a { background-color: rgb(139,53,111); }
div.DivClassName
{
background-color: #8B356F;
}
.BgClassName
{
background-color: #8B356F;
}
</style>
border-color css
<style>
span { border-color: #8B356F; }
span { border-color: rgb(139,53,111); }
td.TdClassName
{
border-color: #8B356F;
}
.TagClassName
{
border-color: #8B356F;
}
</style>