Shades of Trendy Pink #8A6493
Tints of Trendy Pink #8A6493
RGB
CMYK
RGB Variations
Color information
#8A6493 (or 0x8A6493) is known color: Trendy Pink. HEX triplet: 8A, 64 and 93. RGB value is (138,100,147). Sum of RGB (Red+Green+Blue) = 138+100+147=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A6493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6493 is #759B6C. Grayscale: #747474. Windows color (decimal): -7707501 or 9659530. OLE color: 9659530.
HSL color Cylindrical-coordinate representation of color #8A6493: hue angle of 288.51º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A6493 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 100 | 147 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.42 |
| HSL | 288.51º | 0.19% | 0.48% | - |
| HSV(B) | 288.51º | 0.32% | 0.58% | - |
| XYZ | 20.3 | 16.62 | 29.74 | - |
| YUV | 116.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 147 | 0.06 | 0.32 | 0 | 0.42 | 288.51 | 0.19 | 0.48 |
| Hex | 8A | 64 | 93 | 6 | 20 | 0 | 2A | 121 | 13 | 30 |
| Octal | 212 | 144 | 223 | 6 | 40 | 0 | 52 | 441 | 23 | 60 |
| Binary | 10001010 | 1100100 | 10010011 | 110 | 100000 | 0 | 101010 | 100100001 | 10011 | 110000 |
Color Harmonies of #8A6493
Complementary color
Monochromatic Colors of #8A6493
Black with #8A6493
Text Example
Text Example
White with #8A6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6493; }
p { color: rgb(138,100,147); }
H1.HeaderClassName
{
color: #8A6493;
}
.AnyTagClassName
{
color: #8A6493;
}
</style>
background-color css
<style>
a { background-color: #8A6493; }
a { background-color: rgb(138,100,147); }
div.DivClassName
{
background-color: #8A6493;
}
.BgClassName
{
background-color: #8A6493;
}
</style>
border-color css
<style>
span { border-color: #8A6493; }
span { border-color: rgb(138,100,147); }
td.TdClassName
{
border-color: #8A6493;
}
.TagClassName
{
border-color: #8A6493;
}
</style>