Shades of Dark Purple #8B3F73
Tints of Dark Purple #8B3F73
RGB
CMYK
RGB Variations
Color information
#8B3F73 (or 0x8B3F73) is known color: Dark Purple. HEX triplet: 8B, 3F and 73. RGB value is (139,63,115). Sum of RGB (Red+Green+Blue) = 139+63+115=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F73 is #74C08C. Grayscale: #5B5B5B. Windows color (decimal): -7651469 or 7552907. OLE color: 7552907.
HSL color Cylindrical-coordinate representation of color #8B3F73: hue angle of 318.95º 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 #8B3F73 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 115 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.45 |
| HSL | 318.95º | 0.38% | 0.4% | - |
| HSV(B) | 318.95º | 0.55% | 0.55% | - |
| XYZ | 15.52 | 10.28 | 17.39 | - |
| YUV | 91.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 115 | 0 | 0.55 | 0.17 | 0.45 | 318.95 | 0.38 | 0.4 |
| Hex | 8B | 3F | 73 | 0 | 37 | 11 | 2D | 13F | 26 | 28 |
| Octal | 213 | 77 | 163 | 0 | 67 | 21 | 55 | 477 | 46 | 50 |
| Binary | 10001011 | 111111 | 1110011 | 0 | 110111 | 10001 | 101101 | 100111111 | 100110 | 101000 |
Color Harmonies of #8B3F73
Complementary color
Monochromatic Colors of #8B3F73
Black with #8B3F73
Text Example
Text Example
White with #8B3F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F73; }
p { color: rgb(139,63,115); }
H1.HeaderClassName
{
color: #8B3F73;
}
.AnyTagClassName
{
color: #8B3F73;
}
</style>
background-color css
<style>
a { background-color: #8B3F73; }
a { background-color: rgb(139,63,115); }
div.DivClassName
{
background-color: #8B3F73;
}
.BgClassName
{
background-color: #8B3F73;
}
</style>
border-color css
<style>
span { border-color: #8B3F73; }
span { border-color: rgb(139,63,115); }
td.TdClassName
{
border-color: #8B3F73;
}
.TagClassName
{
border-color: #8B3F73;
}
</style>