Shades of Trendy Pink #8A6B8C
Tints of Trendy Pink #8A6B8C
RGB
CMYK
RGB Variations
Color information
#8A6B8C (or 0x8A6B8C) is known color: Trendy Pink. HEX triplet: 8A, 6B and 8C. RGB value is (138,107,140). Sum of RGB (Red+Green+Blue) = 138+107+140=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6B8C is #759473. Grayscale: #777777. Windows color (decimal): -7705716 or 9202570. OLE color: 9202570.
HSL color Cylindrical-coordinate representation of color #8A6B8C: hue angle of 296.36º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A6B8C is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 107 | 140 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.45 |
| HSL | 296.36º | 0.13% | 0.48% | - |
| HSV(B) | 296.36º | 0.24% | 0.55% | - |
| XYZ | 20.47 | 17.81 | 27.17 | - |
| YUV | 120.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 140 | 0.01 | 0.24 | 0 | 0.45 | 296.36 | 0.13 | 0.48 |
| Hex | 8A | 6B | 8C | 1 | 18 | 0 | 2D | 128 | D | 30 |
| Octal | 212 | 153 | 214 | 1 | 30 | 0 | 55 | 450 | 15 | 60 |
| Binary | 10001010 | 1101011 | 10001100 | 1 | 11000 | 0 | 101101 | 100101000 | 1101 | 110000 |
Color Harmonies of #8A6B8C
Complementary color
Monochromatic Colors of #8A6B8C
Black with #8A6B8C
Text Example
Text Example
White with #8A6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B8C; }
p { color: rgb(138,107,140); }
H1.HeaderClassName
{
color: #8A6B8C;
}
.AnyTagClassName
{
color: #8A6B8C;
}
</style>
background-color css
<style>
a { background-color: #8A6B8C; }
a { background-color: rgb(138,107,140); }
div.DivClassName
{
background-color: #8A6B8C;
}
.BgClassName
{
background-color: #8A6B8C;
}
</style>
border-color css
<style>
span { border-color: #8A6B8C; }
span { border-color: rgb(138,107,140); }
td.TdClassName
{
border-color: #8A6B8C;
}
.TagClassName
{
border-color: #8A6B8C;
}
</style>