Shades of Purple #880B7D
Tints of Purple #880B7D
RGB
CMYK
RGB Variations
Color information
#880B7D (or 0x880B7D) is known color: Purple. HEX triplet: 88, 0B and 7D. RGB value is (136,11,125). Sum of RGB (Red+Green+Blue) = 136+11+125=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B7D is #77F482. Grayscale: #3D3D3D. Windows color (decimal): -7861379 or 8194952. OLE color: 8194952.
HSL color Cylindrical-coordinate representation of color #880B7D: hue angle of 305.28º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B7D is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.47 |
| HSL | 305.28º | 0.85% | 0.29% | - |
| HSV(B) | 305.28º | 0.92% | 0.53% | - |
| XYZ | 13.97 | 6.95 | 20.01 | - |
| YUV | 61.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 125 | 0 | 0.92 | 0.08 | 0.47 | 305.28 | 0.85 | 0.29 |
| Hex | 88 | B | 7D | 0 | 5C | 8 | 2F | 131 | 55 | 1D |
| Octal | 210 | 13 | 175 | 0 | 134 | 10 | 57 | 461 | 125 | 35 |
| Binary | 10001000 | 1011 | 1111101 | 0 | 1011100 | 1000 | 101111 | 100110001 | 1010101 | 11101 |
Color Harmonies of #880B7D
Complementary color
Monochromatic Colors of #880B7D
Black with #880B7D
Text Example
Text Example
White with #880B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B7D; }
p { color: rgb(136,11,125); }
H1.HeaderClassName
{
color: #880B7D;
}
.AnyTagClassName
{
color: #880B7D;
}
</style>
background-color css
<style>
a { background-color: #880B7D; }
a { background-color: rgb(136,11,125); }
div.DivClassName
{
background-color: #880B7D;
}
.BgClassName
{
background-color: #880B7D;
}
</style>
border-color css
<style>
span { border-color: #880B7D; }
span { border-color: rgb(136,11,125); }
td.TdClassName
{
border-color: #880B7D;
}
.TagClassName
{
border-color: #880B7D;
}
</style>