Shades of Dark Purple #8B3D7C
Tints of Dark Purple #8B3D7C
RGB
CMYK
RGB Variations
Color information
#8B3D7C (or 0x8B3D7C) is known color: Dark Purple. HEX triplet: 8B, 3D and 7C. RGB value is (139,61,124). Sum of RGB (Red+Green+Blue) = 139+61+124=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D7C is #74C283. Grayscale: #5B5B5B. Windows color (decimal): -7651972 or 8142219. OLE color: 8142219.
HSL color Cylindrical-coordinate representation of color #8B3D7C: hue angle of 311.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3D7C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 61 | 124 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.45 |
| HSL | 311.54º | 0.39% | 0.39% | - |
| HSV(B) | 311.54º | 0.56% | 0.55% | - |
| XYZ | 15.95 | 10.28 | 20.21 | - |
| YUV | 91.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 124 | 0 | 0.56 | 0.11 | 0.45 | 311.54 | 0.39 | 0.39 |
| Hex | 8B | 3D | 7C | 0 | 38 | B | 2D | 138 | 27 | 27 |
| Octal | 213 | 75 | 174 | 0 | 70 | 13 | 55 | 470 | 47 | 47 |
| Binary | 10001011 | 111101 | 1111100 | 0 | 111000 | 1011 | 101101 | 100111000 | 100111 | 100111 |
Color Harmonies of #8B3D7C
Complementary color
Monochromatic Colors of #8B3D7C
Black with #8B3D7C
Text Example
Text Example
White with #8B3D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3D7C; }
p { color: rgb(139,61,124); }
H1.HeaderClassName
{
color: #8B3D7C;
}
.AnyTagClassName
{
color: #8B3D7C;
}
</style>
background-color css
<style>
a { background-color: #8B3D7C; }
a { background-color: rgb(139,61,124); }
div.DivClassName
{
background-color: #8B3D7C;
}
.BgClassName
{
background-color: #8B3D7C;
}
</style>
border-color css
<style>
span { border-color: #8B3D7C; }
span { border-color: rgb(139,61,124); }
td.TdClassName
{
border-color: #8B3D7C;
}
.TagClassName
{
border-color: #8B3D7C;
}
</style>