Shades of Dark Purple #8B1682
Tints of Dark Purple #8B1682
RGB
CMYK
RGB Variations
Color information
#8B1682 (or 0x8B1682) is known color: Dark Purple. HEX triplet: 8B, 16 and 82. RGB value is (139,22,130). Sum of RGB (Red+Green+Blue) = 139+22+130=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1682 is #74E97D. Grayscale: #444444. Windows color (decimal): -7661950 or 8525451. OLE color: 8525451.
HSL color Cylindrical-coordinate representation of color #8B1682: hue angle of 304.62º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1682 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 130 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.45 |
| HSL | 304.62º | 0.73% | 0.32% | - |
| HSV(B) | 304.62º | 0.84% | 0.55% | - |
| XYZ | 14.96 | 7.67 | 21.81 | - |
| YUV | 69.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 130 | 0 | 0.84 | 0.06 | 0.45 | 304.62 | 0.73 | 0.32 |
| Hex | 8B | 16 | 82 | 0 | 54 | 6 | 2D | 131 | 49 | 20 |
| Octal | 213 | 26 | 202 | 0 | 124 | 6 | 55 | 461 | 111 | 40 |
| Binary | 10001011 | 10110 | 10000010 | 0 | 1010100 | 110 | 101101 | 100110001 | 1001001 | 100000 |
Color Harmonies of #8B1682
Complementary color
Monochromatic Colors of #8B1682
Black with #8B1682
Text Example
Text Example
White with #8B1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1682; }
p { color: rgb(139,22,130); }
H1.HeaderClassName
{
color: #8B1682;
}
.AnyTagClassName
{
color: #8B1682;
}
</style>
background-color css
<style>
a { background-color: #8B1682; }
a { background-color: rgb(139,22,130); }
div.DivClassName
{
background-color: #8B1682;
}
.BgClassName
{
background-color: #8B1682;
}
</style>
border-color css
<style>
span { border-color: #8B1682; }
span { border-color: rgb(139,22,130); }
td.TdClassName
{
border-color: #8B1682;
}
.TagClassName
{
border-color: #8B1682;
}
</style>