Shades of Trendy Pink #8A417C
Tints of Trendy Pink #8A417C
RGB
CMYK
RGB Variations
Color information
#8A417C (or 0x8A417C) is known color: Trendy Pink. HEX triplet: 8A, 41 and 7C. RGB value is (138,65,124). Sum of RGB (Red+Green+Blue) = 138+65+124=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A417C is #75BE83. Grayscale: #5D5D5D. Windows color (decimal): -7716484 or 8143242. OLE color: 8143242.
HSL color Cylindrical-coordinate representation of color #8A417C: hue angle of 311.51º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A417C is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 124 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.46 |
| HSL | 311.51º | 0.36% | 0.4% | - |
| HSV(B) | 311.51º | 0.53% | 0.54% | - |
| XYZ | 16.01 | 10.64 | 20.28 | - |
| YUV | 93.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 124 | 0 | 0.53 | 0.10 | 0.46 | 311.51 | 0.36 | 0.4 |
| Hex | 8A | 41 | 7C | 0 | 35 | A | 2E | 138 | 24 | 28 |
| Octal | 212 | 101 | 174 | 0 | 65 | 12 | 56 | 470 | 44 | 50 |
| Binary | 10001010 | 1000001 | 1111100 | 0 | 110101 | 1010 | 101110 | 100111000 | 100100 | 101000 |
Color Harmonies of #8A417C
Complementary color
Monochromatic Colors of #8A417C
Black with #8A417C
Text Example
Text Example
White with #8A417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A417C; }
p { color: rgb(138,65,124); }
H1.HeaderClassName
{
color: #8A417C;
}
.AnyTagClassName
{
color: #8A417C;
}
</style>
background-color css
<style>
a { background-color: #8A417C; }
a { background-color: rgb(138,65,124); }
div.DivClassName
{
background-color: #8A417C;
}
.BgClassName
{
background-color: #8A417C;
}
</style>
border-color css
<style>
span { border-color: #8A417C; }
span { border-color: rgb(138,65,124); }
td.TdClassName
{
border-color: #8A417C;
}
.TagClassName
{
border-color: #8A417C;
}
</style>