Shades of Dark Purple #8B357B
Tints of Dark Purple #8B357B
RGB
CMYK
RGB Variations
Color information
#8B357B (or 0x8B357B) is known color: Dark Purple. HEX triplet: 8B, 35 and 7B. RGB value is (139,53,123). Sum of RGB (Red+Green+Blue) = 139+53+123=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B357B is #74CA84. Grayscale: #565656. Windows color (decimal): -7654021 or 8074635. OLE color: 8074635.
HSL color Cylindrical-coordinate representation of color #8B357B: hue angle of 311.16º 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 #8B357B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 123 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.45 |
| HSL | 311.16º | 0.45% | 0.38% | - |
| HSV(B) | 311.16º | 0.62% | 0.55% | - |
| XYZ | 15.5 | 9.47 | 19.75 | - |
| YUV | 86.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 123 | 0 | 0.62 | 0.12 | 0.45 | 311.16 | 0.45 | 0.38 |
| Hex | 8B | 35 | 7B | 0 | 3E | C | 2D | 137 | 2D | 26 |
| Octal | 213 | 65 | 173 | 0 | 76 | 14 | 55 | 467 | 55 | 46 |
| Binary | 10001011 | 110101 | 1111011 | 0 | 111110 | 1100 | 101101 | 100110111 | 101101 | 100110 |
Color Harmonies of #8B357B
Complementary color
Monochromatic Colors of #8B357B
Black with #8B357B
Text Example
Text Example
White with #8B357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B357B; }
p { color: rgb(139,53,123); }
H1.HeaderClassName
{
color: #8B357B;
}
.AnyTagClassName
{
color: #8B357B;
}
</style>
background-color css
<style>
a { background-color: #8B357B; }
a { background-color: rgb(139,53,123); }
div.DivClassName
{
background-color: #8B357B;
}
.BgClassName
{
background-color: #8B357B;
}
</style>
border-color css
<style>
span { border-color: #8B357B; }
span { border-color: rgb(139,53,123); }
td.TdClassName
{
border-color: #8B357B;
}
.TagClassName
{
border-color: #8B357B;
}
</style>