Shades of Trendy Pink #8B6390
Tints of Trendy Pink #8B6390
RGB
CMYK
RGB Variations
Color information
#8B6390 (or 0x8B6390) is known color: Trendy Pink. HEX triplet: 8B, 63 and 90. RGB value is (139,99,144). Sum of RGB (Red+Green+Blue) = 139+99+144=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B6390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6390 is #749C6F. Grayscale: #737373. Windows color (decimal): -7642224 or 9462667. OLE color: 9462667.
HSL color Cylindrical-coordinate representation of color #8B6390: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6390 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 99 | 144 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.44 |
| HSL | 293.33º | 0.19% | 0.48% | - |
| HSV(B) | 293.33º | 0.31% | 0.56% | - |
| XYZ | 20.14 | 16.43 | 28.49 | - |
| YUV | 116.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 144 | 0.03 | 0.31 | 0 | 0.44 | 293.33 | 0.19 | 0.48 |
| Hex | 8B | 63 | 90 | 3 | 1F | 0 | 2C | 125 | 13 | 30 |
| Octal | 213 | 143 | 220 | 3 | 37 | 0 | 54 | 445 | 23 | 60 |
| Binary | 10001011 | 1100011 | 10010000 | 11 | 11111 | 0 | 101100 | 100100101 | 10011 | 110000 |
Color Harmonies of #8B6390
Complementary color
Monochromatic Colors of #8B6390
Black with #8B6390
Text Example
Text Example
White with #8B6390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6390; }
p { color: rgb(139,99,144); }
H1.HeaderClassName
{
color: #8B6390;
}
.AnyTagClassName
{
color: #8B6390;
}
</style>
background-color css
<style>
a { background-color: #8B6390; }
a { background-color: rgb(139,99,144); }
div.DivClassName
{
background-color: #8B6390;
}
.BgClassName
{
background-color: #8B6390;
}
</style>
border-color css
<style>
span { border-color: #8B6390; }
span { border-color: rgb(139,99,144); }
td.TdClassName
{
border-color: #8B6390;
}
.TagClassName
{
border-color: #8B6390;
}
</style>