Shades of Trendy Pink #8C638C
Tints of Trendy Pink #8C638C
RGB
CMYK
RGB Variations
Color information
#8C638C (or 0x8C638C) is known color: Trendy Pink. HEX triplet: 8C, 63 and 8C. RGB value is (140,99,140). Sum of RGB (Red+Green+Blue) = 140+99+140=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C638C is #739C73. Grayscale: #737373. Windows color (decimal): -7576692 or 9200524. OLE color: 9200524.
HSL color Cylindrical-coordinate representation of color #8C638C: hue angle of 300º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C638C is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 140 | - |
| CMYK | 0 | 0.29 | 0 | 0.45 |
| HSL | 300º | 0.17% | 0.47% | - |
| HSV(B) | 300º | 0.29% | 0.55% | - |
| XYZ | 20.01 | 16.39 | 26.92 | - |
| YUV | 115.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 140 | 0 | 0.29 | 0 | 0.45 | 300 | 0.17 | 0.47 |
| Hex | 8C | 63 | 8C | 0 | 1D | 0 | 2D | 12C | 11 | 2F |
| Octal | 214 | 143 | 214 | 0 | 35 | 0 | 55 | 454 | 21 | 57 |
| Binary | 10001100 | 1100011 | 10001100 | 0 | 11101 | 0 | 101101 | 100101100 | 10001 | 101111 |
Color Harmonies of #8C638C
Complementary color
Monochromatic Colors of #8C638C
Black with #8C638C
Text Example
Text Example
White with #8C638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C638C; }
p { color: rgb(140,99,140); }
H1.HeaderClassName
{
color: #8C638C;
}
.AnyTagClassName
{
color: #8C638C;
}
</style>
background-color css
<style>
a { background-color: #8C638C; }
a { background-color: rgb(140,99,140); }
div.DivClassName
{
background-color: #8C638C;
}
.BgClassName
{
background-color: #8C638C;
}
</style>
border-color css
<style>
span { border-color: #8C638C; }
span { border-color: rgb(140,99,140); }
td.TdClassName
{
border-color: #8C638C;
}
.TagClassName
{
border-color: #8C638C;
}
</style>