Shades of Trendy Pink #8F6488
Tints of Trendy Pink #8F6488
RGB
CMYK
RGB Variations
Color information
#8F6488 (or 0x8F6488) is known color: Trendy Pink. HEX triplet: 8F, 64 and 88. RGB value is (143,100,136). Sum of RGB (Red+Green+Blue) = 143+100+136=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6488 is #709B77. Grayscale: #747474. Windows color (decimal): -7379832 or 8938639. OLE color: 8938639.
HSL color Cylindrical-coordinate representation of color #8F6488: hue angle of 309.77º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F6488 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 136 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.44 |
| HSL | 309.77º | 0.18% | 0.48% | - |
| HSV(B) | 309.77º | 0.3% | 0.56% | - |
| XYZ | 20.33 | 16.73 | 25.45 | - |
| YUV | 116.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 136 | 0 | 0.30 | 0.05 | 0.44 | 309.77 | 0.18 | 0.48 |
| Hex | 8F | 64 | 88 | 0 | 1E | 5 | 2C | 136 | 12 | 30 |
| Octal | 217 | 144 | 210 | 0 | 36 | 5 | 54 | 466 | 22 | 60 |
| Binary | 10001111 | 1100100 | 10001000 | 0 | 11110 | 101 | 101100 | 100110110 | 10010 | 110000 |
Color Harmonies of #8F6488
Complementary color
Monochromatic Colors of #8F6488
Black with #8F6488
Text Example
Text Example
White with #8F6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6488; }
p { color: rgb(143,100,136); }
H1.HeaderClassName
{
color: #8F6488;
}
.AnyTagClassName
{
color: #8F6488;
}
</style>
background-color css
<style>
a { background-color: #8F6488; }
a { background-color: rgb(143,100,136); }
div.DivClassName
{
background-color: #8F6488;
}
.BgClassName
{
background-color: #8F6488;
}
</style>
border-color css
<style>
span { border-color: #8F6488; }
span { border-color: rgb(143,100,136); }
td.TdClassName
{
border-color: #8F6488;
}
.TagClassName
{
border-color: #8F6488;
}
</style>