Shades of Trendy Pink #8A5783
Tints of Trendy Pink #8A5783
RGB
CMYK
RGB Variations
Color information
#8A5783 (or 0x8A5783) is known color: Trendy Pink. HEX triplet: 8A, 57 and 83. RGB value is (138,87,131). Sum of RGB (Red+Green+Blue) = 138+87+131=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5783 is #75A87C. Grayscale: #6B6B6B. Windows color (decimal): -7710845 or 8607626. OLE color: 8607626.
HSL color Cylindrical-coordinate representation of color #8A5783: hue angle of 308.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5783 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 131 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.46 |
| HSL | 308.24º | 0.23% | 0.44% | - |
| HSV(B) | 308.24º | 0.37% | 0.54% | - |
| XYZ | 17.99 | 13.86 | 23.2 | - |
| YUV | 107.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 131 | 0 | 0.37 | 0.05 | 0.46 | 308.24 | 0.23 | 0.44 |
| Hex | 8A | 57 | 83 | 0 | 25 | 5 | 2E | 134 | 17 | 2C |
| Octal | 212 | 127 | 203 | 0 | 45 | 5 | 56 | 464 | 27 | 54 |
| Binary | 10001010 | 1010111 | 10000011 | 0 | 100101 | 101 | 101110 | 100110100 | 10111 | 101100 |
Color Harmonies of #8A5783
Complementary color
Monochromatic Colors of #8A5783
Black with #8A5783
Text Example
Text Example
White with #8A5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5783; }
p { color: rgb(138,87,131); }
H1.HeaderClassName
{
color: #8A5783;
}
.AnyTagClassName
{
color: #8A5783;
}
</style>
background-color css
<style>
a { background-color: #8A5783; }
a { background-color: rgb(138,87,131); }
div.DivClassName
{
background-color: #8A5783;
}
.BgClassName
{
background-color: #8A5783;
}
</style>
border-color css
<style>
span { border-color: #8A5783; }
span { border-color: rgb(138,87,131); }
td.TdClassName
{
border-color: #8A5783;
}
.TagClassName
{
border-color: #8A5783;
}
</style>