Shades of Trendy Pink #8A5382
Tints of Trendy Pink #8A5382
RGB
CMYK
RGB Variations
Color information
#8A5382 (or 0x8A5382) is known color: Trendy Pink. HEX triplet: 8A, 53 and 82. RGB value is (138,83,130). Sum of RGB (Red+Green+Blue) = 138+83+130=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5382 is #75AC7D. Grayscale: #686868. Windows color (decimal): -7711870 or 8541066. OLE color: 8541066.
HSL color Cylindrical-coordinate representation of color #8A5382: hue angle of 308.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5382 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 130 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.46 |
| HSL | 308.73º | 0.25% | 0.43% | - |
| HSV(B) | 308.73º | 0.4% | 0.54% | - |
| XYZ | 17.6 | 13.2 | 22.74 | - |
| YUV | 104.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 130 | 0 | 0.40 | 0.06 | 0.46 | 308.73 | 0.25 | 0.43 |
| Hex | 8A | 53 | 82 | 0 | 28 | 6 | 2E | 135 | 19 | 2B |
| Octal | 212 | 123 | 202 | 0 | 50 | 6 | 56 | 465 | 31 | 53 |
| Binary | 10001010 | 1010011 | 10000010 | 0 | 101000 | 110 | 101110 | 100110101 | 11001 | 101011 |
Color Harmonies of #8A5382
Complementary color
Monochromatic Colors of #8A5382
Black with #8A5382
Text Example
Text Example
White with #8A5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5382; }
p { color: rgb(138,83,130); }
H1.HeaderClassName
{
color: #8A5382;
}
.AnyTagClassName
{
color: #8A5382;
}
</style>
background-color css
<style>
a { background-color: #8A5382; }
a { background-color: rgb(138,83,130); }
div.DivClassName
{
background-color: #8A5382;
}
.BgClassName
{
background-color: #8A5382;
}
</style>
border-color css
<style>
span { border-color: #8A5382; }
span { border-color: rgb(138,83,130); }
td.TdClassName
{
border-color: #8A5382;
}
.TagClassName
{
border-color: #8A5382;
}
</style>