Shades of Trendy Pink #8B608A
Tints of Trendy Pink #8B608A
RGB
CMYK
RGB Variations
Color information
#8B608A (or 0x8B608A) is known color: Trendy Pink. HEX triplet: 8B, 60 and 8A. RGB value is (139,96,138). Sum of RGB (Red+Green+Blue) = 139+96+138=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B608A is #749F75. Grayscale: #717171. Windows color (decimal): -7642998 or 9068683. OLE color: 9068683.
HSL color Cylindrical-coordinate representation of color #8B608A: hue angle of 301.4º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B608A is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 138 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.45 |
| HSL | 301.4º | 0.18% | 0.46% | - |
| HSV(B) | 301.4º | 0.31% | 0.55% | - |
| XYZ | 19.42 | 15.69 | 26.05 | - |
| YUV | 113.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 138 | 0 | 0.31 | 0.01 | 0.45 | 301.4 | 0.18 | 0.46 |
| Hex | 8B | 60 | 8A | 0 | 1F | 1 | 2D | 12D | 12 | 2E |
| Octal | 213 | 140 | 212 | 0 | 37 | 1 | 55 | 455 | 22 | 56 |
| Binary | 10001011 | 1100000 | 10001010 | 0 | 11111 | 1 | 101101 | 100101101 | 10010 | 101110 |
Color Harmonies of #8B608A
Complementary color
Monochromatic Colors of #8B608A
Black with #8B608A
Text Example
Text Example
White with #8B608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B608A; }
p { color: rgb(139,96,138); }
H1.HeaderClassName
{
color: #8B608A;
}
.AnyTagClassName
{
color: #8B608A;
}
</style>
background-color css
<style>
a { background-color: #8B608A; }
a { background-color: rgb(139,96,138); }
div.DivClassName
{
background-color: #8B608A;
}
.BgClassName
{
background-color: #8B608A;
}
</style>
border-color css
<style>
span { border-color: #8B608A; }
span { border-color: rgb(139,96,138); }
td.TdClassName
{
border-color: #8B608A;
}
.TagClassName
{
border-color: #8B608A;
}
</style>