Shades of Dark Purple #8B337C
Tints of Dark Purple #8B337C
RGB
CMYK
RGB Variations
Color information
#8B337C (or 0x8B337C) is known color: Dark Purple. HEX triplet: 8B, 33 and 7C. RGB value is (139,51,124). Sum of RGB (Red+Green+Blue) = 139+51+124=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B337C is #74CC83. Grayscale: #555555. Windows color (decimal): -7654532 or 8139659. OLE color: 8139659.
HSL color Cylindrical-coordinate representation of color #8B337C: hue angle of 310.23º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B337C is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 124 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.45 |
| HSL | 310.23º | 0.46% | 0.37% | - |
| HSV(B) | 310.23º | 0.63% | 0.55% | - |
| XYZ | 15.47 | 9.31 | 20.05 | - |
| YUV | 85.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 124 | 0 | 0.63 | 0.11 | 0.45 | 310.23 | 0.46 | 0.37 |
| Hex | 8B | 33 | 7C | 0 | 3F | B | 2D | 136 | 2E | 25 |
| Octal | 213 | 63 | 174 | 0 | 77 | 13 | 55 | 466 | 56 | 45 |
| Binary | 10001011 | 110011 | 1111100 | 0 | 111111 | 1011 | 101101 | 100110110 | 101110 | 100101 |
Color Harmonies of #8B337C
Complementary color
Monochromatic Colors of #8B337C
Black with #8B337C
Text Example
Text Example
White with #8B337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B337C; }
p { color: rgb(139,51,124); }
H1.HeaderClassName
{
color: #8B337C;
}
.AnyTagClassName
{
color: #8B337C;
}
</style>
background-color css
<style>
a { background-color: #8B337C; }
a { background-color: rgb(139,51,124); }
div.DivClassName
{
background-color: #8B337C;
}
.BgClassName
{
background-color: #8B337C;
}
</style>
border-color css
<style>
span { border-color: #8B337C; }
span { border-color: rgb(139,51,124); }
td.TdClassName
{
border-color: #8B337C;
}
.TagClassName
{
border-color: #8B337C;
}
</style>