Shades of Dark Purple #8B3F7C
Tints of Dark Purple #8B3F7C
RGB
CMYK
RGB Variations
Color information
#8B3F7C (or 0x8B3F7C) is known color: Dark Purple. HEX triplet: 8B, 3F and 7C. RGB value is (139,63,124). Sum of RGB (Red+Green+Blue) = 139+63+124=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F7C is #74C083. Grayscale: #5C5C5C. Windows color (decimal): -7651460 or 8142731. OLE color: 8142731.
HSL color Cylindrical-coordinate representation of color #8B3F7C: hue angle of 311.84º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3F7C is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 124 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.45 |
| HSL | 311.84º | 0.38% | 0.4% | - |
| HSV(B) | 311.84º | 0.55% | 0.55% | - |
| XYZ | 16.06 | 10.5 | 20.25 | - |
| YUV | 92.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 124 | 0 | 0.55 | 0.11 | 0.45 | 311.84 | 0.38 | 0.4 |
| Hex | 8B | 3F | 7C | 0 | 37 | B | 2D | 138 | 26 | 28 |
| Octal | 213 | 77 | 174 | 0 | 67 | 13 | 55 | 470 | 46 | 50 |
| Binary | 10001011 | 111111 | 1111100 | 0 | 110111 | 1011 | 101101 | 100111000 | 100110 | 101000 |
Color Harmonies of #8B3F7C
Complementary color
Monochromatic Colors of #8B3F7C
Black with #8B3F7C
Text Example
Text Example
White with #8B3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F7C; }
p { color: rgb(139,63,124); }
H1.HeaderClassName
{
color: #8B3F7C;
}
.AnyTagClassName
{
color: #8B3F7C;
}
</style>
background-color css
<style>
a { background-color: #8B3F7C; }
a { background-color: rgb(139,63,124); }
div.DivClassName
{
background-color: #8B3F7C;
}
.BgClassName
{
background-color: #8B3F7C;
}
</style>
border-color css
<style>
span { border-color: #8B3F7C; }
span { border-color: rgb(139,63,124); }
td.TdClassName
{
border-color: #8B3F7C;
}
.TagClassName
{
border-color: #8B3F7C;
}
</style>