Shades of Trendy Pink #8A457B
Tints of Trendy Pink #8A457B
RGB
CMYK
RGB Variations
Color information
#8A457B (or 0x8A457B) is known color: Trendy Pink. HEX triplet: 8A, 45 and 7B. RGB value is (138,69,123). Sum of RGB (Red+Green+Blue) = 138+69+123=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A457B is #75BA84. Grayscale: #5F5F5F. Windows color (decimal): -7715461 or 8078730. OLE color: 8078730.
HSL color Cylindrical-coordinate representation of color #8A457B: hue angle of 313.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A457B is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 123 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.46 |
| HSL | 313.04º | 0.33% | 0.41% | - |
| HSV(B) | 313.04º | 0.5% | 0.54% | - |
| XYZ | 16.18 | 11.09 | 20.03 | - |
| YUV | 95.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 123 | 0 | 0.5 | 0.11 | 0.46 | 313.04 | 0.33 | 0.41 |
| Hex | 8A | 45 | 7B | 0 | 32 | B | 2E | 139 | 21 | 29 |
| Octal | 212 | 105 | 173 | 0 | 62 | 13 | 56 | 471 | 41 | 51 |
| Binary | 10001010 | 1000101 | 1111011 | 0 | 110010 | 1011 | 101110 | 100111001 | 100001 | 101001 |
Color Harmonies of #8A457B
Complementary color
Monochromatic Colors of #8A457B
Black with #8A457B
Text Example
Text Example
White with #8A457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A457B; }
p { color: rgb(138,69,123); }
H1.HeaderClassName
{
color: #8A457B;
}
.AnyTagClassName
{
color: #8A457B;
}
</style>
background-color css
<style>
a { background-color: #8A457B; }
a { background-color: rgb(138,69,123); }
div.DivClassName
{
background-color: #8A457B;
}
.BgClassName
{
background-color: #8A457B;
}
</style>
border-color css
<style>
span { border-color: #8A457B; }
span { border-color: rgb(138,69,123); }
td.TdClassName
{
border-color: #8A457B;
}
.TagClassName
{
border-color: #8A457B;
}
</style>