Shades of Trendy Pink #8A4B7B
Tints of Trendy Pink #8A4B7B
RGB
CMYK
RGB Variations
Color information
#8A4B7B (or 0x8A4B7B) is known color: Trendy Pink. HEX triplet: 8A, 4B and 7B. RGB value is (138,75,123). Sum of RGB (Red+Green+Blue) = 138+75+123=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4B7B is #75B484. Grayscale: #636363. Windows color (decimal): -7713925 or 8080266. OLE color: 8080266.
HSL color Cylindrical-coordinate representation of color #8A4B7B: hue angle of 314.29º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4B7B is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 75 | 123 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.46 |
| HSL | 314.29º | 0.3% | 0.42% | - |
| HSV(B) | 314.29º | 0.46% | 0.54% | - |
| XYZ | 16.57 | 11.87 | 20.16 | - |
| YUV | 99.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 123 | 0 | 0.46 | 0.11 | 0.46 | 314.29 | 0.3 | 0.42 |
| Hex | 8A | 4B | 7B | 0 | 2E | B | 2E | 13A | 1E | 2A |
| Octal | 212 | 113 | 173 | 0 | 56 | 13 | 56 | 472 | 36 | 52 |
| Binary | 10001010 | 1001011 | 1111011 | 0 | 101110 | 1011 | 101110 | 100111010 | 11110 | 101010 |
Color Harmonies of #8A4B7B
Complementary color
Monochromatic Colors of #8A4B7B
Black with #8A4B7B
Text Example
Text Example
White with #8A4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4B7B; }
p { color: rgb(138,75,123); }
H1.HeaderClassName
{
color: #8A4B7B;
}
.AnyTagClassName
{
color: #8A4B7B;
}
</style>
background-color css
<style>
a { background-color: #8A4B7B; }
a { background-color: rgb(138,75,123); }
div.DivClassName
{
background-color: #8A4B7B;
}
.BgClassName
{
background-color: #8A4B7B;
}
</style>
border-color css
<style>
span { border-color: #8A4B7B; }
span { border-color: rgb(138,75,123); }
td.TdClassName
{
border-color: #8A4B7B;
}
.TagClassName
{
border-color: #8A4B7B;
}
</style>