Shades of Dark Purple #8B3372
Tints of Dark Purple #8B3372
RGB
CMYK
RGB Variations
Color information
#8B3372 (or 0x8B3372) is known color: Dark Purple. HEX triplet: 8B, 33 and 72. RGB value is (139,51,114). Sum of RGB (Red+Green+Blue) = 139+51+114=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3372 is #74CC8D. Grayscale: #545454. Windows color (decimal): -7654542 or 7484299. OLE color: 7484299.
HSL color Cylindrical-coordinate representation of color #8B3372: hue angle of 317.05º 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 #8B3372 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 114 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.45 |
| HSL | 317.05º | 0.46% | 0.37% | - |
| HSV(B) | 317.05º | 0.63% | 0.55% | - |
| XYZ | 14.87 | 9.07 | 16.89 | - |
| YUV | 84.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 114 | 0 | 0.63 | 0.18 | 0.45 | 317.05 | 0.46 | 0.37 |
| Hex | 8B | 33 | 72 | 0 | 3F | 12 | 2D | 13D | 2E | 25 |
| Octal | 213 | 63 | 162 | 0 | 77 | 22 | 55 | 475 | 56 | 45 |
| Binary | 10001011 | 110011 | 1110010 | 0 | 111111 | 10010 | 101101 | 100111101 | 101110 | 100101 |
Color Harmonies of #8B3372
Complementary color
Monochromatic Colors of #8B3372
Black with #8B3372
Text Example
Text Example
White with #8B3372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3372; }
p { color: rgb(139,51,114); }
H1.HeaderClassName
{
color: #8B3372;
}
.AnyTagClassName
{
color: #8B3372;
}
</style>
background-color css
<style>
a { background-color: #8B3372; }
a { background-color: rgb(139,51,114); }
div.DivClassName
{
background-color: #8B3372;
}
.BgClassName
{
background-color: #8B3372;
}
</style>
border-color css
<style>
span { border-color: #8B3372; }
span { border-color: rgb(139,51,114); }
td.TdClassName
{
border-color: #8B3372;
}
.TagClassName
{
border-color: #8B3372;
}
</style>