Shades of Trendy Pink #8B508B
Tints of Trendy Pink #8B508B
RGB
CMYK
RGB Variations
Color information
#8B508B (or 0x8B508B) is known color: Trendy Pink. HEX triplet: 8B, 50 and 8B. RGB value is (139,80,139). Sum of RGB (Red+Green+Blue) = 139+80+139=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B508B is #74AF74. Grayscale: #686868. Windows color (decimal): -7647093 or 9130123. OLE color: 9130123.
HSL color Cylindrical-coordinate representation of color #8B508B: hue angle of 300º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B508B is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 139 | - |
| CMYK | 0 | 0.42 | 0 | 0.45 |
| HSL | 300º | 0.27% | 0.43% | - |
| HSV(B) | 300º | 0.42% | 0.55% | - |
| XYZ | 18.18 | 13.09 | 25.99 | - |
| YUV | 104.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 139 | 0 | 0.42 | 0 | 0.45 | 300 | 0.27 | 0.43 |
| Hex | 8B | 50 | 8B | 0 | 2A | 0 | 2D | 12C | 1B | 2B |
| Octal | 213 | 120 | 213 | 0 | 52 | 0 | 55 | 454 | 33 | 53 |
| Binary | 10001011 | 1010000 | 10001011 | 0 | 101010 | 0 | 101101 | 100101100 | 11011 | 101011 |
Color Harmonies of #8B508B
Complementary color
Monochromatic Colors of #8B508B
Black with #8B508B
Text Example
Text Example
White with #8B508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B508B; }
p { color: rgb(139,80,139); }
H1.HeaderClassName
{
color: #8B508B;
}
.AnyTagClassName
{
color: #8B508B;
}
</style>
background-color css
<style>
a { background-color: #8B508B; }
a { background-color: rgb(139,80,139); }
div.DivClassName
{
background-color: #8B508B;
}
.BgClassName
{
background-color: #8B508B;
}
</style>
border-color css
<style>
span { border-color: #8B508B; }
span { border-color: rgb(139,80,139); }
td.TdClassName
{
border-color: #8B508B;
}
.TagClassName
{
border-color: #8B508B;
}
</style>