Shades of Trendy Pink #8B648C
Tints of Trendy Pink #8B648C
RGB
CMYK
RGB Variations
Color information
#8B648C (or 0x8B648C) is known color: Trendy Pink. HEX triplet: 8B, 64 and 8C. RGB value is (139,100,140). Sum of RGB (Red+Green+Blue) = 139+100+140=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B648C is #749B73. Grayscale: #747474. Windows color (decimal): -7641972 or 9200779. OLE color: 9200779.
HSL color Cylindrical-coordinate representation of color #8B648C: hue angle of 298.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 #8B648C is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 140 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.45 |
| HSL | 298.5º | 0.17% | 0.47% | - |
| HSV(B) | 298.5º | 0.29% | 0.55% | - |
| XYZ | 19.94 | 16.5 | 26.94 | - |
| YUV | 116.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 140 | 0.01 | 0.29 | 0 | 0.45 | 298.5 | 0.17 | 0.47 |
| Hex | 8B | 64 | 8C | 1 | 1D | 0 | 2D | 12A | 11 | 2F |
| Octal | 213 | 144 | 214 | 1 | 35 | 0 | 55 | 452 | 21 | 57 |
| Binary | 10001011 | 1100100 | 10001100 | 1 | 11101 | 0 | 101101 | 100101010 | 10001 | 101111 |
Color Harmonies of #8B648C
Complementary color
Monochromatic Colors of #8B648C
Black with #8B648C
Text Example
Text Example
White with #8B648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B648C; }
p { color: rgb(139,100,140); }
H1.HeaderClassName
{
color: #8B648C;
}
.AnyTagClassName
{
color: #8B648C;
}
</style>
background-color css
<style>
a { background-color: #8B648C; }
a { background-color: rgb(139,100,140); }
div.DivClassName
{
background-color: #8B648C;
}
.BgClassName
{
background-color: #8B648C;
}
</style>
border-color css
<style>
span { border-color: #8B648C; }
span { border-color: rgb(139,100,140); }
td.TdClassName
{
border-color: #8B648C;
}
.TagClassName
{
border-color: #8B648C;
}
</style>