Shades of Trendy Pink #8F6A8A
Tints of Trendy Pink #8F6A8A
RGB
CMYK
RGB Variations
Color information
#8F6A8A (or 0x8F6A8A) is known color: Trendy Pink. HEX triplet: 8F, 6A and 8A. RGB value is (143,106,138). Sum of RGB (Red+Green+Blue) = 143+106+138=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6A8A is #709575. Grayscale: #787878. Windows color (decimal): -7378294 or 9071247. OLE color: 9071247.
HSL color Cylindrical-coordinate representation of color #8F6A8A: hue angle of 308.11º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F6A8A is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 106 | 138 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.44 |
| HSL | 308.11º | 0.15% | 0.49% | - |
| HSV(B) | 308.11º | 0.26% | 0.56% | - |
| XYZ | 21.07 | 17.98 | 26.41 | - |
| YUV | 120.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 106 | 138 | 0 | 0.26 | 0.03 | 0.44 | 308.11 | 0.15 | 0.49 |
| Hex | 8F | 6A | 8A | 0 | 1A | 3 | 2C | 134 | F | 31 |
| Octal | 217 | 152 | 212 | 0 | 32 | 3 | 54 | 464 | 17 | 61 |
| Binary | 10001111 | 1101010 | 10001010 | 0 | 11010 | 11 | 101100 | 100110100 | 1111 | 110001 |
Color Harmonies of #8F6A8A
Complementary color
Monochromatic Colors of #8F6A8A
Black with #8F6A8A
Text Example
Text Example
White with #8F6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6A8A; }
p { color: rgb(143,106,138); }
H1.HeaderClassName
{
color: #8F6A8A;
}
.AnyTagClassName
{
color: #8F6A8A;
}
</style>
background-color css
<style>
a { background-color: #8F6A8A; }
a { background-color: rgb(143,106,138); }
div.DivClassName
{
background-color: #8F6A8A;
}
.BgClassName
{
background-color: #8F6A8A;
}
</style>
border-color css
<style>
span { border-color: #8F6A8A; }
span { border-color: rgb(143,106,138); }
td.TdClassName
{
border-color: #8F6A8A;
}
.TagClassName
{
border-color: #8F6A8A;
}
</style>