Shades of Dark Purple #8B357F
Tints of Dark Purple #8B357F
RGB
CMYK
RGB Variations
Color information
#8B357F (or 0x8B357F) is known color: Dark Purple. HEX triplet: 8B, 35 and 7F. RGB value is (139,53,127). Sum of RGB (Red+Green+Blue) = 139+53+127=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B357F is #74CA80. Grayscale: #565656. Windows color (decimal): -7654017 or 8336779. OLE color: 8336779.
HSL color Cylindrical-coordinate representation of color #8B357F: hue angle of 308.37º 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 #8B357F is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 127 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.45 |
| HSL | 308.37º | 0.45% | 0.38% | - |
| HSV(B) | 308.37º | 0.62% | 0.55% | - |
| XYZ | 15.75 | 9.57 | 21.1 | - |
| YUV | 87.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 127 | 0 | 0.62 | 0.09 | 0.45 | 308.37 | 0.45 | 0.38 |
| Hex | 8B | 35 | 7F | 0 | 3E | 9 | 2D | 134 | 2D | 26 |
| Octal | 213 | 65 | 177 | 0 | 76 | 11 | 55 | 464 | 55 | 46 |
| Binary | 10001011 | 110101 | 1111111 | 0 | 111110 | 1001 | 101101 | 100110100 | 101101 | 100110 |
Color Harmonies of #8B357F
Complementary color
Monochromatic Colors of #8B357F
Black with #8B357F
Text Example
Text Example
White with #8B357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B357F; }
p { color: rgb(139,53,127); }
H1.HeaderClassName
{
color: #8B357F;
}
.AnyTagClassName
{
color: #8B357F;
}
</style>
background-color css
<style>
a { background-color: #8B357F; }
a { background-color: rgb(139,53,127); }
div.DivClassName
{
background-color: #8B357F;
}
.BgClassName
{
background-color: #8B357F;
}
</style>
border-color css
<style>
span { border-color: #8B357F; }
span { border-color: rgb(139,53,127); }
td.TdClassName
{
border-color: #8B357F;
}
.TagClassName
{
border-color: #8B357F;
}
</style>