Shades of Trendy Pink #8A447B
Tints of Trendy Pink #8A447B
RGB
CMYK
RGB Variations
Color information
#8A447B (or 0x8A447B) is known color: Trendy Pink. HEX triplet: 8A, 44 and 7B. RGB value is (138,68,123). Sum of RGB (Red+Green+Blue) = 138+68+123=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A447B is #75BB84. Grayscale: #5F5F5F. Windows color (decimal): -7715717 or 8078474. OLE color: 8078474.
HSL color Cylindrical-coordinate representation of color #8A447B: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A447B is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 123 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.46 |
| HSL | 312.86º | 0.34% | 0.4% | - |
| HSV(B) | 312.86º | 0.51% | 0.54% | - |
| XYZ | 16.12 | 10.97 | 20.01 | - |
| YUV | 95.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 123 | 0 | 0.51 | 0.11 | 0.46 | 312.86 | 0.34 | 0.4 |
| Hex | 8A | 44 | 7B | 0 | 33 | B | 2E | 139 | 22 | 28 |
| Octal | 212 | 104 | 173 | 0 | 63 | 13 | 56 | 471 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1111011 | 0 | 110011 | 1011 | 101110 | 100111001 | 100010 | 101000 |
Color Harmonies of #8A447B
Complementary color
Monochromatic Colors of #8A447B
Black with #8A447B
Text Example
Text Example
White with #8A447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A447B; }
p { color: rgb(138,68,123); }
H1.HeaderClassName
{
color: #8A447B;
}
.AnyTagClassName
{
color: #8A447B;
}
</style>
background-color css
<style>
a { background-color: #8A447B; }
a { background-color: rgb(138,68,123); }
div.DivClassName
{
background-color: #8A447B;
}
.BgClassName
{
background-color: #8A447B;
}
</style>
border-color css
<style>
span { border-color: #8A447B; }
span { border-color: rgb(138,68,123); }
td.TdClassName
{
border-color: #8A447B;
}
.TagClassName
{
border-color: #8A447B;
}
</style>