Shades of Trendy Pink #8A4381
Tints of Trendy Pink #8A4381
RGB
CMYK
RGB Variations
Color information
#8A4381 (or 0x8A4381) is known color: Trendy Pink. HEX triplet: 8A, 43 and 81. RGB value is (138,67,129). Sum of RGB (Red+Green+Blue) = 138+67+129=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4381 is #75BC7E. Grayscale: #5F5F5F. Windows color (decimal): -7715967 or 8471434. OLE color: 8471434.
HSL color Cylindrical-coordinate representation of color #8A4381: hue angle of 307.61º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4381 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 67 | 129 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.46 |
| HSL | 307.61º | 0.35% | 0.4% | - |
| HSV(B) | 307.61º | 0.51% | 0.54% | - |
| XYZ | 16.45 | 11 | 22.03 | - |
| YUV | 95.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 129 | 0 | 0.51 | 0.07 | 0.46 | 307.61 | 0.35 | 0.4 |
| Hex | 8A | 43 | 81 | 0 | 33 | 7 | 2E | 134 | 23 | 28 |
| Octal | 212 | 103 | 201 | 0 | 63 | 7 | 56 | 464 | 43 | 50 |
| Binary | 10001010 | 1000011 | 10000001 | 0 | 110011 | 111 | 101110 | 100110100 | 100011 | 101000 |
Color Harmonies of #8A4381
Complementary color
Monochromatic Colors of #8A4381
Black with #8A4381
Text Example
Text Example
White with #8A4381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4381; }
p { color: rgb(138,67,129); }
H1.HeaderClassName
{
color: #8A4381;
}
.AnyTagClassName
{
color: #8A4381;
}
</style>
background-color css
<style>
a { background-color: #8A4381; }
a { background-color: rgb(138,67,129); }
div.DivClassName
{
background-color: #8A4381;
}
.BgClassName
{
background-color: #8A4381;
}
</style>
border-color css
<style>
span { border-color: #8A4381; }
span { border-color: rgb(138,67,129); }
td.TdClassName
{
border-color: #8A4381;
}
.TagClassName
{
border-color: #8A4381;
}
</style>