Shades of Mamba #80638B
Tints of Mamba #80638B
RGB
CMYK
RGB Variations
Color information
#80638B (or 0x80638B) is known color: Mamba. HEX triplet: 80, 63 and 8B. RGB value is (128,99,139). Sum of RGB (Red+Green+Blue) = 128+99+139=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #80638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80638B is #7F9C74. Grayscale: #707070. Windows color (decimal): -8363125 or 9134976. OLE color: 9134976.
HSL color Cylindrical-coordinate representation of color #80638B: hue angle of 283.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80638B is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 99 | 139 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.45 |
| HSL | 283.5º | 0.17% | 0.47% | - |
| HSV(B) | 283.5º | 0.29% | 0.55% | - |
| XYZ | 18.02 | 15.38 | 26.44 | - |
| YUV | 112.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 139 | 0.08 | 0.29 | 0 | 0.45 | 283.5 | 0.17 | 0.47 |
| Hex | 80 | 63 | 8B | 8 | 1D | 0 | 2D | 11C | 11 | 2F |
| Octal | 200 | 143 | 213 | 10 | 35 | 0 | 55 | 434 | 21 | 57 |
| Binary | 10000000 | 1100011 | 10001011 | 1000 | 11101 | 0 | 101101 | 100011100 | 10001 | 101111 |
Color Harmonies of #80638B
Complementary color
Monochromatic Colors of #80638B
Black with #80638B
Text Example
Text Example
White with #80638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80638B; }
p { color: rgb(128,99,139); }
H1.HeaderClassName
{
color: #80638B;
}
.AnyTagClassName
{
color: #80638B;
}
</style>
background-color css
<style>
a { background-color: #80638B; }
a { background-color: rgb(128,99,139); }
div.DivClassName
{
background-color: #80638B;
}
.BgClassName
{
background-color: #80638B;
}
</style>
border-color css
<style>
span { border-color: #80638B; }
span { border-color: rgb(128,99,139); }
td.TdClassName
{
border-color: #80638B;
}
.TagClassName
{
border-color: #80638B;
}
</style>