Shades of Trendy Pink #8A6083
Tints of Trendy Pink #8A6083
RGB
CMYK
RGB Variations
Color information
#8A6083 (or 0x8A6083) is known color: Trendy Pink. HEX triplet: 8A, 60 and 83. RGB value is (138,96,131). Sum of RGB (Red+Green+Blue) = 138+96+131=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6083 is #759F7C. Grayscale: #707070. Windows color (decimal): -7708541 or 8609930. OLE color: 8609930.
HSL color Cylindrical-coordinate representation of color #8A6083: hue angle of 310º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6083 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 131 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.46 |
| HSL | 310º | 0.18% | 0.46% | - |
| HSV(B) | 310º | 0.3% | 0.54% | - |
| XYZ | 18.76 | 15.41 | 23.46 | - |
| YUV | 112.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 131 | 0 | 0.30 | 0.05 | 0.46 | 310 | 0.18 | 0.46 |
| Hex | 8A | 60 | 83 | 0 | 1E | 5 | 2E | 136 | 12 | 2E |
| Octal | 212 | 140 | 203 | 0 | 36 | 5 | 56 | 466 | 22 | 56 |
| Binary | 10001010 | 1100000 | 10000011 | 0 | 11110 | 101 | 101110 | 100110110 | 10010 | 101110 |
Color Harmonies of #8A6083
Complementary color
Monochromatic Colors of #8A6083
Black with #8A6083
Text Example
Text Example
White with #8A6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6083; }
p { color: rgb(138,96,131); }
H1.HeaderClassName
{
color: #8A6083;
}
.AnyTagClassName
{
color: #8A6083;
}
</style>
background-color css
<style>
a { background-color: #8A6083; }
a { background-color: rgb(138,96,131); }
div.DivClassName
{
background-color: #8A6083;
}
.BgClassName
{
background-color: #8A6083;
}
</style>
border-color css
<style>
span { border-color: #8A6083; }
span { border-color: rgb(138,96,131); }
td.TdClassName
{
border-color: #8A6083;
}
.TagClassName
{
border-color: #8A6083;
}
</style>